summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
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
2000-01-26Sets the "input hint" which is needed for TWM and TWM-derived window managers.Bill Spitzak
2000-01-23If compiled with USE_COLORMAP=0 it will always try to find a TrueColorBill Spitzak
2000-01-11Programs can now resize() their windows even if they are not resizable()Bill Spitzak
1999-11-10Sets win_gravity correctly, this helps some X window managers that useBill Spitzak
1999-11-04Minor change: if the X window manager does not do anything else with windowsBill Spitzak
1999-05-06Fixed another flwm crash in Fl_x.cxx (the send_motion pointer mustBill Spitzak
1999-05-01Updated version numbers to 1.0.3.Michael R Sweet
1999-04-23Keypad should produce correct symbols on Brazilian (and any other)Bill Spitzak
1999-04-17Fl::add_fd() structures are dynamically allocated so you can listen toBill Spitzak
1999-04-101. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer sendBill Spitzak
1999-03-15Fixes for os2x by Alexander MaiBill Spitzak
1999-03-09Added #ifdef for backspace hack - is this really necessary? I've neverMichael R Sweet
1999-02-03Put Fl::grab() into it's own source file. Rewritten as suggested so thatBill Spitzak
1999-01-27Updated to include <sys/select.h> as needed.Michael R Sweet
1999-01-13Fixes from Bill:Michael R Sweet