andlabs-ui/redo
Pietro Gagliardi ea9907e62a More TODOs. 2014-08-19 04:04:10 -04:00
..
mergeback Removed the gtkcolor.c mergeback; decided to hack on GtkColorChooser. 2014-08-16 08:50:18 -04:00
proposals Removed the ImageList proposal now that it's implemented. 2014-08-16 21:56:41 -04:00
area.go Documented the previous commit and more TODOs. 2014-08-13 14:12:09 -04:00
area_darwin.go Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X keyboard trap. 2014-08-13 14:09:53 -04:00
area_darwin.m Removed leftover from several commits ago. 2014-08-13 14:53:44 -04:00
area_unix.go Finally removed the TODO for buttons > 3 in GTK+ Areas (alas, bad end). 2014-08-14 23:28:22 -04:00
area_windows.c Moved code to handle window user data in the Windows backend to a single function. 2014-08-14 16:12:43 -04:00
area_windows.go Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X keyboard trap. 2014-08-13 14:09:53 -04:00
basicctrls.go Added Group and implemented it on GTK+. 2014-08-15 21:43:24 -04:00
basicctrls_darwin.m Implemented Group on Mac OS X. 2014-08-16 00:37:38 -04:00
basicctrls_windows.c Stripped C-style comments from C sources and headers where appropriate. 2014-08-14 10:42:10 -04:00
button_darwin.go Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
button_unix.go Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
button_windows.go Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
checkbox_darwin.go Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
checkbox_unix.go Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
checkbox_windows.go Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
comctl32_windows.c Added the beginning of ImageList, including the Windows implementation. 2014-08-16 14:02:00 -04:00
common_darwin.go Implemented Checkbox on Mac OS X. Also untested; will test next. 2014-07-22 23:32:32 -04:00
common_darwin.m Split the autocorrect disabling stuff on Mac OS X into its own function and marked the TextArea TODO as a future plan. 2014-08-11 00:17:21 -04:00
common_unix.go Added Checkbox on the GTK+ backend, added a checkbox to the test program, and fixed a small error in the GTK+ widgetbase.parent() that kept the new widget hidden. 2014-07-21 21:07:14 -04:00
common_windows.c Can't think of a better name for sharedWndProc(). 2014-08-14 23:09:53 -04:00
common_windows.go Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there are a few cases of const->non-const conversions as a result. 2014-08-01 18:25:59 -04:00
container.go Resolved some future plans. 2014-08-15 21:44:35 -04:00
container_darwin.go Fine-tuned margin/spacing values on Mac OS X. Also more future plans. 2014-08-14 13:44:24 -04:00
container_darwin.m Starting splitting out future plans from the TODOs again; this time: Group. 2014-08-08 20:05:36 -04:00
container_unix.c Stripped C-style comments from C sources and headers where appropriate. 2014-08-14 10:42:10 -04:00
container_unix.go Removed GTK+ spurious resize TODO and debug spiel; I can't notice much of a difference after ignoring extraneous resizes. The custom container will stay, however, as it does not demonstrate weird background drawing bugs with oxygen-gtk. 2014-08-14 09:46:33 -04:00
container_windows.c Moved code to handle window user data in the Windows backend to a single function. 2014-08-14 16:12:43 -04:00
container_windows.go Added Group on Windows. 2014-08-15 22:56:55 -04:00
control.go Removed outdated comment from Control's documentation. 2014-08-15 20:01:57 -04:00
control_darwin.go Removed the need for C.frame() by splitting apart the alignment rect functions on the Mac OS X side. 2014-08-11 11:36:32 -04:00
control_darwin.m Implemented Group on Mac OS X. 2014-08-16 00:37:38 -04:00
control_unix.go Removed borders from Areas on the GTK+ backend. 2014-08-08 20:31:15 -04:00
control_windows.c Split out common container window procedure code in Windows to its own function. 2014-08-14 16:00:31 -04:00
control_windows.go Fixed the infinite loop on Tab control dialog message bug(s) on the Windows backend. 2014-08-14 13:05:31 -04:00
controlbase.sh Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
dialog.go Added OpenFile(), the first dialog to be added, and implemented it on Windows... mostly. 2014-08-18 19:01:56 -04:00
dialog_windows.c Implemented new dialog box techniques on Windows... kinda. 2014-08-19 03:31:53 -04:00
dialog_windows.go Added OpenFile(), the first dialog to be added, and implemented it on Windows... mostly. 2014-08-18 19:01:56 -04:00
doc.go Wrote the documentation for Go(). Also more TODOs. 2014-08-14 09:53:29 -04:00
events_darwin.go Re-added the events files for Area. 2014-08-04 23:05:31 -04:00
events_notdarwin.go I can't read; GDK_3BUTTON_PRESS actually must happen in double the time FROM THE FIRST CLICK, not half the time from the second click, so the behavior we have now is correct! TODO removed. 2014-08-13 15:00:32 -04:00
future More TODOs. 2014-08-19 04:04:10 -04:00
grid.go Fixed up Grid and wrote a test. 2014-08-15 19:50:00 -04:00
group_darwin.go Implemented Group on Mac OS X. 2014-08-16 00:37:38 -04:00
group_unix.go Cleaned up after bold attributes in group_unix.go. 2014-08-16 09:26:46 -04:00
group_windows.go Added Group on Windows. 2014-08-15 22:56:55 -04:00
gtk_unix.h Implemented ImageList and Table ImageIndex on GTK+. 2014-08-16 20:48:35 -04:00
imagelist.go Added the beginning of ImageList, including the Windows implementation. 2014-08-16 14:02:00 -04:00
imagelist_darwin.go Implemented ImageList and Table ImageIndex on Mac OS X. 2014-08-16 21:49:43 -04:00
imagelist_darwin.m Fixed weird pixel corruption in the Mac OS X ImageList implementation (damn GC). Thanks to erica in irc.freenode.net/#macdev for guessing right and others for helping. 2014-08-16 22:50:25 -04:00
imagelist_unix.go Implemented ImageList and Table ImageIndex on Mac OS X. 2014-08-16 21:49:43 -04:00
imagelist_windows.c More TODOs. 2014-08-17 19:28:32 -04:00
imagelist_windows.go Began implementing checkboxes in the Windows Table. 2014-08-17 15:30:10 -04:00
init_windows.c Stripped C-style comments from C sources and headers where appropriate. 2014-08-14 10:42:10 -04:00
label_darwin.go Added Label.isStandalone(), used by Grid. Now for the Grid test... 2014-08-15 19:35:49 -04:00
label_unix.go Added Label.isStandalone(), used by Grid. Now for the Grid test... 2014-08-15 19:35:49 -04:00
label_windows.go Added Label.isStandalone(), used by Grid. Now for the Grid test... 2014-08-15 19:35:49 -04:00
objc_darwin.h Implemented Table.Selected()/Select() on Mac OS X. Also more TODOs. 2014-08-18 10:41:58 -04:00
scrapped Removed Control.containerShow() and Control.containerHide() and the overall ability to show and hide Controls in general; too much effort to get right. 2014-08-04 13:39:33 -04:00
stack.go Moved Grid back. Removed now-unused stack.created. 2014-08-15 19:33:33 -04:00
tab_darwin.go Renamed Mac OS X's container's view field to id to be in sync with the other Mac OS X data structures. 2014-08-11 12:49:39 -04:00
tab_darwin.m Started splitting apart xsizing_darwin.m and rearranging objc_darwin.h. 2014-08-09 21:34:56 -04:00
tab_unix.go Same as three commits ago, but for the GTK+ backend. 2014-08-04 22:21:58 -04:00
tab_windows.c Fixed the infinite loop on Tab control dialog message bug(s) on the Windows backend. 2014-08-14 13:05:31 -04:00
tab_windows.go Fixed the infinite loop on Tab control dialog message bug(s) on the Windows backend. 2014-08-14 13:05:31 -04:00
table.go Implemented Table.Selected()/Select() on GTK+, more TODOs, and a quick Windows fix. 2014-08-18 02:58:30 -04:00
table_darwin.go Implemented Table.Selected()/Select() on Mac OS X. Also more TODOs. 2014-08-18 10:41:58 -04:00
table_darwin.m Implemented Table.Selected()/Select() on Mac OS X. Also more TODOs. 2014-08-18 10:41:58 -04:00
table_unix.c Implemented ImageList and Table ImageIndex on GTK+. 2014-08-16 20:48:35 -04:00
table_unix.go Implemented Table.Selected()/Select() on GTK+, more TODOs, and a quick Windows fix. 2014-08-18 02:58:30 -04:00
table_windows.c Implemented Table.Selected()/Select() on GTK+, more TODOs, and a quick Windows fix. 2014-08-18 02:58:30 -04:00
table_windows.go Added Table.Selected()/Table.Select() and implemented them on Windows. 2014-08-18 02:22:27 -04:00
textfield_darwin.go Renamed textField to textfield; this is just for the private implementation. 2014-08-05 17:46:42 -04:00
textfield_unix.go Renamed textField to textfield; this is just for the private implementation. 2014-08-05 17:46:42 -04:00
textfield_windows.go Renamed textField to textfield; this is just for the private implementation. 2014-08-05 17:46:42 -04:00
uitask.go Fixed foreign events. 2014-08-18 17:19:56 -04:00
uitask_darwin.go Fixed the weird crash with calling Do() recursively; woo! 2014-08-11 21:57:20 -04:00
uitask_darwin.m I HAVE DEFEATED APPKIT. 2014-08-15 12:56:33 -04:00
uitask_unix.go Potentially resolved dialog issues on GTK+; will need to find out. Thanks to lazka in irc.gimp.net/#gtk+ for assistance. 2014-08-19 03:21:03 -04:00
uitask_windows.c Fixed most of the other modality issues on Windows. Now all that's left is the re-enabling window order one... 2014-08-19 04:03:09 -04:00
uitask_windows.go Added OpenFile(), the first dialog to be added, and implemented it on Windows... mostly. 2014-08-18 19:01:56 -04:00
winapi_windows.h Implemented the beginning of a potential solution to the Windows modality issue. 2014-08-18 22:45:40 -04:00
window.go Simplified the control nesting model by removing Control.unparent() and requiring all Windows to have a Control at construct time; implemented such on Windows. 2014-07-25 17:34:45 -04:00
window_darwin.go Renamed Mac OS X's container's view field to id to be in sync with the other Mac OS X data structures. 2014-08-11 12:49:39 -04:00
window_darwin.m Removed TODOs about initial sizing of Windows and their Controls on Mac OS X; turns out we fixed that problem when we did our container NSView and overrode setFrameSize: :D 2014-08-11 12:40:41 -04:00
window_unix.go Same as three commits ago, but for the GTK+ backend. 2014-08-04 22:21:58 -04:00
window_windows.c Implemented the beginning of a potential solution to the Windows modality issue. 2014-08-18 22:45:40 -04:00
window_windows.go Implemented the beginning of a potential solution to the Windows modality issue. 2014-08-18 22:45:40 -04:00
yz_icons_test.go Implemented bool Table columns on the GTK+ backend. 2014-08-17 07:23:18 -04:00
zz_test.go Added OpenFile(), the first dialog to be added, and implemented it on Windows... mostly. 2014-08-18 19:01:56 -04:00