kojima
80fefd29e4
fixed crash bug on startup
...
added paste-launch on dock
2001-09-03 22:31:30 +00:00
kojima
882b9a8e1c
- s/sprintf/snprintf
...
- updated some po's
- fixed crash bug when removing WINDOWS_MENU or WORKSPACE_MENU from rootmenu
- some other stuff i forgot
2001-07-23 20:31:32 +00:00
dan
128403b487
- fixed problem with WINGs based apps exiting with a "X_RotateProperties"
...
related error when text was selected in a textfiled (this included
WPrefs.app and Window Maker itself).
- replaced some malloc's with wmalloc's
2001-05-19 23:07:10 +00:00
dan
430c12e2b2
- A few additions and enhancements to the Install script.
...
- Removed the --disable-sound option to the configure script.
2001-05-13 00:28:55 +00:00
dan
c3d2a890d7
- Fixed crashing bug when name and class were empty for a docked app.
...
- Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from
WINGs.
- Added a hint that Window Maker crashed, to allow windows to be placed
in their correct previous positions after a crash situation and also to
preserve their state before the crash (minimized, shaded, hidden, ...)
2001-04-18 00:25:58 +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
dan
e0235bb61b
- made "Keep on Top" in the dock/clip menu a checked menu entry. It's _much_
...
easier to work with it this way.
- better naming of options in the clip options menu.
- better detection of whether to use EXEC or SHEXEC in WPrefs menu editor.
2001-04-10 22:00:41 +00:00
kojima
7a491db6c1
new appicon grouping stuff
2001-02-11 02:18:26 +00:00
dan
1b587b01ee
Applied patch from Largo to update sound related stuff and documentation
2001-01-18 01:33:44 +00:00
dan
2bd2b72af9
- renamed wstrappend() to wstrconcat().
...
be sure to replace wstrappend() with wstrconcat() anywhere in your code
because a new wstrappend() function will be implemented that will have
different semantics and if your code will use the new one instead of
the old will break.
2000-11-01 15:40:15 +00:00
dan
497e34b6b8
- Replaced all free() with wfree() where appropriate
...
- Fixed some memory leaks
2000-10-31 14:57:22 +00:00
dan
4193d2265d
- Added WMSetWindowUserPosition()
...
- Replaced FlattenStringList() and TokenizeString() with wtokenjoin()
respective wtokensplit() from WINGs
2000-09-26 00:35:33 +00:00
kojima
4905ab1986
renamed ParseCommand() to TokenizeString()
...
added rootmenu reader rewrite start
2000-06-21 22:25:10 +00:00
kojima
f65c549814
fixed bug with bag sorting
...
fixed bug with stacking code
2000-03-30 02:52:07 +00:00
kojima
3d7cb106af
fixed memory leaks and crash with deminiaturization
2000-03-29 03:58:25 +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
f2de1c9dcf
changed geometry display stuff
...
fixed colormap windows crash bug
2000-01-14 16:30:56 +00:00
dan
8800cd0b67
Fixed a crashing bug
1999-12-03 02:59:30 +00:00
dan
c914639b8c
Fixed a function name.
1999-12-01 00:43:24 +00:00
kojima
e4ac18c04d
added new sound events
1999-10-24 08:59:19 +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
08903ea9ea
Removed some #if 0 ... #endif surrounded code, related to KeepAttractedIcons
1999-10-14 00:45:52 +00:00
dan
d6566ff6bd
Removed "Keep Attracted Icons" from Clip's menu.
1999-10-13 21:22:37 +00:00
dan
845ceca24c
syncing trees
1999-09-27 15:58:05 +00:00
dan
d1ee3cadb3
Fixed crashing bug related to omnipresent icons in clip (fixes bug #1167 )
1999-09-26 01:29:04 +00:00
kojima
3c04618278
fixed many bugs, removed linked list
1999-09-16 02:58:56 +00:00
dan
62240a0f26
Various bug fixes.
1999-07-03 23:50:05 +00:00
dan
b9c1aba415
Fixed some problems in 0.60.0
1999-06-04 20:13:40 +00:00
dan
7648e92c36
Changes for omnipresent icons in clip (menu entries redone).
1999-06-02 22:31:46 +00:00
dan
937f7f5b33
Moved the omnipresent setting from settings panel to clip's menu.
1999-06-02 12:14:27 +00:00
dan
38bb25a732
Omnipresent appicon mark
1999-06-01 08:47:25 +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
01b5fe34cc
Some enhancements to the look of the clip menu entry text, regarding
...
single/multiple selected icon(s).
1999-05-25 20:07:36 +00:00
dan
d95a0af324
Fixed a bug related to omnipresent icons in Clip
1999-05-17 13:04:17 +00:00
dan
b06fb162df
Bug fixes related to global icons in Clip.
1999-05-17 01:31:16 +00:00
dan
ff8138f584
Fixed a bug in Clip's omnipresent icons code.
1999-05-15 20:45:09 +00:00
dan
70a363de7b
Added ability to set omnipresent icons in Clip.
1999-05-14 23:49:07 +00:00
kojima
39513b9f35
bug fixes
1999-05-14 04:30:01 +00:00
kojima
c2434e8925
added contrib/ directory, updated WPrefs and wmsetbg for smoothed
...
backgrounds, added GNUstep info panel, added patch for
saving menu position state
1999-05-01 17:44:43 +00:00
kojima
daeb6d67e2
bug fixes in icon placement, attribute inspector, balloon, workspace display
...
timeout
1999-04-30 23:31:00 +00:00
kojima
e50b7e9ca9
bug fix in wbutton.c, made mouse pointer go invisible when typing in
...
textfield, added option to Smooth workspaceBack
1999-04-28 23:50:52 +00:00
dan
a997825148
Some cleanup in the dock.c code.
1999-04-22 03:33:54 +00:00
dan
dfbc246a3f
Fixed a bug with icon position calculation when redocking in clip,
...
and made libwmfun to be added to distribution with "make dist".
1999-04-22 03:25:30 +00:00
dan
33fa831bb0
Redraw the Clip arrows to be slightly larger.
1999-04-19 16:33:28 +00:00
dan
cf6fbf7e13
Fixed some problems with WMGetDefaultsFromPath().
1999-04-19 00:09:21 +00:00
kojima
2effbfafde
various bug fixes
1999-04-18 21:08:00 +00:00
dan
674eb20ec4
SOme fixes, and added WMGetDefaultsFromPath().
1999-04-18 19:41:42 +00:00
kojima
eb8adc46f5
clip arrow bevel
1999-04-18 01:40:43 +00:00