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_Window.cxx
Age
Commit message (
Expand
)
Author
2016-03-24
Fix the "bizarre makefile build error" due to double declarations of fl_clip_...
Manolo Gouy
2016-03-24
Fix bizarre makefile build error on Mac OS platform.
Manolo Gouy
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::handle(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() 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-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-19
Advancing Albrecht's plan for the Fl_Window_Driver class.
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
Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Remove a few #include <FL/x.H> from public FLTK headers.
Manolo Gouy
2016-03-11
Rewrite Fl_Window::wait_for_expose() using the window driver approach.
Manolo Gouy
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-10
Add deletion code for Fl_X11_Window_Driver object
Manolo Gouy
2016-03-10
Remove useless #niclude directive
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-07
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
2016-02-19
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-09
Fix valgrind warning (uninitialized variable) in Fl_Window.
Albrecht Schlosser
2016-02-01
Added missing class name in member function implementation.
Manolo Gouy
2016-01-28
Removed extra }
Manolo Gouy
2016-01-28
Added Fl_Window::capture_titlebar_and_borders a new private member function
Manolo Gouy
2016-01-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2015-08-11
More accurate documentation of Fl_Window::wait_for_expose() for Mac OS.
Manolo Gouy
2015-08-11
Improved Mac OS implementation of Fl_Window::wait_for_expose().
Manolo Gouy
2015-08-07
- Implement Fl_Window::wait_for_expose() for Mac OS:
Manolo Gouy
2015-03-17
Clarify documentation of Fl_Window::wait_for_expose().
Albrecht Schlosser
2014-10-29
Added missing Doxygen documentation for 4 Fl_Window member functions.
Manolo Gouy
2014-09-26
Add Fl_Window::wait_for_expose() and test program (STR #3124).
Albrecht Schlosser
2014-09-21
STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...
Manolo Gouy
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
2013-04-12
Switched to const_cast<> for calling as_window().
Greg Ercolano
2013-04-12
Small fixes to new top_window_offset() method as per discussion in STR #2948.
Greg Ercolano
2013-04-10
As per notes from STR#2948:
Greg Ercolano
2013-04-10
Solve STR#2948: Add new method Fl_Widget::top_window() to return the widget's...
Greg Ercolano
2013-04-10
While suggesting a new top_window() method for STR#2948,
Greg Ercolano
2013-04-08
Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Wind...
Greg Ercolano
2012-11-06
Replaced 10302 with 10301 for FLTK_ABI_VERSION
Matthias Melcher
2012-05-05
Fix STR #2836: copy_label() with old label() value failed.
Albrecht Schlosser
2012-03-23
Fix STR#2641: true fullscreen windows that cover all their screen including m...
Manolo Gouy
[prev]
[next]