26 Commits

Author SHA1 Message Date
7dbb304393 Removed fltk bug fix that does not apply to newer fltk versions
It appears the underlying bug has been fixed.
2015-10-03 11:39:00 -07:00
d14aad2e54 New font drawing crashed on untitled windows 2015-10-03 11:03:22 -07:00
571a268f21 Fixed .gitignore 2015-04-29 07:26:29 -07:00
a23a4f323c Added .gitignore 2015-04-29 07:18:29 -07:00
3938480dc1 Use fltk 1.3's ability to draw rotated text
This removes a huge and quite obsolete kludge that worked with
X bitmap fonts only. Looks a lot nicer.
2014-11-26 18:20:35 -08:00
11e88c7fc9 Fixed the rotated_text demo to not use Forms emulation 2014-11-24 17:33:16 -08:00
7981aa60c3 Added -test switch to test decorations under another window manager.
This used to be done by recompiling with -DTEST.
2014-11-24 17:32:33 -08:00
7c3b8d7ed0 Removed compilation warnings from modern systems 2014-11-24 16:29:11 -08:00
d7543b20a1 Remove some warnings from configure+make on modern systems 2014-11-24 16:28:55 -08:00
14c1417763 Finally does subdirectories in the ~/.wmx directory to make submenus. 2007-08-03 05:39:01 +00:00
aa276ead5c Option to compile using fltk2 added to configure. The code requires the
very newest fltk2 from the development svn repository (as of Aug 2 2007)
2007-08-02 14:26:46 +00:00
f6f5ce641d Typo made the &-fixing code blank the title instead 2006-06-30 22:14:34 +00:00
b5f3aa0656 Changed version number to 1.01 2006-06-29 22:26:42 +00:00
74ea254db2 Put -lfltk back in 2006-06-29 22:14:48 +00:00
430d6e87c6 Fixed release of Alt+Tab on newer fltk1 versions.
Made the shortcuts work somewhat for fltk2.0, but not working completely

Fixes from Bill Allombert:
Typos in manpage
Doubles the & signs in menus to avoid underscores
The -fg switch works to set the text color everywhere
Ifdef'ed out some fltk2.0-only stuff.
2006-06-29 07:28:43 +00:00
abf53ac759 Removed warnings from g++ 4.1 2006-06-20 16:09:18 +00:00
7664787676 Fixes from Bill Allombert at Debian:
fl_ prefix for filename functions in fltk1.
Turns off visible_focus() (really click-to-focus on buttons) in fltk1.
Rotated code works for fonts where fontstruct->per_char is NULL.
2005-09-19 04:37:51 +00:00
1ac5675242 Fixes for the cursor under fltk2.0 2005-05-23 05:13:48 +00:00
5c20a23b4c Many changes so it compiles and works with fltk2. Menus are
still a bit screwed up.
2004-10-11 06:35:02 +00:00
9cbc566a07 Added install-sh so cvs checkout will get a working file set 2001-04-22 16:09:04 +00:00
9bf56e5cbc Smaller font and blue selection color in menus. 2000-09-19 08:07:42 +00:00
4524238a4c Sends UnmapNotify when window is iconized 2000-04-26 06:25:30 +00:00
825c538388 Fix so modal windows don't reappear when you iconize the main window 2000-04-19 06:36:57 +00:00
f37e10afcf Made MENU_FONT_SIZE affect the built-in items 2000-02-23 07:56:09 +00:00
da53add705 Added missing config.h, make runs ./configure automatically 2000-01-29 21:55:38 +00:00
fd0e9884cb Initial checkin of the code to sourceforge. 2000-01-18 01:05:49 +00:00