libui/windows
Pietro Gagliardi 63ce320021 Migrated util.c. 2016-04-21 23:05:10 -04:00
..
GNUfiles.mk Okay, I made a mistake: we want uiFontButton to return uiDrawFonts, not uiDrawFontDescriptors. Started the work to change the Windows one likewise. 2016-04-18 15:31:52 -04:00
GNUinstall.mk Various fixes around makefiles 2016-01-01 23:19:14 +01:00
GNUosspecific.mk Set up saner handling of sonames at build time. 2016-01-05 11:51:36 -05:00
alloc.cpp Quick fixes to the previous commit. 2016-04-20 20:21:57 -04:00
area.c Typo fixes in the previous commit. 2016-01-24 21:50:10 -05:00
area.h Implemented redrawing on scrolling and adjusting scrolling on resizing and actually implemented scrolled drawing correctly on uiArea on Windows. 2015-12-19 14:43:34 -05:00
areadraw.c Implemented redrawing on scrolling and adjusting scrolling on resizing and actually implemented scrolled drawing correctly on uiArea on Windows. 2015-12-19 14:43:34 -05:00
areaevents.c Updated an error message. 2016-01-14 03:29:08 -05:00
areascroll.c Implemented redrawing on scrolling and adjusting scrolling on resizing and actually implemented scrolled drawing correctly on uiArea on Windows. 2015-12-19 14:43:34 -05:00
areautil.c Implemented the other areautil.c functions. 2015-12-18 21:38:27 -05:00
box.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
button.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
checkbox.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
child.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
combobox.c Ported the new drawing system to Windows. 2016-01-12 18:14:48 -05:00
compilerver.hpp Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
container.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
control.c More uiRadioButtons work. 2015-09-02 18:26:48 -04:00
d2dscratch.c Migrated the font dialog from drawing its own sample text to having a D2D scratch control do it. 2016-04-17 13:06:45 -04:00
datetimepicker.c Fixed assorted build errors in the MSVC build. It works! And MinGW-w64 will need isolation awareness... 2015-11-27 19:59:46 -05:00
debug.cpp Migrated debug.cpp. 2016-04-21 21:57:36 -04:00
draw.c Implemented colored text on OS X and Windows. 2016-04-19 18:45:16 -04:00
drawtext.cpp_ Moved the files that are already C++ out of the way so we can migrate them later and separate them from the already-migrated files. 2016-04-20 19:41:14 -04:00
dwrite.cpp_ Moved the files that are already C++ out of the way so we can migrate them later and separate them from the already-migrated files. 2016-04-20 19:41:14 -04:00
entry.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
events.cpp Wrote up a utf16 with conversion and allocating-sprintf() functions. Changed the way deubgging will work. 2016-04-21 18:03:52 -04:00
fontbutton.cpp_ Moved the files that are already C++ out of the way so we can migrate them later and separate them from the already-migrated files. 2016-04-20 19:41:14 -04:00
fontdialog.cpp_ Moved the files that are already C++ out of the way so we can migrate them later and separate them from the already-migrated files. 2016-04-20 19:41:14 -04:00
group.c Fixed uiGroup children positioning on Windows. 2015-09-02 21:29:16 -04:00
init.c Added a Direct2D scratch control that will be used by the font and color dialogs we will implement. 2016-04-17 11:53:24 -04:00
label.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
libui.manifest Added Windows 7 compatibility to the manifest. 2015-12-31 19:58:03 -05:00
main.c Added uiQueueMain() (basically g_idle_add()) and implemented it on all platforms except Haiku. A test to come. After this we can start rewriting the Go package ui at long last. 2015-12-04 23:42:03 -05:00
menu.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
multilineentry.c Added uiMultilineEntry on Windows. Fixed a misuse of std::condition_variable in the uiQueueMain test program. 2015-12-06 14:38:13 -05:00
notes More notes. 2015-11-27 12:35:23 -05:00
parent.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
progressbar.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
radiobuttons.c More TODOs. 2015-09-02 18:29:14 -04:00
resize.c Made relayouts on Windows faster by preventing an accidental requeue of a window that's being processed in the event that a layout change changes the minimum size (such as switching tabs). 2015-12-04 19:34:51 -05:00
resources.hpp Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
resources.rc Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
separator.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
slider.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
spinbox.c Fixed a memory leak. 2015-09-02 19:46:10 -04:00
stddialogs.c More TODOs. 2015-11-30 09:12:56 -05:00
tab.c More TODOs. 2015-09-02 16:43:20 -04:00
tabpage.c Added uiMultilineEntry on Windows. Fixed a misuse of std::condition_variable in the uiQueueMain test program. 2015-12-06 14:38:13 -05:00
text.c Wrote up a utf16 with conversion and allocating-sprintf() functions. Changed the way deubgging will work. 2016-04-21 18:03:52 -04:00
ui_windows_new.h Migrated util.c. 2016-04-21 23:05:10 -04:00
uipriv_windows.h Migrated alloc.c to C++. This is working already :v 2016-04-20 20:20:10 -04:00
uipriv_windows_new.hpp Migrated util.c. 2016-04-21 23:05:10 -04:00
utf16.cpp Added line ending manipulation routines now, just to be sure. 2016-04-21 18:10:30 -04:00
utilwin.c Quick comment update for previous commit. 2015-12-04 23:49:04 -05:00
winapi.hpp Migrated debug.cpp. 2016-04-21 21:57:36 -04:00
window.c Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00
winutil.cpp Migrated util.c. 2016-04-21 23:05:10 -04:00