libui/windows
Pietro Gagliardi 686e1ee58b "Migrated" menu.c. That just leaves the uiArea code and patching up holes in the header files, then we can test the build and further refine everything. 2016-04-23 15:26:57 -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 Abstracted out the message filter stuff so we can add a dialog message filter to allow tab navigation anywhere next. 2016-04-22 14:36:21 -04: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.cpp Quick and dirty C++ conversions of box.c, tab.c, and window.c. I feel like I need another rewrite... 2016-04-23 11:22:46 -04:00
button.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -04:00
checkbox.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -04:00
child.cpp Migrated child.c. Ugh... 2016-04-22 21:36:19 -04:00
combobox.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -04:00
compilerver.hpp Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
container.cpp Migrated container.c and radiobuttons.c. 2016-04-22 20:37:28 -04:00
control.cpp Migrated control.c, I think. Changing the current way uiControl works will wait for another branch. 2016-04-22 12:44:18 -04:00
d2dscratch.cpp Did a proper migration of d2dscratch.c. 2016-04-23 11:50:47 -04:00
datetimepicker.cpp Migrated datetimepicker.c. 2016-04-22 20:40:16 -04:00
debug.cpp Migrated debug.cpp. 2016-04-21 21:57:36 -04:00
draw.cpp Mostly migrated draw.c. 2016-04-23 12:47:15 -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.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -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.cpp More migrations. 2016-04-22 22:20:02 -04:00
init.cpp Migrated resize.c. 2016-04-22 19:51:33 -04:00
label.cpp Migrated label.c and separator.c. 2016-04-22 20:03:10 -04:00
libui.manifest Added Windows 7 compatibility to the manifest. 2015-12-31 19:58:03 -05:00
main.cpp Some more filter procedure rewriting, preparing for the future dialog message hack attempt. 2016-04-22 14:56:09 -04:00
menu.cpp "Migrated" menu.c. That just leaves the uiArea code and patching up holes in the header files, then we can test the build and further refine everything. 2016-04-23 15:26:57 -04:00
multilineentry.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -04:00
notes More notes. 2015-11-27 12:35:23 -05:00
parent.cpp Migrated parent.c. 2016-04-22 18:11:20 -04:00
progressbar.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -04:00
radiobuttons.cpp Migrated container.c and radiobuttons.c. 2016-04-22 20:37:28 -04:00
resize.cpp Migrated resize.c. 2016-04-22 19:51:33 -04: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.cpp Migrated label.c and separator.c. 2016-04-22 20:03:10 -04:00
slider.cpp Migrated simple controls to C++. 2016-04-22 20:14:12 -04:00
spinbox.cpp Migrated spinbox.cpp. Now for the containers I guess... 2016-04-22 20:47:29 -04:00
stddialogs.cpp Migrated stddialogs.c. 2016-04-22 17:49:14 -04:00
tab.cpp Quick and dirty C++ conversions of box.c, tab.c, and window.c. I feel like I need another rewrite... 2016-04-23 11:22:46 -04:00
tabpage.cpp More migrations. 2016-04-22 22:20:02 -04:00
text.cpp Migrated control.c, I think. Changing the current way uiControl works will wait for another branch. 2016-04-22 12:44:18 -04:00
ui_windows_new.h Migrated resize.c. 2016-04-22 19:51:33 -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 Did a proper migration of d2dscratch.c. 2016-04-23 11:50:47 -04:00
utf16.cpp Added utf16dup(). Completely forgot about this. 2016-04-22 13:01:55 -04:00
utilwin.cpp Migrated utilwin.c. 2016-04-22 13:52:02 -04:00
winapi.hpp Migrated debug.cpp. 2016-04-21 21:57:36 -04:00
window.cpp Quick and dirty C++ conversions of box.c, tab.c, and window.c. I feel like I need another rewrite... 2016-04-23 11:22:46 -04:00
winutil.cpp Migrated resize.c. 2016-04-22 19:51:33 -04:00