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
Age
Commit message (
Expand
)
Author
2006-08-29
Updated OSX subwindow simulation code to better add and remove from the clipp...
Matthias Melcher
2006-08-29
- removed more inconsistencies between fl_draw and fl_measure (STR #1408)
Matthias Melcher
2006-08-29
Fixed fl_measure which mistook a trailing '@@' for a symbol (STR #1406)
Matthias Melcher
2006-08-29
STR #1403: GLUT window creation code - better fix.
Matthias Melcher
2006-08-28
Fix blocks crashes on WIN32 - audio buffer too small
Michael R Sweet
2006-08-25
Two simple glut fixes (flickering and VC6 compiler issues).
Matthias Melcher
2006-08-25
Fixed GLUT behavior on window creation (STR #1267)
Matthias Melcher
2006-08-25
Fixed OS X bug that would hide tooltips before they were shown (STR #1392)
Matthias Melcher
2006-08-25
Fixed Fl_Tabs tooltip reappearing.
Matthias Melcher
2006-08-24
Fixed filechooser to behave as documented when file pattern changes (STR #135s9)
Matthias Melcher
2006-08-23
Fix Fl_Gl_Overlay to use new valid API
Michael R Sweet
2006-08-23
Avoiding problems with some platforms that don't implement hypot() (STR #1366)
Matthias Melcher
2006-08-23
Fixed Fl_Positioner callback when released (STR #1387)
Matthias Melcher
2006-08-23
Fixed WIN32 zero size window issue (STR #1387)
Matthias Melcher
2006-08-22
Refixed STR #1221, fixing STR #1393.
Matthias Melcher
2006-08-21
Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).
Matthias Melcher
2006-08-19
Fixed unintialized data bug in OS X timeout functions.
Matthias Melcher
2006-08-19
Moved Quartz OS X fonts half a pixel up.
Matthias Melcher
2006-08-19
Fixed speed issues with measuring text sizes in OS X Quartz
Matthias Melcher
2006-08-19
Fixed focus issues on OSX (str #1377)
Matthias Melcher
2006-08-18
I forgot
Matthias Melcher
2006-08-18
STR #1381: added optional "precision" argument when writing floats or doubles...
Matthias Melcher
2006-08-17
Fixed callback sometimes not calle when using the arrow keys in an Fl_Slider ...
Matthias Melcher
2006-08-17
Fixed ABI issue with const on glutCreateWindow.
Matthias Melcher
2006-08-17
Undid the previous Fl_Tabs::value() const change because adding 'const' *does...
Matthias Melcher
2006-08-17
Fl_Text_Editor now correctly handles middle mouse clicks (STR #1384)
Matthias Melcher
2006-08-17
Added some GLUT4 functions (STR #1370)
Matthias Melcher
2006-08-17
New context_changed() function for OpenGL windows allowing efficient texture ...
Matthias Melcher
2006-08-17
Added missing const to GLUT call (STR #1371)
Matthias Melcher
2006-08-17
Fixed stray FL_RELEASE events after clicking system areas on OS X (STR #1376)
Matthias Melcher
2006-08-17
Fl_Tabs::value() is now const as described in the documentation (STR #1379)
Matthias Melcher
2006-08-12
Fixed Makefile configuration for OS X dynamic library. STR #1391
Matthias Melcher
2006-08-02
Don't call dummy function inside dummy function - some compilers don't like
Michael R Sweet
2006-07-25
Fix compiler warning by adding a cast...
Michael R Sweet
2006-07-18
Fixed byte order in OS X cursor shape data. Added Xft font pointer fl_xftfont.
Matthias Melcher
2006-07-18
Fixed Endianness in OS X Mouse Pointer graphics (STR 1348)
Matthias Melcher
2006-07-18
Allow non-JFIF JPEG images.
Michael R Sweet
2006-07-17
Fixed crash on mixed use of keyboard and mouse for Fl_Menu_Button (STR #1356)
Matthias Melcher
2006-07-17
Fixed my previous fix... . Resizing events were not handled anymore.
Matthias Melcher
2006-07-16
STR #1341: Fixed Fl_Window::visible() and shown() for OS X
Matthias Melcher
2006-06-28
Fixed Fl_Window::copy_label() losing copy (STR #1332)
Matthias Melcher
2006-06-23
Attempt to improve on fl_scroll for Quartz on Mac, but we probably already us...
Matthias Melcher
2006-06-21
STR #1330: Repeat button now cancels timeout if it should get deactivated dur...
Matthias Melcher
2006-06-20
Another attempt at the window stacking problem in WIN32. It does fix the issu...
Matthias Melcher
2006-06-19
It seems that the long standing window stacking order problem in MSWindows is...
Matthias Melcher
2006-06-19
Fixed key compose sequences for shifted keys (STR #1194)
Matthias Melcher
2006-06-18
Converted global static variables into class static variables
Matthias Melcher
2006-06-18
Removed debugging messages, added character lookup table for HTML enteties in...
Matthias Melcher
2006-06-16
Added text selection and copy/paste to Fl_Help_View. Text can be selected by ...
Matthias Melcher
2006-06-16
STR #1322: fixes wrong menutitle position for popup menus. This was originall...
Matthias Melcher
[next]