Alex Kompel
a75b84af77
win32_gui: fix text window background color
2015-04-29 12:27:01 -07:00
Alex Kompel
664b4eb643
bubble structure contains pointer into static array. Bubble objects
...
are being flat-dumped into save file and this causes segfault in restore()
whenever data segment layout changes (e.g. global variables added/removed).
bmask should either be stored with the objects.
2015-04-26 14:47:38 -07:00
Alex Kompel
cd72c7ec68
win32: fix broken dependency for ttystub.o
2015-04-22 18:12:14 -07:00
Alex Kompel
1e06a7c675
win32_gui: remove macros and functions that are unsupported by gcc
2015-04-19 16:34:22 -07:00
Alex Kompel
dc06a5dd90
win32_gui: fix some text window oddities like selecting text on focus
2015-04-19 16:32:31 -07:00
Alex Kompel
09d64059cb
win32_gui: implement STATUS_VIA_WINDOWPORT and STATUS_HILITES
2015-04-17 22:14:04 -07:00
Alex Kompel
c8679c8e0e
win32_gui: encode copy-to-clipboard and save-to-file text in UTF-8
2015-04-15 22:13:10 -07:00
Alex Kompel
116a4147a7
win32_gui: follow-up bit on x64 patch (premature optimization)
2015-04-14 09:33:05 -07:00
Alex Kompel
62617092b5
win32_gui: gettting x64 build to work
2015-04-14 08:54:44 -07:00
Alex Kompel
3c6f01f022
win32_gui: couple of perm_invent tweaks
2015-04-13 23:47:42 -07:00
Alex Kompel
7eefb8a250
win32_gui: use AdjustWindowRect to get more accurate measurement of status window
2015-04-13 23:29:02 -07:00
Alex Kompel
16ffab2c3c
win32-gui: use showdebug() to control nhtrace logging
2015-04-13 23:19:52 -07:00