dan
3bde6495a3
- Removed the following 3 options from configuration: SelectWindowsMouseButton,
...
WindowListMouseButton and ApplicationMenuMouseButton.
- Added 4 options to the configuration file for binding workspace actions to
mouse buttons: MouseLeftButtonAction, MouseMiddleButtonAction,
MouseRightButtonAction and MouseWheelAction. They replace the above 3
removed options, but use a different semantic.
- mouse wheel action is runtime configurable now.
Read details about this in NEWS.
2001-04-27 23:41:17 +00:00
dan
86154ba01d
A few miscelaneous fixes
2001-04-25 02:03:08 +00:00
dan
eb11184ef0
Made the menus be mapped on the center of the screen when invoked with the
...
keyboard shortcuts.
2001-04-20 01:22:41 +00:00
id
9d1306bf01
disable scrolling menu when it is in virtual desktop mode.
...
you have to click and drag to scroll the menu.
2001-04-16 13:33:50 +00:00
dan
046403dbbb
- added WMRemoveFromArrayMatching(array, match, cdata), which will remove the
...
first element in the array that is matched by match(item, cdata)==True.
- added WMArrayFirst(), WMArrayLast(), WMArrayNext() and WMArrayPrevious()
functions and also WM_ITERATE_ARRAY() and WM_ETARETI_ARRAY() macros, to make
interfaces to WMBag and WMArray similar and to make life a little simpler
when iterating through all elements of an array.
- replaced bags with arrays wherever appropriate. This will improve
performance a bit.
- replaced some recursive code with iterative code in WINGs/selection.c
- some code cleanup is src/
2001-04-15 01:22:56 +00:00
kojima
ab641e7320
removed MOUSE_WS_bla
...
added back easter egg
2001-03-11 18:33:19 +00:00
kojima
7a491db6c1
new appicon grouping stuff
2001-02-11 02:18:26 +00:00
dan
4637c09d19
- Added Jim Knoble's 'no polling' patch.
2001-01-30 03:04:02 +00:00
dan
1b587b01ee
Applied patch from Largo to update sound related stuff and documentation
2001-01-18 01:33:44 +00:00
kojima
7ab70f692f
fixed typo bug in WPrefs/WindozeCycling
...
commented out unfinished background stuff in WPrefs
added updated potfiles
fixed circulate raise
2001-01-06 23:52:00 +00:00
kojima
068c5a94b1
fixed some bugs
...
made click on windows that are unfocused windows focus them on sloppy/evil focus mode
2001-01-05 22:39:01 +00:00
id
a9b75e03e2
cleaning
2000-11-23 10:15:21 +00:00
id
b0506c3737
Changes relate to virtual edge.
2000-11-19 10:33:41 +00:00
id
816ce22875
Changes relate to virtual edge.
2000-11-17 02:10:32 +00:00
dan
b0dbbb3536
- fixed uncompilable tree.
...
- wrong parameter passed in some tabview function.
2000-11-09 21:22:47 +00:00
kojima
d9d5a52200
added shortcut to switch screens
2000-11-09 17:42:20 +00:00
dan
497e34b6b8
- Replaced all free() with wfree() where appropriate
...
- Fixed some memory leaks
2000-10-31 14:57:22 +00:00
kojima
ccd419500f
removed #include <nana.h>
2000-04-12 01:11:35 +00:00
kojima
caa86529a9
more dnd changes
...
window cycling stuff
finnish pot files
2000-04-07 22:47:04 +00:00
kojima
8ccb875468
fixed user whining bug
2000-04-04 03:10:40 +00:00
kojima
379df781b2
temporary fix to windw cycle bug
2000-04-02 00:10:20 +00:00
kojima
32160ff66f
added code to store lowered state of menus
...
compat code for XInternAtoms
2000-04-01 02:16:14 +00:00
kojima
b40d52edd6
*** empty log message ***
2000-03-30 04:41:35 +00:00
kojima
cc5592f087
*** empty log message ***
2000-03-30 04:17:56 +00:00
kojima
3d7cb106af
fixed memory leaks and crash with deminiaturization
2000-03-29 03:58:25 +00:00
kojima
03e14f363f
fixed many bugs related from stacking and old ones too
2000-03-29 03:23:38 +00:00
kojima
f5177e67d5
updated code to use new bags
...
arbitrary window levels
2000-03-28 02:48:32 +00:00
richard
4932d4aef8
Fix error setting window level.
2000-03-08 17:09:55 +00:00
kojima
d97997b5e9
*** empty log message ***
2000-03-03 20:28:44 +00:00
richard
0af2448349
Added support for client message to set window levels and added partial
...
support for client message to set window titlebar decoration.
2000-03-02 07:36:02 +00:00
kojima
08e7220dfe
*** empty log message ***
2000-02-24 17:03:07 +00:00
kojima
754230a6b7
added icon tile hint
...
other stuff
2000-02-16 18:26:15 +00:00
kojima
34cd5125e3
fixed bug with icons of different sizes
...
made Apply work in window inspector for windows with no WM_CLASS
2000-01-20 11:51:42 +00:00
kojima
3a47d8430e
fixed bug when trying to assign window shortcut in empty workspace
2000-01-09 01:23:42 +00:00
id
8eb0c79c54
Virtual desktop code (very experiment!!!!!)
1999-12-18 11:52:49 +00:00
dan
38807b65c7
- fixed a bug that crashed the programm when a popup button was scrolled.
...
- fixed a bug that caused incorrect drawing position of the popup indicator.
- fixed a bug that prevented selecting no item (-1) in a popup button.
- an assertion will be raised if the program tries to select a popup button
item that is beyond the total number of items present in the popup button.
- changed names of functions for SplitView to be consistent. Some contained
SubView while other Subview. Now all have Subview.
1999-11-07 21:40:22 +00:00
dan
aa27686912
Fixed problems in menu scrolling caused by the patch sent by Swivel.
1999-11-05 22:36:46 +00:00
dan
652caa1f93
- Fixed a bug in dock, and a typo.
...
- syncing the source tree.
1999-10-21 00:54:37 +00:00
kojima
eb87c40967
added nana stuff
...
added lock option in docked icons
1999-10-20 03:25:06 +00:00
dan
9b34f23b50
Fixed a bug with a patch sent to wm-dev by someone.
1999-09-25 22:02:54 +00:00
kojima
fc1c86a87e
renamed dprintf to dbprintf
1999-09-19 01:49:59 +00:00
kojima
5c88136401
fixed directory OPEN_MENU sorting bug and shortcut selection window problems
1999-09-18 21:17:03 +00:00
kojima
3c04618278
fixed many bugs, removed linked list
1999-09-16 02:58:56 +00:00
kojima
3d5f435be7
fixed cosmetic bug in geom. dpy window for 8bpp
...
removed --enable-kanji and added MultiByteText option
rewrote font code to use WINGs
made autoraise only work for the active window
fixed compilation problem with OpenWindows and other non-X11R6 systems..
1999-05-30 05:02:55 +00:00
dan
9ca84c07bb
Hmmm. Please check the thing compiles before commiting changes.
1999-05-24 20:04:41 +00:00
id
daaccf6fc9
automatic hide language button if window is not focusable.
1999-05-23 23:48:08 +00:00
id
66eeb83d05
fix a typo.
1999-05-23 19:45:33 +00:00
id
2bce79404d
fixes relate modelock.
1999-05-23 19:33:19 +00:00
id
17e920ac4d
Fix a crash bug point out by Dmitry Astapov.
1999-05-22 21:50:20 +00:00
id
b3112e2b3c
Fixes relate to modelock.
1999-05-22 21:30:35 +00:00