857ca983a6
Accepting request 280972 from home:posophe:branches:X11:common:Factory
Petr Gajdos2015-01-15 09:07:47 +00:00
d260c63af8
Accepting request 280972 from home:posophe:branches:X11:common:Factory
Petr Gajdos2015-01-15 09:07:47 +00:00
61bd1f01fa
Accepting request 258435 from X11:common:Factory
Stephan Kulow
2014-11-01 07:13:59 +00:00
23a0f4bec9
Accepting request 258435 from X11:common:Factory
Stephan Kulow
2014-11-01 07:13:59 +00:00
b30207d353
Accepting request 258389 from home:elvigia:branches:X11:common:Factory
Stephan Kulow
2014-10-26 13:44:12 +00:00
8244dd6ed0
Accepting request 258389 from home:elvigia:branches:X11:common:Factory
Stephan Kulow
2014-10-26 13:44:12 +00:00
1ebec269f1
Accepting request 157480 from X11:common:Factory
Stephan Kulow
2013-03-11 09:04:50 +00:00
db72d3931b
Accepting request 157480 from X11:common:Factory
Stephan Kulow
2013-03-11 09:04:50 +00:00
84d3fd65d6
Accepting request 157407 from home:jnweiger:branches:X11:common:Factory
Petr Gajdos2013-03-06 08:44:04 +00:00
1c85a29828
Accepting request 157407 from home:jnweiger:branches:X11:common:Factory
Petr Gajdos2013-03-06 08:44:04 +00:00
d2612850fc
Accepting request 149930 from X11:common:Factory
Stephan Kulow
2013-01-29 09:43:44 +00:00
949e716a32
Accepting request 149930 from X11:common:Factory
Stephan Kulow
2013-01-29 09:43:44 +00:00
7eb85fcfc9
- by previous change, files of fltk maint package was moved to fltk-devel, keeping fltk empty; thus: * libfltk1 obsoletes fltk * fltk-devel provides fltk
Petr Gajdos2013-01-25 13:37:40 +00:00
ca580e2c52
- by previous change, files of fltk maint package was moved to fltk-devel, keeping fltk empty; thus: * libfltk1 obsoletes fltk * fltk-devel provides fltk
Petr Gajdos2013-01-25 13:37:40 +00:00
657c58a4f6
Accepting request 149680 from X11:common:Factory
Stephan Kulow
2013-01-24 08:55:05 +00:00
7a03b31d90
Accepting request 149680 from X11:common:Factory
Stephan Kulow
2013-01-24 08:55:05 +00:00
eaec813f6a
Accepting request 149610 from home:RedDwarf:branches:X11:common:Factory
Petr Gajdos2013-01-23 12:06:41 +00:00
5d5c7a45e6
Accepting request 149610 from home:RedDwarf:branches:X11:common:Factory
Petr Gajdos2013-01-23 12:06:41 +00:00
f3e7871c15
Accepting request 143251 from X11:common:Factory
Stephan Kulow
2012-11-28 09:18:58 +00:00
1affc26c70
Accepting request 143251 from X11:common:Factory
Stephan Kulow
2012-11-28 09:18:58 +00:00
61e35151eb
- updated to 1.3.1: - Fixed utf_strncasecmp and utf_strcasecmp - Moved all inline constructors into source file to avoid bad DLLs - Fixed Fl_Widget::copy_label() and Fl_Window::copy_label() when called with the old label() (STR #2836) - Fixed Fl_Input_::maximum_size() documentation and replace() method to honor maximum_size() as number of allowed characters (STR #2747). - Fixed a potential crash if Fl_Double_Window::flush() was called before show() - Fixed regression (in FLTK 1.3.0) that could clear a radio button by using the keyboard (space or shortcut) (STR #2748) - Fixed fl_pie() drawing too small on X11 (STR #2703) - Fixed Fl_Menu issue with unusual menu flags (STR #2680) - Fixed Windows DLL import of fl_xid() (STR #2670) - Added Fl::screen_work_area() functions that compute the work area of a screen. These functions improve the positioning of menus. Changed Fl::x(), Fl::y(), Fl::w(), Fl::h() functions to return the origin and size of the work area of the main screen (STR #2695 + 2697) - Created the FL_SCREEN_CONFIGURATION_CHANGED event that is triggered when a screen is added, removed, moved or when resolution is changed (STR #2600) - Improved the description of page size and orientation by Fl_PostScript_File_Device. - Added support for horizontal wheel movement under X11 and MSWindows Vista and above (STR #2644). 1.3.1 ABI FEATURES (To enable the following ABI features, put: #define FLTK_ABI_VERSION 10301 at the top of your FL/Enumerations.H and rebuild FLTK and your app) - Fl_Tree optimized to support large trees (eg. 100k items):
Petr Gajdos2012-11-20 13:02:04 +00:00
20f7123778
- updated to 1.3.1: - Fixed utf_strncasecmp and utf_strcasecmp - Moved all inline constructors into source file to avoid bad DLLs - Fixed Fl_Widget::copy_label() and Fl_Window::copy_label() when called with the old label() (STR #2836) - Fixed Fl_Input_::maximum_size() documentation and replace() method to honor maximum_size() as number of allowed characters (STR #2747). - Fixed a potential crash if Fl_Double_Window::flush() was called before show() - Fixed regression (in FLTK 1.3.0) that could clear a radio button by using the keyboard (space or shortcut) (STR #2748) - Fixed fl_pie() drawing too small on X11 (STR #2703) - Fixed Fl_Menu issue with unusual menu flags (STR #2680) - Fixed Windows DLL import of fl_xid() (STR #2670) - Added Fl::screen_work_area() functions that compute the work area of a screen. These functions improve the positioning of menus. Changed Fl::x(), Fl::y(), Fl::w(), Fl::h() functions to return the origin and size of the work area of the main screen (STR #2695 + 2697) - Created the FL_SCREEN_CONFIGURATION_CHANGED event that is triggered when a screen is added, removed, moved or when resolution is changed (STR #2600) - Improved the description of page size and orientation by Fl_PostScript_File_Device. - Added support for horizontal wheel movement under X11 and MSWindows Vista and above (STR #2644). 1.3.1 ABI FEATURES (To enable the following ABI features, put: #define FLTK_ABI_VERSION 10301 at the top of your FL/Enumerations.H and rebuild FLTK and your app) - Fl_Tree optimized to support large trees (eg. 100k items):
Petr Gajdos2012-11-20 13:02:04 +00:00