index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_win32.cxx
Age
Commit message (
Expand
)
Author
2015-11-23
WIN32: fixed printing of window borders and title bar on Windows 10
Manolo Gouy
2015-08-25
Fix potential Windows GDI leak (STR #3254).
Albrecht Schlosser
2015-07-27
Document Fl_Window::show() calling Fl_Group::current(0).
Albrecht Schlosser
2015-05-18
Add support for Fl::copy(..clipboard = 2..)
Lauri Kasanen
2015-04-28
Restored the possibility to call Fl::set_font()
Manolo Gouy
2015-04-23
WIN32 specific fix for (or at least work around to) STR #3143.
Ian MacArthur
2015-04-07
Fix for STR#3167 where a window would decrease in size after each close/open ...
Manolo Gouy
2015-02-11
Fix window icon when set before Fl_Window::show() - Windows only.
Albrecht Schlosser
2014-11-06
Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...
Manolo Gouy
2014-10-20
We need to put the newly created window in our window list
Pierre Ossman
2014-10-09
Make sure we unregister for clipboard notifications on exit
Pierre Ossman
2014-10-09
Start putting forward declarations early in the file in an
Pierre Ossman
2014-10-08
Make the retargeting of the Windows clipboard notification
Pierre Ossman
2014-10-08
Fix border padding for special cases (STR #3061), Windows only.
Albrecht Schlosser
2014-09-15
Add methods to enable and disable the system's input methods.
Pierre Ossman
2014-09-15
Consolidate the Win32 init and cleanup code in to one place so
Pierre Ossman
2014-09-15
Get rid of the old IActiveIMMApp code as the newer code calls
Pierre Ossman
2014-09-15
Add methods to intercept low level system events.
Pierre Ossman
2014-09-15
Clean up Win32 message pump. The logic was a bit overly complex
Pierre Ossman
2014-06-16
Add ability to set custom icons for windows. STR #2816.
Pierre Ossman
2014-06-16
Add method to set any custom cursor, based on a Fl_RGB_Image object.
Pierre Ossman
2014-06-11
Behave better when it comes to modal windows. Primarily this
Pierre Ossman
2014-06-11
Support for full screen over multiple monitors.
Pierre Ossman
2014-06-10
Windows' clipboard chain is a very fragile thing that can
Pierre Ossman
2014-06-10
We are required to pass along WM_CHANGECBCHAIN messages to the
Pierre Ossman
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy
2014-02-05
Revert the revert in r10060, reinstating commit r10030.
Pierre Ossman
2014-01-15
Stepping back from r.10030: when you close any window it stops the program!
Manolo Gouy
2013-12-13
Catch WM_QUIT and convert it to SIGTERM. This gives Windows
Pierre Ossman
2013-09-11
STR 2636. Add ability to get notifications whenever the
Pierre Ossman
2013-09-11
Simplify clipboard handling on Windows by consolidating
Pierre Ossman
2012-06-21
Fixed STR #2644: support horizontal wheel movement under X11 and MSWindows.
Manolo Gouy
2012-04-09
Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::f...
Manolo Gouy
2012-04-05
Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...
Fabien Costantini
2012-03-26
Added support for the additional key of ISO keyboards (aka 102-key keyboards)...
Manolo Gouy
2012-03-23
Fix STR#2641: true fullscreen windows that cover all their screen including m...
Manolo Gouy
2012-03-18
Fix STR#2810: removed all uses of function Fl_Device::class_name().
Manolo Gouy
2011-09-30
About STR#2600 : some code factorization.
Manolo Gouy
2011-09-30
Fix STR#2600 for the MSWindow and Mac OS platforms.
Manolo Gouy
2011-08-19
Fix window positioning on screen (Fl_X::fake_X_wm()) by testing the
Albrecht Schlosser
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-06-18
Fixed Windows DLL import of fl_xid() (STR #2670)
Albrecht Schlosser
2011-05-30
Fix Fl_Paged_Device::print_window(), Fl_Window::decorated_w() and Fl_Window::...
Manolo Gouy
2011-05-21
Fix STR #2638. The X11 part is simplified as suggested by Bill.
Manolo Gouy
2011-04-24
Documentation updates, also fixing STR #2574, trying to make clear
Albrecht Schlosser
2011-04-18
Fixed a problem in the WIN32 version of Fl_Paged_Device::print_window_part() and
Manolo Gouy
2011-04-17
Fixed Fl_Paged_Device::print_window() that did not work under Windows seven.
Manolo Gouy
2011-04-15
Added Fl_Paged_Device::print_window() to print a window with its title bar an...
Manolo Gouy
2011-02-21
Say goodbye to weird comctl32.lib link clause in vc20xx builds. Now embeds it...
Fabien Costantini
2011-02-02
Removed global variable fl_surface that was not very useful because equivalent
Manolo Gouy
[next]