1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-25 18:11:26 +02:00
Commit Graph

654 Commits

Author SHA1 Message Date
dan aee58cbd36 WMList compiles now, single selection seems to be ok (as it used to be) but
multiple selection is not yet complete.
2000-09-29 02:12:40 +00:00
dan 539fb32795 Small fix for an enum 2000-09-28 22:32:36 +00:00
dan 60a01b0f58 - More code for multiple selection in WMList.
- Better handling of mouse wheels (Shift and Control modifiers are used to
  select how muct to scroll on mouse wheel movement).
2000-09-28 14:06:50 +00:00
dan 8382063736 Fixed some typos. 2000-09-28 03:11:36 +00:00
dan 6973f07f30 Remake of the WMList code to allow multiple selection. Not complete yet.
It will not even compile. I Will finish it later today.
2000-09-28 03:09:57 +00:00
kojima 3de3009cee added wtokennext() 2000-09-26 22:44:38 +00:00
dan ce8b816c5d Sorting functions return void now instead of int. 2000-09-26 10:54:37 +00:00
dan 4193d2265d - Added WMSetWindowUserPosition()
- Replaced FlattenStringList() and TokenizeString() with wtokenjoin()
  respective wtokensplit() from WINGs
2000-09-26 00:35:33 +00:00
dan 7b3c10b07d Replaced malloc by wmalloc 2000-09-25 23:31:08 +00:00
kojima edc57cf7a1 added some new functions 2000-09-25 19:21:45 +00:00
dan 7f74ea8081 Small bugfix, and more updates to typedef'ed functions. 2000-09-25 02:00:55 +00:00
dan 23ac6cc088 Added some typedef'ed functions for readability. 2000-09-25 01:42:06 +00:00
dan ccbb6e8e15 Fixed some bugs, and compilation warnings. 2000-09-24 02:31:58 +00:00
dan 41ff127444 - Fixed WMArray.
- Changed WMList to use WMArray instead of WMBag
- Fixed compilation problems in WPrefs.app
2000-09-23 03:49:58 +00:00
dan 7e3f885aa4 Removed broken testtext from compilation. nwanua plese fix it before enabling 2000-09-21 12:01:49 +00:00
dan 40e67dfce0 Removed some redundant code. 2000-09-21 01:25:47 +00:00
nwanua ac4997e739 including parser in wtext.c 2000-09-20 04:26:31 +00:00
dan a3cd52ba05 Compress expose events 2000-09-20 01:14:03 +00:00
dan c1a77f233f Finished the WMArray class 2000-09-20 00:30:45 +00:00
dan 468f578345 WMArray class is almost ready. 2000-09-19 02:05:45 +00:00
dan 85702115f3 Some more functions for the array class 2000-09-17 21:52:24 +00:00
dan 9f98db6791 Some more code to the WMArray class 2000-09-15 09:42:22 +00:00
dan e01ef57d4b Removed some unused code from the treebag 2000-09-15 05:02:01 +00:00
dan 595d2b060b Removed array bag, and restructured the tree bag to be WMBag 2000-09-15 04:57:31 +00:00
dan 446e260186 Bulgarian po and menu files 2000-09-14 22:10:30 +00:00
dan 275aacc237 Updated .cvsignore files 2000-09-13 20:21:57 +00:00
dan 7832b2a4cf Rearranged the structure of the WINGs subdirectory.
Created Documentation, Examples and Tests subdirectories.

Run update-autoconf after this update.
2000-09-13 20:19:05 +00:00
nwanua 4ad4480c55 misc. changes 2000-09-13 14:45:50 +00:00
nwanua 01332a48c6 now using 0xFA + size to mark graphic in the bag. 2000-09-13 02:04:22 +00:00
nwanua d412240200 all new stuff 2000-09-12 02:10:08 +00:00
nwanua cc3bbcaf4c Text Selection 99% complete, replaceSelection added 2000-09-01 17:58:29 +00:00
dan 07a7632a96 *** empty log message *** 2000-07-21 18:08:27 +00:00
nwanua c79c8aa74d commiting WINGs.h 2000-07-21 15:29:51 +00:00
nwanua 70f8f029b1 just adding testtext changes 2000-07-21 01:06:54 +00:00
nwanua ab7c77b07d nice additions 2000-07-21 01:06:20 +00:00
nwanua dbbddf95e2 removed compile warnings in wmtext :-) 2000-07-20 16:51:54 +00:00
nwanua ec6dce9c42 WMSetTextSeelctionFont/Color 2000-07-17 00:12:29 +00:00
dan ca837d793f Replaced USPosition with PPosition because is a programmatically
requested position.
2000-07-16 02:35:49 +00:00
dan c08d8df66e Fixed USPosition mapping problem. 2000-07-16 02:26:56 +00:00
nwanua ee0fa6ec7d added testtext 2000-07-15 23:18:59 +00:00
nwanua 802493b7e6 just some new changes... 2000-07-15 23:08:33 +00:00
kojima 9a89e6cc18 added string utils 2000-07-15 22:08:25 +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 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