Commit Graph

17 Commits (3d41cb23d415cb4f39f8e0e5214e01ed73f2b945)

Author SHA1 Message Date
tron 0a72639c2d (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc. 18 years ago
glx 11f4f6276f (svn r4810) - Fix: removed warning about strict-alias (release build) 18 years ago
Darkvater 74853e619a (svn r4091) - Fix r4075. Do not "enter" please. 19 years ago
Darkvater ea1adebe31 (svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo. 19 years ago
Darkvater cbab3eded2 (svn r3999) - Fix: [win32] Change the order of DestroyWindow and ChangeDisplay. On some machines a sizechange messagequeue is handled before sending WM_DISPLAYCHANGE resulting in an improper resolution written to the configuration file when exiting from fullscreen. (Frostregen) 19 years ago
Darkvater c7e34bd103 (svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings. 19 years ago
tron 84fb96fe85 (svn r3511) More whitespace ([FS#46] by Rubidium) 19 years ago
Darkvater bb90e51ac5 (svn r3320) - Fix: FS#22 - Exiting with double size enabled saves wrong window size. Reset the window size to its true size upon exiting when double-size is active. Is set in ClientSizeChanged. 19 years ago
tron 1bffec2c27 (svn r3207) Typo in last revision 19 years ago
tron f750a773a4 (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG 19 years ago
tron 45ca3b6336 (svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h 19 years ago
tron f359d1a394 (svn r2748) Remove unused cruft from the main loop 19 years ago
tron c43653b565 (svn r2726) Fix last commit 19 years ago
tron 286f8726d5 (svn r2725) Move MyShowCursor() back into win32.c, it fits better there 19 years ago
tron 201990b5d9 (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build 19 years ago
tron a227065ab7 (svn r2701) Insert Id tags into all source files 19 years ago
tron 10fd03e222 (svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my... 19 years ago