Commit Graph

166 Commits

Author SHA1 Message Date
Jonathan Moore Liles 720d8d3320 Bump version. 2021-01-27 17:45:29 -08:00
John Rigg 2b8d732643 themes: Workaround for bug where a background color of RGB 0,0,0 in Black color scheme is sometimes drawn as green. 2021-01-20 18:31:12 -08:00
Jonathan Moore Liles 851dee6ab3 Tweak themes. 2021-01-09 15:03:07 -08:00
Jonathan Moore Liles 001584d5dd Adjust color schemes. 2021-01-09 15:03:07 -08:00
Jonathan Moore Liles b825300b2a fl_contrast: Return FL_FOREGROUND or FL_BACKGROUND rather than FL_BLACK and FL_WHITE... 2021-01-09 15:03:07 -08:00
Jonathan Moore Liles d79930a6f5 Clean up some inconsistencies in themes. 2021-01-09 15:03:07 -08:00
Jonathan Moore Liles 844e0bcb50 ntk-chtheme: Add new color scheme. Save/restore selection color. 2021-01-09 15:03:07 -08:00
Jonathan Moore Liles 754026af63 More theme tweaks. 2021-01-09 15:02:57 -08:00
Jonathan Moore Liles cea9a11b9e Workaround for zynaddsubfx. 2021-01-09 15:02:28 -08:00
Jonathan Moore Liles 26989fbfd6 Tweak themes for more color consistency. 2020-10-12 08:45:59 -07:00
Jonathan Moore Liles dae177189b Upgrade waf to 2.0.18. 2019-09-25 00:01:03 -07:00
Jonathan Moore Liles 71a410b2e1 Upgrade to waf 2.0.9. 2018-08-20 21:27:13 -07:00
Jonathan Moore Liles 1e3f5106d4 Bump version 2017-10-04 18:55:47 -07:00
Mathias Buhr 92365eca0f Fixes a use-after-free 2017-04-22 01:14:49 +02:00
Mathias Buhr 2accf3694a Fixes clang build issues 2017-04-21 23:31:43 +02:00
falkTX 5719b0044d Fix for menubar not appearing in the right position 2014-10-18 21:28:34 +01:00
Jonathan Moore Liles 9884cca97d Upgrade waf. 2014-04-29 18:03:11 -07:00
Jonathan Moore Liles 127328b00c Themes: Eliminate some divides. 2013-09-20 17:35:53 -07:00
Jonathan Moore Liles 77fa0ec2da Themes: Define FL_BORDER_BOX in all themes. 2013-09-20 17:30:11 -07:00
Jonathan Moore Liles 1238f916dc Use Fl_Double_Window for Fl_Color_Chooser. 2013-09-17 17:32:37 -07:00
Jonathan Moore Liles 630047d60e Get rid of some fancy/useless code in fl_draw_image. 2013-09-17 17:32:19 -07:00
Jonathan Moore Liles 76f2907b77 wscript: Add/fix some function and type checks. 2013-09-17 17:07:44 -07:00
Jonathan Moore Liles 6bed472e74 Add Fl::set_mouse method. 2013-09-15 23:48:06 -07:00
Jonathan Moore Liles 02936771b8 Fix box size in error in vector theme. 2013-09-15 23:45:34 -07:00
Jonathan Moore Liles d7f94164bc Fl_Dial: Use correct printf format for value display. 2013-09-06 23:20:54 -07:00
Jonathan Moore Liles 645579913d Fl_Panzoomer: Add keybinding for Shift+Mousewheel to scroll horizontally. 2013-09-06 00:46:01 -07:00
Jonathan Moore Liles c88f7fe2da Fl_Panzoomer: Add minimum cursor size. 2013-09-06 00:45:22 -07:00
Jonathan Moore Liles 0a0d79ab8f Reset extra mouse axes on each event. 2013-09-06 00:44:38 -07:00
Jonathan Moore Liles 38275d6168 Clean up some compiler warnings. 2013-08-23 20:01:29 -07:00
Jonathan Moore Liles f70a8ecbf1 Tweak CFLAGS again. 2013-08-23 19:57:24 -07:00
Jonathan Moore Liles d0063527aa Fix cario context leak. 2013-07-30 17:09:14 -07:00
Jonathan Moore Liles 4fb75569ed Fix cairo region leak in restore_clip(). 2013-07-30 17:09:05 -07:00
Jonathan Moore Liles b5541bf37c Fix cairo region leak in clip_box(). 2013-07-29 18:48:11 -07:00
Jonathan Moore Liles 3eaf27c16b Remove private CFLAGS from .pc export. Also, get rid of _GNU_SOURCE. 2013-07-25 09:27:19 -07:00
Jonathan Moore Liles da0678617b Fl_Double_Window: Clear clipping region when backbuffer is invalidated. 2013-07-24 10:02:50 -07:00
Jonathan Moore Liles 0158efd86f Change CFLAGS, clean up some compiler warnings. 2013-07-24 10:02:39 -07:00
Jonathan Moore Liles 415422bd1b Fl_Window: shown() should be const. 2013-07-21 20:19:39 -07:00
Jonathan Moore Liles 81f41f5fed Fl_Choice: Respect specified boxtypes. Also get rid of old 'scheme' switch. 2013-07-14 18:03:08 -07:00
Jonathan Moore Liles b6da64a71d Fl_Tiled_Image: Start tiling at 0,0--don't try to center image. 2013-07-14 18:03:01 -07:00
Jonathan Moore Liles c38cc183c2 Tweak vector theme. 2013-07-14 18:02:43 -07:00
Jonathan Moore Liles 27960b82e0 Don't redraw Fl_Double_Window on X expose event. 2013-07-14 17:58:38 -07:00
Jonathan Moore Liles 7a936c570d Fix some color blending issues in Cairo and Clean themes. 2013-06-21 16:25:11 -07:00
Jonathan Moore Liles 8ee564bef3 Fl_Tooltip: Allow user to override tooltip show/hide behavior. 2013-06-03 21:53:14 -07:00
Jonathan Moore Liles 02768c459a XDND: Inform the source widget when DND operation has ended. 2013-05-29 19:38:00 -07:00
Jonathan Moore Liles a6ac4c8bab Revert "Fl_Overlay_Window: Always redraw overlay when redrawing backbuffer."
This reverts commit 5db6dfccef.
2013-05-23 00:04:56 -07:00
Jonathan Moore Liles 5db6dfccef Fl_Overlay_Window: Always redraw overlay when redrawing backbuffer. 2013-05-19 18:18:47 -07:00
Jonathan Moore Liles 8cb721a354 Fl_Browser: Make incr_height() pubic. It's useful. 2013-04-29 23:38:13 -07:00
Jonathan Moore Liles ed50ecc551 Don't send unnecessary X DND Position messages. 2013-04-21 17:12:51 -07:00
Jonathan Moore Liles fe832d3cbc Fl_Text_Display: Don't show horizontal scrollbar unless necessary. 2013-04-15 17:07:06 -07:00
Jonathan Moore Liles 3afbfcc84c Don't mangle xclass names containing '-' or ' '. 2013-04-11 20:56:52 -07:00