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

3546 Commits

Author SHA1 Message Date
dan eeda795db1 Added select while scrolling the list, when the mouse pointer leaves
the list area, at either top or bottom having the mouse button pressed.
2000-10-03 12:38:23 +00:00
dan c7a0cd924e Added a function alias WMDuplicateArray() -> WMCreateArrayWithArray() 2000-10-02 12:37:55 +00:00
dan 399439d338 Better behavior for the multiple selection in lists. 2000-10-02 11:43:28 +00:00
dan 7cf93ae49d *** empty log message *** 2000-10-02 07:01:27 +00:00
dan de99155948 - Fixed some issues with WMBrowser and the file panel that were
introduced by the latest changes in the WMList code (multiple and empty
  selection).
- added WMSetBrowserAllowMultipleSelection(), WMSetBrowserAllowEmptySelection()
  WMBrowserAllowsMultipleSelection() and WMBrowserAllowsEmptySelection().
2000-10-02 06:59:18 +00:00
dan b2478b634f - the list multiple selection code is working now. it still needs some
minor work and cleanup.
- made some bag and array functions to return void instead of int.
- a few new array functions.
- better handling of mouse wheel.

!!! make clean after this update before you rebuild. some enums changed.
2000-10-01 23:26:03 +00:00
nwanua 6de1c41865 FindTextInStream completed 2000-10-01 07:38:57 +00:00
dan e4d59476c7 *** empty log message *** 2000-10-01 04:29:55 +00:00
nwanua 56ff625a5c *** empty log message *** 2000-10-01 04:29:28 +00:00
nwanua dae28629bb *** empty log message *** 2000-10-01 03:49:00 +00:00
dan 8ae0b5cc1d fixed some buffer overflow bugs 2000-10-01 03:20:08 +00:00
dan 7350f7826d Fixed buffer overflow problems 2000-10-01 03:05:25 +00:00
dan d892cd0ea1 Fixed a duplicate PLRelease() call. 2000-10-01 02:43:31 +00:00
nwanua 1d0a374bd4 i 2000-10-01 01:49:47 +00:00
dan dde0b00fe5 *** empty log message *** 2000-09-30 03:54:46 +00:00
dan 4fd5e0cad1 Window placement fix 2000-09-30 03:47:49 +00:00
dan cd6639ccc7 Fix for incorrect automatic palcement of windows if there were shaded
windows on the other workspaces.
2000-09-30 03:46:07 +00:00
dan e3fa161340 small update to list selection code. 2000-09-29 08:19:20 +00:00
dan 12c26a1cc5 Fixed some paths after the WINGs directory reorganization 2000-09-29 07:48:43 +00:00
nwanua 94b17e2d15 *** empty log message *** 2000-09-29 07:39:56 +00:00
nwanua 81f5124cec *** empty log message *** 2000-09-29 04:50:56 +00:00
nwanua 770c3507ed removed testtext.c 2000-09-29 04:50:32 +00:00
dan 67642b7c20 Better behavior of mouse wheel actions (Control and SHift are now
accepted as modifiers to select how much it will actually scroll on
each mouse wheel event).
2000-09-29 02:30:55 +00:00
dan 358e3346c3 update changes 2000-09-29 02:20:35 +00:00
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 bb8065ebc9 ... 2000-09-28 12:08:46 +00:00
dan 44fd05f1c3 Fixed bug related to incorrect reading of ppm files. 2000-09-28 12:07:38 +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
dan df357ae1de New patch against 0.62.1 2000-09-27 22:20:21 +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 8cbe55ade1 Removed duplicate function definition 2000-09-25 19:07:55 +00:00
kojima 4acd090c54 added hungarian translation 2000-09-25 18:41:13 +00:00
kojima 9c9f7e6c0c new hide/unhide functions 2000-09-25 18:40:56 +00:00
dan 53a65d5bf8 Use wfree instead of free. 2000-09-25 17:46:59 +00:00
kojima 82168fcc3b fixed bug fix for WM_COMMAND 2000-09-25 17:36:57 +00:00
kojima 065d86f9c5 update 2000-09-25 17:33:53 +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 3b9b020c5c Fixed a pointer deallocation problem 2000-09-25 00:51:51 +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 18b7dcc2b0 Fixed a problem related to the order in which the header files are included. 2000-09-22 18:14:20 +00:00
kojima 6760c39881 menu commands that have a = in it, executed with SHEXEC 2000-09-21 14:22:59 +00:00