1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
Manolo Gouy e43bf8a1b2 Completed the implementation of Fl_Sys_Menu_Bar that now accepts all calls of its parent class Fl_Menu_. 11 years ago
Manolo Gouy f4e2292f80 Added some missing Doxygen comments in the Fl_Sys_Menu_Bar class. 11 years ago
Manolo Gouy b01cbd577b Improvement of the Fl_Sys_Menu_Bar class in relation to STR #3047: 11 years ago
Albrecht Schlosser df2a448ee3 Clarify docs of Fl_Widget::measure_label(). 11 years ago
Albrecht Schlosser a6a51c1444 Rename Fl::scheme_is() to Fl::is_scheme(). 12 years ago
Greg Ercolano 1ba5c254f5 More Fl_Tree doc improvements. 12 years ago
Albrecht Schlosser ea23ff1b63 Small documentation fixups. 12 years ago
Albrecht Schlosser 1aba94f136 New method Fl::scheme_is(const char *name). 12 years ago
Greg Ercolano abdc834705 o Added draw_item_content() to Fl_Tree_Item, 12 years ago
Manolo Gouy a170c95787 Better way to force linking of Fl_Gl_Device_Plugin.o whenever Fl_Gl_Window.o is linked, 12 years ago
Greg Ercolano b849a1d2d9 ABI fixes. 12 years ago
Manolo Gouy 86f2214b28 Fix the issue reported in "Fl_Sys_Menu's add method throws errors" of fltk.general 12 years ago
Albrecht Schlosser 49e4b8e3fa Fix clang support on Win64 (STR #3027). 12 years ago
Manolo Gouy e543d2c763 Cleaner definition under Mac OS of the fl_default_cursor global variable that doesn't hide its type. 12 years ago
Albrecht Schlosser 8e30fc438c Made Fl_Help_View::handle() public and Fl_Help_View::draw() protected 12 years ago
Greg Ercolano d36882e67e Adds horizontal scrollbar to Fl_Tree as an ABI 1.3.3 feature. 12 years ago
Greg Ercolano 88cea3c82d o Added Fl_Tree::item_draw_callback(), letting one define a custom draw function for Fl_Tree_Item's. 12 years ago
Greg Ercolano 33ab9cfed1 Fl_Tree: 12 years ago
Manolo Gouy 1ad6b09de7 Fix mac-specific STR#2999. Use PostScript font name to ask the system for a font, and full font name 12 years ago
Manolo Gouy 83e4329695 Added member function Fl_Sys_Menu_Bar::update(). 12 years ago
Manolo Gouy dc2f7ba034 Document the fl_sys_menu_bar global Mac OS-specific variable. 12 years ago
Manolo Gouy ce0e298a8a Removed some of the warnings mentioned in [fltk.coredev] New warnings with FLTK 1.3.x svn r9991 12 years ago
Greg Ercolano 497570c4fc STR# 2973: removing ABI guard as per fltk.coredev discussion on Sep 21 - 23 12 years ago
Greg Ercolano 5d4fed1ef9 STR #2860: Mods for full screen support. 12 years ago
Greg Ercolano 2082d7e197 Fixes STR# 2973: collection of Sun compiler fixes. 12 years ago
Greg Ercolano 67ed1a8da9 STR# #2973: applied patch str_2973_r9958_sun-fix-errors-5.patch verbatim. 12 years ago
Greg Ercolano 4e6779bc49 Added code example for ossman's new add_clipboard_notify(), 12 years ago
Pierre Ossman 1d6cc80d59 STR 2636. Add ability to get notifications whenever the 12 years ago
Manolo Gouy eaa6084f9a Prevent unwanted classes IActiveIMMApp and XUtf8FontStruct from appearing in Doxygen doc. 12 years ago
Greg Ercolano 3e96dfe855 Small doc typo fix. 12 years ago
Greg Ercolano 1b4a5a1d96 Small edits to last commit for clarity. 12 years ago
Greg Ercolano a00dd72b8f Elaborate on Fl_Tab's transparent region (behind and to the right of tabs), 12 years ago
Greg Ercolano 0aba84051a Include code examples for use of path form of fl_arc() 12 years ago
Ian MacArthur ed04fc6774 Attempt to fix UTF8 encoding of WIN32 Native File Chooser BROWSE_DIRECTORY options 12 years ago
Greg Ercolano 406a22487f Adding simple access to input widget's selection_color().. 12 years ago
Manolo Gouy 6b69461ea9 Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c code is used. 12 years ago
Greg Ercolano 9fc45db999 As per notes from STR#2948: 12 years ago
Greg Ercolano 3fe3f24427 Solve STR#2948: Add new method Fl_Widget::top_window() to return the widget's top-level window. 12 years ago
Greg Ercolano 936f01be5c While suggesting a new top_window() method for STR#2948, 12 years ago
Greg Ercolano 6bcd9390f8 Solves STR #2939; adding when() support to Fl_Tabs. 12 years ago
Greg Ercolano d5404dea25 Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Window's. 12 years ago
Greg Ercolano ba0c61b961 Small color documentation clarification/improvements: 12 years ago
Greg Ercolano ee0af8c6a7 Documenting the public methods Fl_Tabs::push() 12 years ago
Greg Ercolano 2aefc1f60c Added docs for undocumented public 'which()' method. 12 years ago
Greg Ercolano 65aefad242 Expanded docs for Fl_Browser_ to define the supported 12 years ago
Greg Ercolano ff6dc202ae Small doc fixes for new tab_cell_nav() methods. 12 years ago
Greg Ercolano 81c20e30a4 o Added tab_cell_nav() method to control Tab/Shift-Tab navigation of table cells. 12 years ago
Manolo Gouy 3e7386137e Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT. 12 years ago
Manolo Gouy 914e7f9b09 Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. 13 years ago
Manolo Gouy b22744aac0 Mac OS text input: a single FL_KEYBOARD event is now sent when processing dead keys. 13 years ago