1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-20 15:21:27 +02:00
Commit Graph

660 Commits

Author SHA1 Message Date
kojima 6f0d835bdb new menu editor code 2000-07-15 22:48:31 +00:00
kojima 9a89e6cc18 added string utils 2000-07-15 22:08:25 +00:00
kojima dcd44b17b1 more updates to editable menu 2000-07-15 22:00:41 +00:00
kojima 2dd7218dfa WMRootMenu is now plmenu instead of a text menu 2000-07-15 08:14:12 +00:00
kojima b3dee733bb default WMRootMenu is now a proplist menu instead of text 2000-07-15 08:12:33 +00:00
kojima bb6acdad3c added close button to editable menu 2000-07-14 15:16:46 +00:00
kojima 6d5f1817d3 new menu editor updates 2000-07-14 05:48:35 +00:00
nwanua 12f03e5ac4 added fontmanager.c 2000-07-13 23:54:20 +00:00
nwanua d3d0304107 changes to wmtext 2000-07-13 23:48:54 +00:00
nwanua 1027573bd7 added testtext - Nwanua 2000-07-13 23:48:02 +00:00
kojima e958044d00 updated editable menu widget 2000-07-10 22:49:07 +00:00
kojima e29fce43b1 - added WMGetLabelText()
- added WMReparentWidget()
- added WMCreateTabViewItem()
- added W_CreateUnmanagedTopView()
- fixed deletion from tree bag
2000-07-10 22:37:39 +00:00
dan 4cb5649545 Gaaah!
This thing is completely broken! There are functions that take a
completely different set of arguments than the ones currently used to call
them. There are even functions that are not defined anywhere but
called from wtext.c

Please fix it before re-enabling it in Makefile.am
2000-07-06 01:28:13 +00:00
kojima fcab535c38 fixed lots of compile bugs in wtext.c and made a few api changes to it 2000-07-05 04:16:53 +00:00
dan b50d6e566c Small fix. 2000-06-24 22:43:07 +00:00
dan 19a92de3e6 *** empty log message *** 2000-06-22 23:22:54 +00:00
dan 72538ed380 testtext.c doesn't compile. And it seems to require WINGsP.h which is
bad, bad, bad
2000-06-22 23:20:51 +00:00
dan f0921472a8 I have nothing more to say about this. 2000-06-22 23:18:30 +00:00
dan 165b96f30f Gah, never say never. 2000-06-22 23:17:12 +00:00
dan 9d4dae947b Guess what? Yep, another wmtext update. Now this was all, please go to
your homes.
2000-06-22 23:01:27 +00:00
dan c87c53fbe5 Yet another fix for the wmtext class. Thank you, thank you, thank you. 2000-06-22 22:55:36 +00:00
dan 4f3c453c12 Fix for compilation of ruler 2000-06-22 22:52:57 +00:00
dan 6de30498da Modified ruler stuff 2000-06-22 22:49:50 +00:00
dan 6f912eded3 Added new wruler.{c,h} files from nwanua 2000-06-22 22:26:43 +00:00
dan 738c72324b Added a missing enum that made compilation fail 2000-06-22 22:06:33 +00:00
kojima ab801f3141 new rootmenu header 2000-06-21 22:26:15 +00:00
kojima 4905ab1986 renamed ParseCommand() to TokenizeString()
added rootmenu reader rewrite start
2000-06-21 22:25:10 +00:00
kojima c49ad9cac8 added text widget from nwanua 2000-06-20 23:27:37 +00:00
kojima e410e1862b fontset name guess when using multibyte 2000-06-17 19:07:57 +00:00
dan 4b2b2bcac3 Added spanish plmenu 2000-06-16 00:16:35 +00:00
dan 61b169f497 Added runtime option that lets one to set a small border around the
workspace that will not be covered by windows when maximizing, and thus
allowing easy access to the clip or menus using the mouse in this
border area, even when the screen is covered by windows maximized in
both horizontal and vertical directions.

A make clean is needed in src/ because new members were added to the
WPreferences structure in WindowMaker.h
2000-06-15 18:39:06 +00:00
kojima ebf002b8d5 fixed redraw problem when frame title changes 2000-06-09 02:15:38 +00:00
dan 983e154118 - Fixed a bug with #define DEBUG (code didn't compile in that case) 2000-06-05 23:41:26 +00:00
kojima 15f9713a84 fixed crash bug when a texture cant be rendered 2000-06-04 02:09:10 +00:00
kojima d869445950 - changed behaviour of control/shift double click on titlebar for maximize 2000-05-24 23:51:59 +00:00
dan 9e7242abe5 *** empty log message *** 2000-05-24 22:48:55 +00:00
dan 56cacb9336 Fixed the mdgradient code.
P.S. Please, that piece of code is perfectly valid, there's no need to
break it every month. There is nothing wrong with it, still it was
changed (and simultaneously broken) 4 or 5 times already.
That code use a smart trick to draw the multi diagonal gradient using
integer operations, that is perfectly valid and moreover is much faster
than the classical floating point calculation algorithm that was used
before, so there is no need to randomly 'fix' it every now and then.
If you don't understand how it works please ask.
2000-05-24 22:47:54 +00:00
kojima 3e0c6920a9 added it 2000-05-23 21:22:38 +00:00
kojima d4c23fba79 added image browser start 2000-05-23 21:18:49 +00:00
kojima 05339d0d63 added start of gui wmaker.inst 2000-05-23 21:14:57 +00:00
kojima e44130b51a few changes to WPrefs/appearance to accomote igradient 2000-05-22 03:24:40 +00:00
kojima 58b36ec1b3 added wmagnify 2000-05-22 03:09:20 +00:00
kojima 79ae37a35c added options to change default fonts 2000-05-21 23:56:33 +00:00
kojima 6947fd7b64 added new style 2000-05-21 16:35:13 +00:00
kojima 1e351cb59b added igradient texture
fixed some bugs
2000-05-21 16:34:23 +00:00
kojima 71f735069a *** empty log message *** 2000-05-21 16:15:56 +00:00
kojima e7771be157 added interwoven gradient 2000-05-21 15:33:27 +00:00
dan 16949246ee *** empty log message *** 2000-05-16 12:11:29 +00:00
kojima cdb148df48 added new style 2000-05-15 10:57:34 +00:00
dan 0ae1ecc05f Made the floppy path in the file panel be configurable via the FloppyPath
key in the WMGLOBAL file, instead of the '/floppy' hardcoded value.
2000-05-10 12:30:34 +00:00