|
140 | Xorn | Python extension | Feature Request | Medium | Add function Revision.get_object_type()? | New |
Task Description
no task description |
|
139 | Xorn | Python extension | Feature Request | Medium | Make object existence available as membership test? | New |
Task Description
Revision.__contains__ |
|
137 | Xorn | Python extension | Task | Medium | Test if exceptions are raised correctly | New |
Task Description
no task description |
|
136 | Xorn | Storage | Task | Medium | Preserve relative order when copying objects | New |
Task Description
no task description |
|
135 | Xorn | Storage | Task | Medium | Add function testing whether two revisions are identica... | New |
Task Description
e.g, xorn_revisions_differ |
|
134 | Xorn | Storage | Task | Medium | Add function xorn_relocate_objects | New |
Task Description
int xorn_relocate_objects(
xorn_revision_t rev, xorn_selection_t sel,
xorn_object_t attach_to, xorn_object_t insert_before)
{
} |
|
133 | Xorn | Storage | Task | Medium | Add better example | New |
Task Description
no task description |
|
132 | Xorn | Storage | Task | Medium | Use enums to represent gEDA enum types? | New |
Task Description
no task description |
|
131 | Xorn | Storage | Task | Medium | Figure out a way to test out-of-memory handling code | New |
Task Description
no task description |
|
130 | Xi | Core | Task | Medium | Use tab-size independent indentation? | New |
Task Description
See http://web.archive.org/web/20051124145441/http://my.erinet.com/~tschaef/cc-mode/description.html
This seems like a sensible thing to do, but I'm not sure if it is worth the trouble. |
|
129 | Xi | Core | Bug Report | Medium | Relative scrollbar handle size is not updated on resize | New |
Task Description
no task description |
|
128 | Xi | Core | Feature Request | Medium | Add "magnifying glass" function | New |
Task Description
no task description |
|
127 | Xorn | Python extension | Feature Request | Medium | Make attributes available to Python code | New |
Task Description
no task description |
|
126 | Xorn | Python extension | Task | Medium | Use custom exception classes? | New |
Task Description
e.g. TransienceError |
|
125 | Xorn | Python extension | Feature Request | Medium | Implement data comparison operators | New |
Task Description
richcmp |
|
124 | Xorn | Storage | Task | Medium | Merge xorn_get_added/removed_objects? | New |
Task Description
no task description |
|
122 | Xorn | Main | Task | Medium | Implement object rendering | New |
Task Description
no task description |
|
121 | Xorn | Storage | Task | Medium | Implement reference points/lines | New |
Task Description
no task description |
|
120 | Xorn | Storage | Task | Medium | Implement rectangle selection | New |
Task Description
void xorn_get_objects_in_rectangle(
xorn_revision_t rev,
double x0, double y0, double x1, double y1, bool partial,
xorn_object_t **objects_return, size_t *count_return);
void xorn_get_selected_objects_in_rectangle(
xorn_revision_t rev, xorn_selection_t sel,
double x0, double y0, double x1, double y1, bool partial,
xorn_object_t **objects_return, size_t *count_return);
xorn_selection_t xorn_select_in_rectangle(
xorn_revision_t rev,
double x0, double y0, double x1, double y1, bool partial);
lazy_bounding_box? |
|
118 | Xorn | Storage | Feature Request | Medium | Allow derived attributes to be defined | New |
Task Description
no task description |
|
116 | Xi | Core | Feature Request | Medium | Add isometric and perspective views | In Progress |
Task Description
no task description |
|
115 | Xi | Core | Task | Medium | Show miniature view of current drawing in navigator | New |
Task Description
no task description |
|
114 | Xi | Schematic module | Task | Medium | Add full support for gEDA files | New |
Task Description
no task description |
|
113 | Xi | Core | Task | Medium | Allow embedding pictures | New |
Task Description
no task description |
|
112 | Xi | Core | Feature Request | Medium | Allow sorting files by size, mtime, … | New |
Task Description
no task description |
|
111 | Xi | Core | Feature Request | Medium | Allow creating, moving, renaming, deleting files and di... | New |
Task Description
no task description |
|
110 | Xi | Core | Feature Request | Medium | Allow searching the library | New |
Task Description
no task description |
|
109 | Xi | Core | Task | Medium | Detect and deal with files modified while editing | New |
Task Description
no task description |
|
108 | Xi | Core | Task | Medium | Load files asynchronously, especially from the library | New |
Task Description
no task description |
|
106 | Xi | Core | Feature Request | Medium | Add git integration | New |
Task Description
no task description |
|
105 | Xi | Core | Feature Request | Medium | Implement autosave | New |
Task Description
no task description |
|
104 | Xi | Core | Task | Medium | Implement improved object storage | In Progress |
Task Description
no task description |
|
102 | Xi | Core | Task | Medium | Add Python support | New |
Task Description
no task description |
|
101 | Xi | Core | Task | Medium | Replace functions with their thread-safe equivalent | New |
Task Description
basename
getenv
getopt
readdir
strerror
system
wcsrtombs |
|
100 | Xi | Core | Bug Report | Medium | Content above/below the visible area is shown as 1-pixe... | New |
Task Description
no task description |
|
99 | Xi | Toolkit | Task | Medium | Let user resize window by dragging MainWidget plasma | New |
Task Description
Dragging the plasma area at the left and right border of the window should resize the window just like dragging the WM border does. |
|
98 | Xi | Toolkit | Task | Medium | Paint plasma only where it is visible | New |
Task Description
Currently, the window plasma is painted as one big rectangle most of which is immediatetly overwritten by the docks and the contents of the main area. Only the parts of the plasma that will be visible should be painted. |
|
97 | Xi | Toolkit | Task | Medium | Notify WidgetControlScroller on widget change | New |
Task Description
no task description |
|
96 | Xi | Toolkit | Task | Medium | Merge classes HContainer and VContainer? | New |
Task Description
The classes HContainer and VContainer are nearly identical. Maybe merge them and pass the orientation as a constructor argument? |
|
95 | Xi | Toolkit | Task | Medium | Allow constraining window size in just one dimension | New |
Task Description
XSetWMNormalHints only allows constraining both the window's width and height, or neither. |
|
94 | Xi | Toolkit | Task | Medium | Rename ContainerWidget::Control::isEnabled -> isVisible... | New |
Task Description
no task description |
|
93 | Xi | Toolkit | Task | Medium | Fix leading zeroes in dock configuration | New |
Task Description
no task description |
|
92 | Xi | Toolkit | Task | Medium | WidgetControl::setWidget should not call hook() and wid... | New |
Task Description
no task description |
|
91 | Xi | Toolkit | Task | Medium | Make sure properties are updated correctly | New |
Task Description
no task description |
|
90 | Xi | Toolkit | Task | Medium | Update highlighted item when scrolling | New |
Task Description
no task description |
|
89 | Xi | Toolkit | Task | Medium | Use unsigned int for width, height, and value_mask in x... | New |
Task Description
no task description |
|
88 | Xi | Toolkit | Task | Medium | Use unsigned int for width, height, and SizeRequirement... | New |
Task Description
no task description |
|
87 | Xi | Toolkit | Task | Medium | HistoryView is basically a modified copy of View, merge... | New |
Task Description
no task description |
|
86 | Xi | Toolkit | Task | Medium | Canonicalize order of hotkey modifiers | New |
Task Description
no task description |
|
85 | Xi | Toolkit | Task | Medium | Make menu mnemonic letters actually work | New |
Task Description
Mnemonic letters in menus are displayed but otherwise ignored. They should trigger the menu item and close the menu when the associated key is hit. |