summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
2004-06-01FLTK now honors the numlock key state (STR #369)Michael R Sweet
2004-05-24Doco changes.Michael R Sweet
2004-05-15Fl_Scroll now uses a full redraw when the scheme is set toMichael R Sweet
2004-05-13Fl_Gl_Window's on WIN32 now prefer accelerated pixel formatsMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-02-29Fix CTRL+something "-" - wasn't tracking the proper CTRL keyMichael R Sweet
2004-02-26WIN32's scandir() emulation did not allocate enough memory forMichael R Sweet
2003-06-15Make sure Fl::event_text() is not NULL. (STR #70)Michael R Sweet
2003-05-04Fl_File_Browser incorrectly included "." on WIN32 (STR #9)Michael R Sweet
2003-04-03- sorted fluid menu barMatthias Melcher
2003-03-09Backport of FL_LEAVE fix from 2.0. Belowmouse would go to zero whenBill Spitzak
2003-01-31FL_KEYUP patch for X11 - don't send KEYUP event for repeating keys.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-10-20Initialize backbuffer_bad under X11.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-06-24Update GCC test in configure script.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-23Changelog and cleanup.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-10Fix enter/leave on windows to properly handle tooltip focus...Michael R Sweet
2002-04-07Fix NULL argument to fl_filename_name()...Michael R Sweet
2002-03-26Make all implementations of cut/paste/dnd consistent with globalMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-25Wasn't enabling XDND...Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-02-19Use "1" instead of "true" for return value (true not available on allMichael R Sweet
2002-01-09First round of DND additions to 1.1 - just X11 code, and I haven't addedMichael R Sweet
2002-01-03Fix changing of schemes - otherwise Fl_Window::show() could cause aMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-06FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-19Don't send FL_RELEASE events for buttons 4 and 5 (mouse wheel)Michael R Sweet
2001-10-27FL_KEYUP event support.Michael R Sweet
2001-10-18Fl::belowmouse() was resetting the tooltip, causing the flashingMichael R Sweet
2001-08-02Fix mouse wheel stuff for browser and helpview widgets (move 3 lines atMichael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael R Sweet
2001-04-27Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() forMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-11-20Fl::below_mouse() was incorrectly clearing e_is_click; this preventedMichael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-06-18Cleanup of the timeout and Fl::wait() code. This one calls the clockBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-25Fixed definition of glutBitmapWidth to match header file.Bill Spitzak
2000-02-23New X function: fl_open_display(Display*) lets you run fltk on anBill Spitzak
2000-02-18Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.deBill Spitzak