| .. |
|
GNUfiles.mk
|
Split the public functions out of winutil.cpp to organize things. Renamed uiWindowsEnsureSetParent() to uiWindowsEnsureSetParentHWND() to denote its intended use.
|
2016-04-26 22:06:12 -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 |
|
_uipriv_migrate.hpp
|
Migrated uipriv_windows.h. Mostly.
|
2016-04-23 15:46:39 -04:00 |
|
alloc.cpp
|
Fixed some things so far. It looks like I can't have __FILE__, etc. turned into wide strings because the way to do so works *ahead of time* :| Have to restructure debug.cpp.
|
2016-04-23 17:31:59 -04:00 |
|
area.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
area.hpp
|
Fixed the other compiler and linker errors. We have a build! But does it work? If it does it's time to really tune this rewrite down.
|
2016-04-24 00:33:42 -04:00 |
|
areadraw.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
areaevents.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
areascroll.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
areautil.cpp
|
Converted the uiArea files to C++. Now to fill in the header files...
|
2016-04-23 15:39:51 -04:00 |
|
box.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
button.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
checkbox.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
child.cpp
|
More compiler error fixes. Warning fixes will come later.
|
2016-04-23 21:38:51 -04:00 |
|
combobox.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
compilerver.hpp
|
Moved most of the headers to C++.
|
2016-04-20 19:39:20 -04:00 |
|
container.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
control.cpp
|
Started the migration. Got rid of a bunch of cruft, including the old delayed resize logic (except for timers; will have to get that back out).
|
2016-04-26 19:57:13 -04:00 |
|
d2dscratch.cpp
|
Did a proper migration of d2dscratch.c.
|
2016-04-23 11:50:47 -04:00 |
|
datetimepicker.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
debug.cpp
|
Fixed the other compiler and linker errors. We have a build! But does it work? If it does it's time to really tune this rewrite down.
|
2016-04-24 00:33:42 -04:00 |
|
draw.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
drawtext.cpp
|
More compiler error fixes.
|
2016-04-23 22:15:33 -04:00 |
|
dwrite.cpp
|
More compiler error fixes.
|
2016-04-23 22:15:33 -04:00 |
|
entry.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
events.cpp
|
Fixed a simple typo. IT WORKS! Also shortened one of the debug log messages.
|
2016-04-24 00:54:31 -04:00 |
|
fontbutton.cpp
|
Got rid of toplevelOwning(); I didn't like that one.
|
2016-04-24 18:23:00 -04:00 |
|
fontdialog.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
group.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
init.cpp
|
Removed common type code.
|
2016-04-24 15:08:48 -04:00 |
|
label.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
libui.manifest
|
Added Windows 7 compatibility to the manifest.
|
2015-12-31 19:58:03 -05:00 |
|
main.cpp
|
More fixes. Halfway through the alphabet now.
|
2016-04-23 22:29:54 -04:00 |
|
menu.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
multilineentry.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
notes
|
More notes.
|
2015-11-27 12:35:23 -05:00 |
|
parent.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
progressbar.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
radiobuttons.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -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
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
sizing.cpp
|
Started the migration. Got rid of a bunch of cruft, including the old delayed resize logic (except for timers; will have to get that back out).
|
2016-04-26 19:57:13 -04:00 |
|
slider.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
spinbox.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
stddialogs.cpp
|
Migrated stddialogs.c.
|
2016-04-22 17:49:14 -04:00 |
|
tab.cpp
|
Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it.
|
2016-04-24 17:38:48 -04:00 |
|
tabpage.cpp
|
More migrations.
|
2016-04-22 22:20:02 -04:00 |
|
text.cpp
|
Fixed the other compiler and linker errors. We have a build! But does it work? If it does it's time to really tune this rewrite down.
|
2016-04-24 00:33:42 -04:00 |
|
uipriv_windows.hpp
|
More TODOs.
|
2016-04-27 01:06:35 -04:00 |
|
utf16.cpp
|
strsafe is a crock that does not follow its own documentation. Switch to the equivalent vcrt functions instead.
|
2016-04-24 00:50:19 -04:00 |
|
utilwin.cpp
|
Removed the resize timer from windows/utilwin.cpp.
|
2016-04-26 22:09:13 -04:00 |
|
winapi.hpp
|
strsafe is a crock that does not follow its own documentation. Switch to the equivalent vcrt functions instead.
|
2016-04-24 00:50:19 -04:00 |
|
window.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |
|
winpublic.cpp
|
Split the public functions out of winutil.cpp to organize things. Renamed uiWindowsEnsureSetParent() to uiWindowsEnsureSetParentHWND() to denote its intended use.
|
2016-04-26 22:06:12 -04:00 |
|
winutil.cpp
|
Finished migrating window.cpp. A few utility functions came along for the ride. Maybe child.cpp won't be needed...?
|
2016-04-27 00:54:22 -04:00 |