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
2016-03-23
Rewrite Fl_Window::iconize() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::size_range_() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::fullscreen_x() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::resize() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model.
Manolo Gouy
2016-03-22
Move all icon-support data to the platform-specific Fl_XXX_Window_Driver class
Manolo Gouy
2016-03-21
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
2016-03-21
Implement Fl_Window::make_current() under the driver model.
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Rewrite capture of window decorations using the window driver approach.
Manolo Gouy
2016-03-10
Rewrite all window icon-related Fl_Window API with the window driver approach.
Manolo Gouy
2016-03-07
Fixes for MSWindow
Matthias Melcher
2016-03-01
Moved timer code to screen drivers. Not sure if this should be in System Driv...
Matthias Melcher
2016-02-19
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-15
Restore compilability for the WIN32 platform.
Manolo Gouy
2016-02-13
Moed Fl::visual and System_Scheme to the driver
Matthias Melcher
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-02-10
Fixed Screen Drivers for MSWindows
Matthias Melcher
2016-02-01
Transmit to branch 1.3-porting a recent change committed in branch 1.3
Manolo Gouy
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-29
Fixed a few warnings from a picky compiler setting.
Matthias Melcher
2016-01-28
Fix (probably correct!) for compiling Fl_Window::capture_titlebar_and_borders...
Ian MacArthur
2016-01-28
Added Fl_Window::capture_titlebar_and_borders a new private member function
Manolo Gouy
2016-01-10
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
Manolo Gouy
2015-12-31
The changes introduced at r.10921 destroyed program-controlled window resizing.
Manolo Gouy
2015-11-24
Added new method Fl_Copy_Surface::draw_decorated_window()
Manolo Gouy
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
[next]