|
83 | Xi | Toolkit | Task | Medium | Migrate from Xlib to xcb? | New |
Task Description
no task description |
|
82 | Xi | Toolkit | Task | Medium | Allow menu items to be checked | New |
Task Description
no task description |
|
81 | Xi | Toolkit | Task | Medium | Make sure item/shadow mechanism works as indended | New |
Task Description
Preferably add some tests. |
|
80 | Xi | Toolkit | Task | Medium | Use propagateChildLayoutRequest protection to Propertie... | New |
Task Description
no task description |
|
79 | Xi | Toolkit | Task | Medium | Use appropriate licenses for doc/api/Doxyfile and examp... | New |
Task Description
no task description |
|
77 | Xi | Toolkit | Task | Medium | Rename Timer::isActive to isSet? | New |
Task Description
no task description |
|
76 | Xi | Toolkit | Task | Medium | Implement icon overlays | New |
Task Description
no task description |
|
75 | Xi | Toolkit | Task | Medium | Implement X::Screen::screenNumber()? | New |
Task Description
no task description |
|
74 | Xi | Toolkit | Task | Medium | Update cursor when switching item editor | New |
Task Description
no task description |
|
73 | Xi | Toolkit | Task | Medium | Use OwnerGrabButtonMask and PointerMotionHintMask? | New |
Task Description
no task description |
|
72 | Xi | Toolkit | Task | Medium | Find out if we need is_hint and delete it otherwise | New |
Task Description
no task description |
|
71 | Xi | Toolkit | Task | Medium | Allow ItemEditor to be shared between connections | New |
Task Description
no task description |
|
70 | Xi | Toolkit | Task | Medium | Reduce number of round trips in allocColors | New |
Task Description
no task description |
|
69 | Xi | Toolkit | Task | Medium | Delete items and shadows when they are not required | New |
Task Description
no task description |
|
68 | Xi | Toolkit | Task | Medium | Implement nested and multi-column properties | New |
Task Description
no task description |
|
67 | Xi | Toolkit | Task | Medium | Do something useful if charsets are missing | New |
Task Description
no task description |
|
66 | Xi | Toolkit | Feature Request | Medium | Allow tearing off menus using the middle mouse button | New |
Task Description
no task description |
|
65 | Xi | Toolkit | Task | Medium | Implement Input::backspace_word | New |
Task Description
no task description |
|
64 | Xi | Toolkit | Task | Medium | Scroll input contents | New |
Task Description
no task description |
|
63 | Xi | Toolkit | Task | Medium | Destroy input_context before destroying InputWindowHook... | New |
Task Description
no task description |
|
62 | Xi | Toolkit | Task | Medium | Implement size grip | New |
Task Description
Draw a handle at the lower right corner of the status bar which, when dragged, allows the user to resize the window just like dragging the WM border does. |
|
61 | Xi | Toolkit | Task | Medium | Set hover and autograb pointers to the widget below whe... | New |
Task Description
no task description |
|
60 | Xi | Toolkit | Feature Request | Medium | Allow customizing double click speed via X resources | New |
Task Description
no task description |
|
59 | Xi | Toolkit | Task | Medium | Verify SelectionHook::clear() is called when transferri... | New |
Task Description
Verify SelectionHook::clear() is called when another window of the same client acquires selection ownership |
|
58 | Xi | Core | Task | Medium | Detach virtual node when saving to a new path | New |
Task Description
no task description |
|
57 | Xi | Core | Task | Medium | Implement selection of multiple attributes | New |
Task Description
no task description |
|
56 | Xi | Core | Task | Medium | Implement property “Select all” action | New |
Task Description
no task description |
|
55 | Xi | Core | Task | Medium | Review util/string.*, screen.*, filemonitor.* | New |
Task Description
no task description |
|
54 | Xi | Core | Task | Medium | Add missing asserts | New |
Task Description
no task description |
|
53 | Xi | Neverball module | Task | Medium | Check whether su, sv = 0.5 is a good default | New |
Task Description
no task description |
|
52 | Xi | Core | Task | Medium | Add context menus to project and library view | New |
Task Description
no task description |
|
51 | Xi | Core | Task | Medium | Preserve attributes, especially mode, when saving a fil... | New |
Task Description
no task description |
|
50 | Xi | Core | Task | Medium | Make removing backup and moving file into place an atom... | New |
Task Description
This could be helpful:
3.a) open and read file ~/.xi/foo/bar/baz
3.b) fd = open("~/.xi/foo/bar/baz.new", O_WRONLY|O_TRUNC|O_CREAT)
3.c) write(fd, buf-of-new-contents-of-file, size-of-new-contents-of-file)
3.d) fsync(fd) --- and check the error return from the fsync
3.e) close(fd)
3.f) rename("~/.xi/foo/bar/baz", "~/.xi/foo/bar/baz~") --- this is optional
3.g) rename("~/.xi/foo/bar/baz.new", "~/.xi/foo/bar/baz") |
|
49 | Xi | Core | Task | Medium | Do something useful when readdir(3) or stat(2) return u... | New |
Task Description
no task description |
|
48 | Xi | Core | Task | Medium | Use towctrans(3) instead of towupper(3) | New |
Task Description
no task description |
|
47 | Xi | Core | Task | Medium | Convert assert(3) to normal check where appropriate | New |
Task Description
no task description |
|
46 | Xi | Core | Task | Medium | Show page numbers in directory view | New |
Task Description
…or even make pages nameable? |
|
45 | Xi | Core | Task | Medium | Add proper representation of FileItem states | New |
Task Description
enum FileItem::State {
Exists, Loaded, ModifiedOnDisk, DeletedOnDisk, Distached
}; |
|
44 | Xi | Core | Task | Medium | Re-implement DirectoryInterior::indexOf and DirectoryIn... | New |
Task Description
no task description |
|
43 | Xi | Core | Task | Medium | Implement a proper main context menu | New |
Task Description
no task description |
|
42 | Xi | Core | Task | Medium | Scroll to selected objects in viewport and object list | New |
Task Description
no task description |
|
41 | Xi | Schematic module | Task | Medium | Use proper default color for text objects | New |
Task Description
no task description |
|
40 | Xi | Core | Feature Request | Medium | Add submenu for older recent files? | New |
Task Description
no task description |
|
39 | Xi | Core | Feature Request | Medium | Implement library “Visit” action | New |
Task Description
no task description |
|
38 | Xi | Core | Task | Medium | Show embedded drawings in directory view | New |
Task Description
no task description |
|
37 | Xi | Core | Task | Medium | Implement embedding components | New |
Task Description
no task description |
|
36 | Xi | Core | Task | Medium | Make it possible to visit/keep open files which do not ... | New |
Task Description
no task description |
|
35 | Xi | Core | Task | Medium | Make it possible to visit files which are outside of pr... | New |
Task Description
no task description |
|
34 | Xi | Core | Task | Medium | Make files, sinks, and views owned and delete them even... | New |
Task Description
no task description |
|
33 | Xi | Core | Task | Medium | Use errfd | New |
Task Description
no task description |