summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2010-09-27Fixed unbalanced Windows OleInitialize/OleUnitialize callsAlbrecht Schlosser
2010-09-09Fixed Windows class name (xclass) setup and caching mechanism. This wasAlbrecht Schlosser
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...Manolo Gouy
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-04-18Removed multiple inheritance: back to r. 7519 exactly.Manolo Gouy
2010-04-16Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...Manolo Gouy
2010-03-16The "Print front window" external button is available if compiling with -DUSE...Manolo Gouy
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2009-12-24Fixed a name conflict with new (VC 2008 Express) winsock2.h versionsAlbrecht Schlosser
2009-09-27Consolidated all possible flag values into a single enum in Fl_Widget (STR #2...Matthias Melcher
2009-02-21more indentation fixes in src/Fl_win32.cxxAlbrecht Schlosser
2009-02-21Fixed indentation and comments (src/Fl_Win32.cxx).Albrecht Schlosser
2009-01-12STR #2104 fix: applied patch from sadysta, modified it to harmonize with exis...Fabien Costantini
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-27STR 2101: fl_set_spot() could crash on Windows under certain conditions.Albrecht Schlosser
2008-12-07Fixed a problem with TrackMouseEvent() (Windows only) that wouldAlbrecht Schlosser
2008-12-05STR 2101: Temporary fix to prevent crash. Also corrected code indentation.Albrecht Schlosser
2008-12-04+ Fixed non standard fltk utf8 files headers.Fabien Costantini
2008-10-04#STR2056 partial fixes : wsock API now compiles ok, but there are still all u...Fabien Costantini
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-11Remove compile-time dependency on Imm32.dll on Win32. I have no MSWindows mac...Matthias Melcher
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-09-02merged modification from my private branch after successful regression testin...Fabien Costantini
2008-08-28wsock32 static lib dependency removal from win build files.Fabien Costantini
2008-08-27+ Added a new optional compile time varaible named USE_WSOCK1 that would chan...Fabien Costantini
2008-08-26removed unused wsock api, fixed return result in fl_ready() Fabien Costantini
2008-08-25STR #1906 fixed as discussed :Fabien Costantini
2008-08-15Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is o...Matthias Melcher
2008-01-10STR #1854: fixed win32 issue with possible NULL pointerMatthias Melcher
2007-12-20Fixed exposure event on zero size windows (STR #1824)Matthias Melcher
2007-11-20Fix window hide bug on WIN32 (STR #1748)Michael R Sweet
2007-06-18#1706: on WIN32, the attempt to map a subwindow when the parent window was no...Matthias Melcher
2007-05-16STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ar...Matthias Melcher
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-06This is a suggested change. It is complete except for documentation.Matthias Melcher
2007-02-23Avoiding to wait forever under Cygwin. (STR #1608)Matthias Melcher
2007-02-09Fix WIN32 builds.Michael R Sweet
2007-02-08Add handler for thread messages (STR #1536)Michael R Sweet
2007-01-28Fix order of idle/check processing compared to events (STR #1535)Michael R Sweet
2006-08-30STR #1151: Cygwin for some reason was ifdef'd out for setting a shorter timou...Matthias Melcher
2006-08-28Fix blocks crashes on WIN32 - audio buffer too smallMichael R Sweet
2006-08-23Fixed WIN32 zero size window issue (STR #1387)Matthias Melcher
2006-08-21Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).Matthias Melcher
2006-06-28Fixed Fl_Window::copy_label() losing copy (STR #1332)Matthias Melcher
2006-06-14Changed Tooltip::exit_() to Tooltip::exit()Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-09Fixing the fix: restored the FL_KEYUP behavior of WIN32 before the NumLock fi...Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher