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-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
2006-06-14
Changed Tooltip::exit_() to Tooltip::exit()
Matthias Melcher
2006-06-14
STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...
Matthias Melcher
2006-06-14
Avoiding crash when passing NULL as a string in Fl_Preferences::set(key, char...
Matthias Melcher
2006-06-13
STR #1227: Thanks to Albrecht Schlosser for commiting this patch to fix Fl_Te...
Matthias Melcher
2006-06-09
Fixing the fix: restored the FL_KEYUP behavior of WIN32 before the NumLock fi...
Matthias Melcher
2006-06-09
Make sure that all source files expand $Id$...
Michael R Sweet
2006-06-09
Fixed the Fl::event_original_key() function for X11.
Matthias Melcher
2006-06-09
Added an event variable "Fl::event_original_key()" which returns the current ...
Matthias Melcher
2006-06-07
OS X: fixed handling of the KP_Enter key which is at different key codes for ...
Matthias Melcher
2006-06-06
Increased gap size in Fl_Text_Buffer to make the buffer suitable for much lon...
Matthias Melcher
2006-06-06
Added check for NULL for numbnuts (like me) who query the size of a font befo...
Matthias Melcher
2006-06-06
STR #1310: OS X Quartz support fixed. All test codes now work without complai...
Matthias Melcher
2006-06-05
STR #1309: resize indicator not showing if size range does not permit resizing.
Matthias Melcher
2006-06-05
OS X Quartz: fixed issues with creating a gray image map. Fluid problems stil...
Matthias Melcher
2006-06-05
OS X Quartz: fixed the text width problem.
Matthias Melcher
2006-06-05
OS X Quartz rendering: text is now clipped and drawn in the correct color. I ...
Matthias Melcher
2006-06-04
OS X Quartz: one pretty essential fix to the call order in Quartz context cha...
Matthias Melcher
2006-06-02
STR #1305: Added MacRoman to utf16 lookup table. Everything's rendered the wa...
Matthias Melcher
2006-06-02
STR #1305: partial fix.
Matthias Melcher
2006-05-31
Remove executable bit from more source files.
Michael R Sweet
2006-05-30
Fixed shortcut and default focus for message dialogs (STR #1298).
Matthias Melcher
2006-05-30
Remove warnings found by Robin Rowe's settings for VC7. I do not have VC7, bu...
Matthias Melcher
2006-05-30
Fixed resizing in OS X. The code was not only unneccesarily convoluted, but a...
Matthias Melcher
2006-05-21
Tabs now show the correct tooltip (STR #1282)
Matthias Melcher
2006-05-10
Fixed insufficiently invalidated cache in Fl_Browser (STR #1265). Fl_Browser:...
Matthias Melcher
2006-05-10
STR #1153: This is an attempt to fix the described issues when querying multi...
Matthias Melcher
[next]