430 Commits (release-1.1.10rc2)

Author SHA1 Message Date
Matthias Melcher 3f5e81be0e Updated Fl_Widget::resize documentation to reflect the "bogus resize messages" with some window managers. 19 years ago
Michael R Sweet f27180b7cd Do some rearranging of image and desktop support files. 19 years ago
Matthias Melcher 062d347846 Changed description of widgets.html 19 years ago
Matthias Melcher 726cf02931 Added alphabetical list of all methods in Appendix A 19 years ago
Matthias Melcher a776975239 All fl_ functions indexed and linked. 19 years ago
Matthias Melcher cda7f61462 Adding more links to the global function reference list 19 years ago
Matthias Melcher 3bd03e7f18 Fixed Typo in Documentation (STR #1399) 19 years ago
Matthias Melcher 972624d613 STR #1381: added optional "precision" argument when writing floats or doubles to a Preferences file. 19 years ago
Matthias Melcher 49a0693962 Undid the previous Fl_Tabs::value() const change because adding 'const' *does* changed the ABI. Sigh. 19 years ago
Matthias Melcher 2d2e6f9bf8 Added warning on nesting Fl_Scroll widgets 19 years ago
Matthias Melcher 51d67574ec New context_changed() function for OpenGL windows allowing efficient texture loading (str #1372) 19 years ago
Matthias Melcher a24e33b36e Fixed bad English. Matt, you need to polish up on you irregular verbs. 19 years ago
Matthias Melcher e6818b19a6 Fixed byte order in OS X cursor shape data. Added Xft font pointer fl_xftfont. 19 years ago
Matthias Melcher a794dcf8ee Another documentation update (STR #1340) 19 years ago
Matthias Melcher 6167376e2b Added two missing html files to the Makefile based installation process (STR #1339) 19 years ago
Matthias Melcher 05c80896b2 fixed wrong word 19 years ago
Matthias Melcher ae7fb2af5d Added warning to Fl_Gl_Window documentation. 19 years ago
Matthias Melcher 0027b5edc3 Documentation fix (STR #1336) 19 years ago
Matthias Melcher 05bd3ade18 Added support for floating point Fl_Spinner 19 years ago
Matthias Melcher fee47dba98 STR 1306: udated documentation to reflect limitation in Fl::delete_widget(). For a different bug, I was forced to implement an automated widget deletion system which seems to work well. I would like to reuse that for all cases that depend on 'delete_widget', making 'delete_widget' obsolete. I will change the STR accordingly. 19 years ago
Matthias Melcher d625425d96 STR #1319: added missing '#' in Fl_Clock_Output 19 years ago
Matthias Melcher 428a283f83 Added an event variable "Fl::event_original_key()" which returns the current key code (see Fl::event_key()) before it gets mangled through the NumLock keypad conversion. This way, an application can differentiate between an arrow key and a numeric keypad w/NumLock off. 19 years ago
Matthias Melcher 007fc30ca4 STR #1316: fixed two html tags 19 years ago
Matthias Melcher 84ac69cd27 Added permission to reproduce the manual as given by Bill Spitzak and agreed upon (or at last not disagreed) by the other developers including Mike Sweet. 19 years ago
Matthias Melcher 0b98e816d8 Fixed crash in Fl_Preferences if 2nd or 3rd argument in the 'path' constructor were NULL 19 years ago
Matthias Melcher c9908d97e3 THIS FIX CONTAINS TWO MORE FILES THAT MUST BE COMPILED. I would 19 years ago
Matthias Melcher a33f1f7b35 STR 1167: updated documentation for Fl_Valuator and Fl_Value_Input 19 years ago
Matthias Melcher 668f127024 Str 1171: added documentation for Fl_Toggle_Button 19 years ago
Matthias Melcher 4c481a5736 STR 1157: Attempt to make the documentation on Fl_Valuator::format clearer. An native English speaker should check this please. 19 years ago
Matthias Melcher d490097eaa STR 1192: Added documentation for Fl_Clock_Output 19 years ago
Michael R Sweet 115d539691 More packaging fun. 20 years ago
Michael R Sweet a10e58204c Update copyright. 20 years ago
Matthias Melcher a31071deb4 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 20 years ago
Matthias Melcher 4c338a533f STR #1106: fixed documentation error 20 years ago
Matthias Melcher fde536626e STR #1102: Typo 20 years ago
Michael R Sweet e321cb37bf VC++ 2005 Support, drop old files, add icons for Sudoku 20 years ago
Michael R Sweet 5cdf984737 Remove DOS line endings from text files. 20 years ago
Matthias Melcher 4baeeefabe One typo, one missing link 20 years ago
Matthias Melcher ba56eeaad5 Added Help_Dialog::value() to the help page. 20 years ago
Matthias Melcher eca40efb6e This change is controversial. It changes the behavior of fl_filename_list 20 years ago
Michael R Sweet 87a8b2d9c7 Add --cc and --cxx options to fltk-config, which show the compilers that 20 years ago
Michael R Sweet a4f428d82b Doco update for subwindows on OSX, and remove WIN32 note for cut/paste 20 years ago
Michael R Sweet a78af9b2b8 Remove Fl_Group from Fl_File_Chooser docos. 20 years ago
Michael R Sweet 4d2333525e Doco fix (STR #960) 20 years ago
Michael R Sweet 7da5a27b40 Add documentation for screen_count() and screen_xywh() (STR #931) 20 years ago
Matthias Melcher 478950c3bc Documentation fixes 20 years ago
Matthias Melcher 40deaf46c6 Added documentation for Fl_Text_Display::wrap_mode which seems to work well enough in the editor demo. 20 years ago
Matthias Melcher d523a9cc68 Documented the '00360' rotation feature in symbols 20 years ago
Matthias Melcher 090eb71a26 OK, I admit that I am nuts. But since the code was mostly there anyways adding only a few bytes to the library in total, I added the symbols 'refresh' (formerly known as 'recycle'), 'reload', 'undo', and 'redo', and flags to flip symbols horizontaly '$', and verticaly '%'. 20 years ago
Matthias Melcher 7c143c6bfb Fl_Menu_::find_item() was trying to search through submenus created with FL_SUBMENU_POINTER (vs. Fl_SUBMENU and an array of submenu items), but not following the pointer, messing up the search string. 20 years ago