2721 Commits (7b4d33bbddbcc05fa7c31b2275e8f1bb2e516a75)
 

Author SHA1 Message Date
Matthias Melcher 555f776077 Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374). 19 years ago
Michael R Sweet ddfe7bb5b6 Fix Fl_Widget_Class_Type so that you can add code to a widget class 19 years ago
Matthias Melcher 660d524700 Fixed unintialized data bug in OS X timeout functions. 19 years ago
Matthias Melcher dadcbb61b3 Moved Quartz OS X fonts half a pixel up. 19 years ago
Matthias Melcher 86e2fa621a Fixed speed issues with measuring text sizes in OS X Quartz 19 years ago
Matthias Melcher edbf9ae510 Fixed focus issues on OSX (str #1377) 19 years ago
Matthias Melcher d5a6cf798c I forgot 19 years ago
Matthias Melcher 0ac4a4d33b Restored original "hello.cxx" 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 6391946be0 Fixed callback sometimes not calle when using the arrow keys in an Fl_Slider (STR #1333) 19 years ago
Matthias Melcher 1cc3338a10 Changing the shorcut of a widget in fluid now marks the document as dirty (STR #1382) 19 years ago
Matthias Melcher 2f4706602d Fixed ABI issue with const on glutCreateWindow. 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 ae971b97da Fl_Text_Editor now correctly handles middle mouse clicks (STR #1384) 19 years ago
Matthias Melcher 2d2e6f9bf8 Added warning on nesting Fl_Scroll widgets 19 years ago
Matthias Melcher c8288bd7b4 Added some GLUT4 functions (STR #1370) 19 years ago
Matthias Melcher 51d67574ec New context_changed() function for OpenGL windows allowing efficient texture loading (str #1372) 19 years ago
Matthias Melcher ef48f007a1 Added missing const to GLUT call (STR #1371) 19 years ago
Matthias Melcher 9f41ba57ec Fixed stray FL_RELEASE events after clicking system areas on OS X (STR #1376) 19 years ago
Matthias Melcher 538a1c62ee Fl_Tabs::value() is now const as described in the documentation (STR #1379) 19 years ago
Matthias Melcher 26be719a4a Modified boxtype demo to show somewhat experimental, yet nice round plastic boxes. 19 years ago
Matthias Melcher a5389c9014 Removed stub for Fl_Input::handle_mouse(int) because it is not implemented anywhere. 19 years ago
Matthias Melcher 4f6119433b Fixed Makefile configuration for OS X dynamic library. STR #1391 19 years ago
Michael R Sweet 8266e090f5 Don't call dummy function inside dummy function - some compilers don't like 19 years ago
Michael R Sweet d9eecaf4ab Fix problems with new FLUID output, add common to closing braces to show 19 years ago
Michael R Sweet 0043e7a44d Fix return of window widget - use "w" or the name of the window, as 19 years ago
Michael R Sweet 7e3daaf145 Update copyrights on changed files. 19 years ago
Michael R Sweet 500d7616fd Revamp variable tests so that we rarely need to provide "o" and 19 years ago
Michael R Sweet 9ee02e0f01 Fix compiler warning by adding a cast... 19 years ago
Michael R Sweet 58699112db Fix use of LDFLAGS and make install depend on all target... 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 b6f3595669 Fixed Endianness in OS X Mouse Pointer graphics (STR 1348) 19 years ago
Michael R Sweet 846cfd4416 Allow non-JFIF JPEG images. 19 years ago
Matthias Melcher 924e8a92d1 Fixed crash on mixed use of keyboard and mouse for Fl_Menu_Button (STR #1356) 19 years ago
Matthias Melcher f0fcbb3866 Fixed my previous fix... . Resizing events were not handled anymore. 19 years ago
Matthias Melcher 30f4aebe8a STR #1341: Fixed Fl_Window::visible() and shown() for OS X 19 years ago
Matthias Melcher d20a41681d Fixed Fl_Window::copy_label() losing copy (STR #1332) 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
Michael R Sweet 8761079f3c Revert change to --enable-cygwin option since ARCHFLAGS does not work with 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 3f5710ca72 Attempt to improve on fl_scroll for Quartz on Mac, but we probably already use the best function. Added comment noting this attempt. 19 years ago
Matthias Melcher 05bd3ade18 Added support for floating point Fl_Spinner 19 years ago
Matthias Melcher baa92d1d7d STR #1330: Repeat button now cancels timeout if it should get deactivated during a callback 19 years ago
Matthias Melcher 77a20dbef3 STR #1280: added support for assigning Fl_Menu_Items to array variables in Fluid 19 years ago
Matthias Melcher 87bb58803a Another attempt at the window stacking problem in WIN32. It does fix the issue described in STR #1296 without the negative effects described by Torsten Giebl. 19 years ago
Michael R Sweet eea2b38b34 Add --with-archflags option to configure script, and use it in the right 19 years ago