summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2005-09-09This change will make sure that top-level windows will fit inside the screen ...Matthias Melcher
2005-09-05STR #1014: FLTK's CR/LF conversion would crash if the clipboard was emptyMatthias Melcher
2005-08-27Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem. Dejan Lekic
2005-08-21Bordersize was calculated wrong for borderless windowsMatthias Melcher
2005-08-21Fixed CR to CRLF conversion. Thanks for the patch, Alessandro.Matthias Melcher
2005-08-08Updated WIN32 cut/paste code to consistently handle DOS text (STRMichael R Sweet
2005-07-25STR #831: When moving an OpenGL window outside the screen and then back again...Matthias Melcher
2005-07-24STR #848, missing xclass support implemented as suggested by Mike.Matthias Melcher
2005-07-23Silly typo would position new windows, that touched the right screen border, ...Matthias Melcher
2005-06-01Win322: Calling Fl_Window::size() and friends would move focus from the curre...Matthias Melcher
2005-06-01Fixed WIndows line endingsMatthias Melcher
2005-06-01Fl::copy() would always set a flag, instructing Fl::paste to use the internal...Matthias Melcher
2005-05-29Fluid interactive window resizing fixe (STR #873, 791)Matthias Melcher
2005-05-20Fix sentinel value for HWND on WIN32 (STR #862)Michael R Sweet
2005-05-19Revert WIN32 redraw fix from r4244, and apply a new one that is a bitMichael R Sweet
2005-05-12Check for FL_MOVE messages with the high bit set to 1 - treat as signed coord...Michael R Sweet
2005-05-12OpenGL windows that were completely off-screen caused problemsMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-07This is an attempt to fix the redraw problem on WinXP and other Windows varia...Matthias Melcher
2005-03-31Added MacOS X monitor support.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-14Fl::wait() could block on WIN32 if the window was deleted viaMichael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-10-19WIN32 compile fixes...Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-06-01FLTK now honors the numlock key state (STR #369)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-06-15Make sure Fl::event_text() is not NULL. (STR #70)Michael R Sweet
2003-06-12Added documentation for all forms of Fl_Widget::damage() (STRMichael R Sweet
2003-05-20Potential fixes for double-buffered subwindows on WIN32 (STR #1)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-28Use PM_REMOVE, not "1".Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-10-29More fun with WIN32 redraw...Michael R Sweet
2002-10-28Possible fix for WIN32 redraw lockup (mainly with menus)Michael R Sweet
2002-10-22WIN32 redraw fixes.Michael R Sweet
2002-10-11Fix bug #621740 - tooltips stay up in WIN32 when USE_TRACK_MOUSE is notMichael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet
2002-06-07WIN32 compile fixes.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-23Fix WIN32 redraw problems.Michael R Sweet
2002-05-06Merge WIN32 ValidateRgn() fixes.Michael R Sweet
2002-05-01DND conditional stuff.Michael R Sweet
2002-05-01WIN32 fixes for BC++.Michael R Sweet
2002-05-01Possible BCC fix; have to check the change...Michael R Sweet
2002-04-30WIN32 project file fixes.Michael R Sweet
2002-04-29Flag menu and tooltip windows as WS_EX_TOOLWINDOW so they don't appear inMichael R Sweet
2002-04-16Win32 version stores all the info passed to WndProc into fl_msg so anBill Spitzak
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet