wmaker-crm.git
19 years ago- Fixed all // comments
dan [Sat, 23 Oct 2004 03:30:03 +0000 (23 03:30 +0000)]
- Fixed all // comments
- Final cleanups

19 years agoupdated TODO
dan [Sat, 23 Oct 2004 02:28:50 +0000 (23 02:28 +0000)]
updated TODO

19 years agoCleaned up some documentation
dan [Sat, 23 Oct 2004 02:26:13 +0000 (23 02:26 +0000)]
Cleaned up some documentation

19 years agofix flicker
kojima [Sat, 23 Oct 2004 01:56:24 +0000 (23 01:56 +0000)]
fix flicker

19 years ago- Sort font styles in this order: Normal, Normal Italic, Bold, Bold Italic
dan [Sat, 23 Oct 2004 01:47:36 +0000 (23 01:47 +0000)]
- Sort font styles in this order: Normal, Normal Italic, Bold, Bold Italic
  in the font selection panel
- Added code to get the closest match font between the font in the WindowMaker
  domain and the one in the font list of the font panel in WPrefs.app.
  This fixes issues with not selecting the correct font because the weight
  or slant names are slightly different.

19 years agoenhacnced mouse alt-tabbing
kojima [Sat, 23 Oct 2004 01:02:16 +0000 (23 01:02 +0000)]
enhacnced mouse alt-tabbing

19 years agosome more cleanup after removal
dan [Sat, 23 Oct 2004 00:25:52 +0000 (23 00:25 +0000)]
some more cleanup after removal

19 years agosome more removals
dan [Sat, 23 Oct 2004 00:09:41 +0000 (23 00:09 +0000)]
some more removals

19 years agocleanup
kojima [Sat, 23 Oct 2004 00:00:58 +0000 (23 00:00 +0000)]
cleanup

19 years agoremoved some more obsoleted scripts and their manual pages
dan [Sat, 23 Oct 2004 00:00:02 +0000 (23 00:00 +0000)]
removed some more obsoleted scripts and their manual pages

19 years agocode review
kojima [Fri, 22 Oct 2004 23:39:11 +0000 (22 23:39 +0000)]
code review

19 years ago- Simplified font conversion a bit, as fontconfig does the job of getting
dan [Fri, 22 Oct 2004 23:19:37 +0000 (22 23:19 +0000)]
- Simplified font conversion a bit, as fontconfig does the job of getting
  the closest match for us
- Removed wsetfont. No longer needed.

19 years agoadded mouse seelction of window to focus
kojima [Fri, 22 Oct 2004 22:57:14 +0000 (22 22:57 +0000)]
added mouse seelction of window to focus

19 years ago- Changed fallback font to 'sans serif:pixelsize=12'
dan [Fri, 22 Oct 2004 22:27:11 +0000 (22 22:27 +0000)]
- Changed fallback font to 'sans serif:pixelsize=12'
- Fixed convertfonts to account for $LANG
- Fixed convertfonts logic a bit and no longer output slant and weight if
  they are the default ones (medium and roman)
- Applied Pascal's fix for GNUstep menus (modified to also include submenus)
  Still this is not the proper fix, as it can't differentiate between
  submenus and other windows at the floating window level. Correct fix needs
  some extra hints to be set by GNUstep on menus.

19 years ago- If fonts are specified as xlfd, convert to fc names before creating them.
dan [Fri, 22 Oct 2004 00:21:51 +0000 (22 00:21 +0000)]
- If fonts are specified as xlfd, convert to fc names before creating them.
  This was we internally only deal with fc names and properties. It will
  incur a small performance hit as the font needs to be parsed/unparsed,
  but this is only for backward-compatibility to support old xlfd names.
  People are encouraged to swtich to fontconfig names.
- WINGs no longer adds sans as a fallback for internal fonts. It is
  automatically done by fontconfig (if it can't find the requested font
  it will use the closest match which is the default font: sans-serif)
- Added code to honor the AntialiasesText global option
- Fixed style names for WMCopyFontWithStyle()
- Added fonts in style files where they were missing. Also changed some
  fonts to better defaults.

19 years agofixed flickering when switching windows
kojima [Thu, 21 Oct 2004 00:59:52 +0000 (21 00:59 +0000)]
fixed flickering when switching windows

19 years agoallow omnipresent iconized windows to be focused on empty workspaces
kojima [Wed, 20 Oct 2004 06:11:30 +0000 (20 06:11 +0000)]
allow omnipresent iconized windows to be focused on empty workspaces

19 years agofixed font panel in wprefs to have the same height for all WMLists
dan [Wed, 20 Oct 2004 06:05:20 +0000 (20 06:05 +0000)]
fixed font panel in wprefs to have the same height for all WMLists

19 years agofixed bugs, re-enabled circulate raise
kojima [Wed, 20 Oct 2004 03:31:14 +0000 (20 03:31 +0000)]
fixed bugs, re-enabled circulate raise

19 years agoFixed the layout (WMLists to have the same height for all columns)
dan [Tue, 19 Oct 2004 04:28:26 +0000 (19 04:28 +0000)]
Fixed the layout (WMLists to have the same height for all columns)

19 years ago- Use Applications instead of Apps for the application's path
dan [Tue, 19 Oct 2004 03:50:41 +0000 (19 03:50 +0000)]
- Use Applications instead of Apps for the application's path

19 years agochange layout
kojima [Tue, 19 Oct 2004 03:29:52 +0000 (19 03:29 +0000)]
change layout

19 years ago- Added framing to the font panel icon (to be consistent with the others)
dan [Tue, 19 Oct 2004 03:24:07 +0000 (19 03:24 +0000)]
- Added framing to the font panel icon (to be consistent with the others)
- Bigger title and a bigger spacing between WPrefs' title and version

19 years agofixed a bug with workspace switching
kojima [Tue, 19 Oct 2004 02:37:58 +0000 (19 02:37 +0000)]
fixed a bug with workspace switching

19 years agomore bug fixes..
kojima [Tue, 19 Oct 2004 01:53:11 +0000 (19 01:53 +0000)]
more bug fixes..

19 years agoinclude minimized windows in switch panel
kojima [Tue, 19 Oct 2004 01:29:34 +0000 (19 01:29 +0000)]
include minimized windows in switch panel

19 years agoremoved some debugging print from the code
dan [Mon, 18 Oct 2004 14:45:59 +0000 (18 14:45 +0000)]
removed some debugging print from the code

19 years agoconverted fonts
kojima [Mon, 18 Oct 2004 03:09:42 +0000 (18 03:09 +0000)]
converted fonts

19 years agofixed a crash
kojima [Mon, 18 Oct 2004 02:36:32 +0000 (18 02:36 +0000)]
fixed a crash

19 years agochanged default fonts
kojima [Mon, 18 Oct 2004 02:30:22 +0000 (18 02:30 +0000)]
changed default fonts
improved font selection in wprefs

19 years agodont bring up root menu when fullscreen window is focused
kojima [Mon, 18 Oct 2004 01:43:13 +0000 (18 01:43 +0000)]
dont bring up root menu when fullscreen window is focused

19 years agosome documentation updates
kojima [Mon, 18 Oct 2004 01:37:17 +0000 (18 01:37 +0000)]
some documentation updates

19 years ago- Moved fullscreen level back above menus
dan [Mon, 18 Oct 2004 01:30:02 +0000 (18 01:30 +0000)]
- Moved fullscreen level back above menus
- Small changes to the info panel messages
- Different geomview
- Fixed problem with waitpid returning <0 in monitor

19 years agofixed a restart bug when child processes exit
kojima [Mon, 18 Oct 2004 00:22:22 +0000 (18 00:22 +0000)]
fixed a restart bug when child processes exit

19 years agofixed a bug with switch panel
kojima [Mon, 18 Oct 2004 00:09:54 +0000 (18 00:09 +0000)]
fixed a bug with switch panel
added updated de.po

19 years agoTell gettext that we want to have the messages in the UTF-8 encoding, to
dan [Sun, 17 Oct 2004 07:17:03 +0000 (17 07:17 +0000)]
Tell gettext that we want to have the messages in the UTF-8 encoding, to
avoid the extra conversion that gettext would otherwise perform (from the
message encoding which is UTF-8 to the current locale encoding).

19 years ago- Removed obsoleted options from WMGLOBAL and from the WINGs internal
dan [Sun, 17 Oct 2004 06:27:51 +0000 (17 06:27 +0000)]
- Removed obsoleted options from WMGLOBAL and from the WINGs internal
  structures (no longer needed with xft)
- Fixed default system font names (converted from xlfd to fontconfig names)
- A bit of code cleanups related to xft
- Replaced harcoded xlfd font names in wmaker and WPrefs with fontconfig
  names.

19 years agoonly scale down icons (not up)
kojima [Sun, 17 Oct 2004 05:22:24 +0000 (17 05:22 +0000)]
only scale down icons (not up)

19 years agoset charset to utf-8
kojima [Sun, 17 Oct 2004 05:05:57 +0000 (17 05:05 +0000)]
set charset to utf-8

19 years agoconverted menu and po files to utf-8
kojima [Sun, 17 Oct 2004 04:32:25 +0000 (17 04:32 +0000)]
converted menu and po files to utf-8

19 years agoconverted po files to utf-8
kojima [Sun, 17 Oct 2004 03:31:22 +0000 (17 03:31 +0000)]
converted po files to utf-8

19 years agoconverted fr.po to UTF-8
dan [Sat, 16 Oct 2004 22:54:27 +0000 (16 22:54 +0000)]
converted fr.po to UTF-8

19 years agofixed fullscreen level
dan [Sat, 16 Oct 2004 22:16:11 +0000 (16 22:16 +0000)]
fixed fullscreen level

19 years ago- Added support for NET_WM_NAME/NET_WM_ICON_NAME
kojima [Sat, 16 Oct 2004 22:05:04 +0000 (16 22:05 +0000)]
- Added support for NET_WM_NAME/NET_WM_ICON_NAME
- moved out font name conversion code from getstyle/setstyle/convertfonts and made it support fontsets

19 years agofixed crash in empty workspaces
kojima [Fri, 15 Oct 2004 01:00:36 +0000 (15 01:00 +0000)]
fixed crash in empty workspaces

19 years agofix
kojima [Fri, 15 Oct 2004 00:27:36 +0000 (15 00:27 +0000)]
fix

19 years ago- Removed support for legacy systems: OpenLook, KDE-2.x, Gnome-1.x
dan [Thu, 14 Oct 2004 23:05:20 +0000 (14 23:05 +0000)]
- Removed support for legacy systems: OpenLook, KDE-2.x, Gnome-1.x
- Removed #define and #ifdef XFT constructs, as XFT is on all the time

19 years agofixed cycling
kojima [Thu, 14 Oct 2004 21:24:21 +0000 (14 21:24 +0000)]
fixed cycling

19 years agofixed bug with zombies after wmaker crashedbefore.removing.legacy.support
dan [Thu, 14 Oct 2004 20:24:00 +0000 (14 20:24 +0000)]
fixed bug with zombies after wmaker crashed

19 years agofixed cmdline option duplication bug
kojima [Thu, 14 Oct 2004 19:53:31 +0000 (14 19:53 +0000)]
fixed cmdline option duplication bug

19 years agoenhanced icon highlighting in window switcher
kojima [Thu, 14 Oct 2004 19:12:26 +0000 (14 19:12 +0000)]
enhanced icon highlighting in window switcher

19 years agoupdated buglist with recent additions
dan [Thu, 14 Oct 2004 18:21:15 +0000 (14 18:21 +0000)]
updated buglist with recent additions

19 years ago- removed some obsoleted function definitions
dan [Thu, 14 Oct 2004 18:04:18 +0000 (14 18:04 +0000)]
- removed some obsoleted function definitions
- made font name comparison case insensitive

19 years agobug..
kojima [Thu, 14 Oct 2004 15:54:35 +0000 (14 15:54 +0000)]
bug..

19 years agofixed bug in window switching
kojima [Thu, 14 Oct 2004 15:53:17 +0000 (14 15:53 +0000)]
fixed bug in window switching

19 years agomissing header
kojima [Thu, 14 Oct 2004 14:41:05 +0000 (14 14:41 +0000)]
missing header

19 years ago- MacOS X style window switching panel (navigate through windows with Alt-Tab or
kojima [Thu, 14 Oct 2004 05:02:24 +0000 (14 05:02 +0000)]
- MacOS X style window switching panel (navigate through windows with Alt-Tab or
  arrow keys)

19 years agofixed layout
kojima [Thu, 14 Oct 2004 02:25:28 +0000 (14 02:25 +0000)]
fixed layout

19 years agofixed bug
kojima [Thu, 14 Oct 2004 01:00:43 +0000 (14 01:00 +0000)]
fixed bug

19 years agouse macros for property names
kojima [Wed, 13 Oct 2004 23:48:58 +0000 (13 23:48 +0000)]
use macros for property names

19 years agoadded Font Configuration
kojima [Wed, 13 Oct 2004 23:39:29 +0000 (13 23:39 +0000)]
added Font Configuration
updated some outdated default config files

19 years agofixed unclosed file bug
kojima [Wed, 13 Oct 2004 06:10:36 +0000 (13 06:10 +0000)]
fixed unclosed file bug

19 years ago- Removed legacy OFFIX_DND support code
kojima [Wed, 13 Oct 2004 05:09:08 +0000 (13 05:09 +0000)]
- Removed legacy OFFIX_DND support code
- Fixed the signal handler for crashes (ie, removed it) and made wmaker
  restarting be made automatically by a monitoring process.
- Made NetWM support be enabled by default
- Removed old code to store/restore workspace state (now relies on netwm)

19 years agochanged indentation to use spaces only
dan [Tue, 12 Oct 2004 21:28:27 +0000 (12 21:28 +0000)]
changed indentation to use spaces only

19 years agosome other todo items I remembered
dan [Tue, 12 Oct 2004 12:46:16 +0000 (12 12:46 +0000)]
some other todo items I remembered

19 years agoupdated todo
dan [Tue, 12 Oct 2004 02:34:33 +0000 (12 02:34 +0000)]
updated todo

19 years agotodo before next release
dan [Tue, 12 Oct 2004 02:25:24 +0000 (12 02:25 +0000)]
todo before next release

19 years agomoved -fno-strict-aliasing flag to configure, so it only adds that for gcc
kojima [Tue, 12 Oct 2004 02:13:15 +0000 (12 02:13 +0000)]
moved -fno-strict-aliasing flag to configure, so it only adds that for gcc
s/__asm__/asm/ (we don't care about being ansi for the asm code)

19 years agoignore some binary
dan [Tue, 12 Oct 2004 01:35:41 +0000 (12 01:35 +0000)]
ignore some binary

19 years ago- Check whether libXft is at least version 2.1.2 else refuse to compile.
dan [Tue, 12 Oct 2004 01:34:32 +0000 (12 01:34 +0000)]
- Check whether libXft is at least version 2.1.2 else refuse to compile.
- Fixed bug in icon chooser dialog that could cause a segmentation fault
  in some cases (Pascal Hofstee <caelian@gmail.com>)
- Fixed crash in asm code in wrlib, with new versions of gcc.
- Fixed bug in the x86_PseudoColor_32_to_8() function which incorrectly
  used the r, g, b fields in the conversion.
- Fixed x86 ASM code in wrlib to work on 64 bit architectures.
- Fixed the focus flicker seen with some apps (notably gtk2)
  (Alexey Spiridonov <snarkmaster@gmail.com>)
- Fixed all crashing bugs that were generated by wmaker starting with the
  WMState file missing.
- Added NetWM support (a modified version of the patch originaly written
  by Peter Zijlstra <a.p.zijlstra@chello.nl>)
- Applied patch to enhance the Virtual Desktop behaviour, and to integrate
  it with the NetWM code (Peter Zijlstra <a.p.zijlstra@chello.nl>)
- Applied a few xinerama and placement fixes (Peter Zijlstra
    <a.p.zijlstra@chello.nl>)
- Fixed memory leak in dock code.
- Fixed and enhanced the text wrapping in WINGs.
- Fixed the layout of some elements in WPrefs.app
- Added workaround for aplications that don't set the required hints on the
  client leader window, but they set them on normal windows (observer with
  KDE 3.3.0 mainly). This will allow these apps to get an appicon again.
  (they should be fixed still)
- Added workaround for applications that do not set a command with
  XSetCommand(), but instead they set the _NET_WM_PID property. This works
  with operating systems that offer a /proc interface similar to what linux
  has. (This also is to fix problems with KDE 3.3.0 apps, but not only them).
- Fixed bug with autostart and exit scripts not being executed if user
  GNUstep path was different from ~/GNUstep (when setting GNUSTEP_USER_ROOT)
- Added utf8 support in WINGs (removed old X core font code)
- Added utility to convert old font names to new font names in style files

19 years agoAdded bosnian translations
dan [Tue, 12 Oct 2004 01:23:15 +0000 (12 01:23 +0000)]
Added bosnian translations

19 years agoadded a quick&dirty standalone colorpicker utility
kojima [Tue, 24 Aug 2004 19:27:45 +0000 (24 19:27 +0000)]
added a quick&dirty standalone colorpicker utility

19 years agominor dumb bug..
kojima [Sun, 22 Aug 2004 03:55:59 +0000 (22 03:55 +0000)]
minor dumb bug..

19 years agoupdated default menus a little bit
kojima [Sun, 22 Aug 2004 03:07:32 +0000 (22 03:07 +0000)]
updated default menus a little bit

19 years agochanged encoding of (c) thing in about panel to utf-8
kojima [Sat, 21 Aug 2004 21:29:44 +0000 (21 21:29 +0000)]
changed encoding of (c) thing in about panel to utf-8
changed techdraw style size display to use X core fonts

19 years agotesting notifications 6
dan [Fri, 6 Aug 2004 16:49:17 +0000 (6 16:49 +0000)]
testing notifications 6

19 years agotesting notifications 5
dan [Fri, 6 Aug 2004 16:39:31 +0000 (6 16:39 +0000)]
testing notifications 5

19 years agotesting notifications 4
dan [Fri, 6 Aug 2004 16:30:52 +0000 (6 16:30 +0000)]
testing notifications 4

19 years agotesting notifications 3
dan [Fri, 6 Aug 2004 16:13:34 +0000 (6 16:13 +0000)]
testing notifications 3

19 years agotesting notifications 2
dan [Fri, 6 Aug 2004 16:10:05 +0000 (6 16:10 +0000)]
testing notifications 2

19 years agotesting notifications
dan [Fri, 6 Aug 2004 16:05:41 +0000 (6 16:05 +0000)]
testing notifications

19 years agotesting notifications
dan [Fri, 6 Aug 2004 15:05:08 +0000 (6 15:05 +0000)]
testing notifications

19 years agotesting notifications
dan [Fri, 6 Aug 2004 14:49:49 +0000 (6 14:49 +0000)]
testing notifications

19 years agotest notifications
dan [Fri, 6 Aug 2004 14:41:42 +0000 (6 14:41 +0000)]
test notifications

19 years agotest notifications
dan [Fri, 6 Aug 2004 14:40:50 +0000 (6 14:40 +0000)]
test notifications

19 years agoreverted the last test commit (duh)
dan [Fri, 16 Jul 2004 18:50:58 +0000 (16 18:50 +0000)]
reverted the last test commit (duh)

19 years agoanother test for cvs notifications
dan [Fri, 16 Jul 2004 18:18:36 +0000 (16 18:18 +0000)]
another test for cvs notifications

19 years agotesting cvs notifications
dan [Wed, 14 Jul 2004 21:10:40 +0000 (14 21:10 +0000)]
testing cvs notifications

19 years agotesting new commit email notification script
dan [Mon, 12 Jul 2004 03:16:34 +0000 (12 03:16 +0000)]
testing new commit email notification script

19 years agotesting new commit email notification script2
dan [Mon, 12 Jul 2004 03:15:58 +0000 (12 03:15 +0000)]
testing new commit email notification script2

19 years agotesting new commit email notification script
dan [Mon, 12 Jul 2004 03:15:00 +0000 (12 03:15 +0000)]
testing new commit email notification script

19 years agotest log scripts
dan [Sun, 11 Jul 2004 19:59:39 +0000 (11 19:59 +0000)]
test log scripts

19 years agotest cvs over ssh
dan [Sun, 11 Jul 2004 03:13:13 +0000 (11 03:13 +0000)]
test cvs over ssh

19 years agotest cvs over ssh
dan [Sun, 11 Jul 2004 02:45:17 +0000 (11 02:45 +0000)]
test cvs over ssh

20 years ago- rewrote the font conversion routines to avoid the need to allocate memory
dan [Tue, 13 Apr 2004 03:49:38 +0000 (13 03:49 +0000)]
- rewrote the font conversion routines to avoid the need to allocate memory
  for font options while parsing the xlfd. now all processing is done using
  the original xlfd string only.
- removed memleaks introduced by previous commit.

20 years agostyle property is supposed to override weight and slant, unfortunately it doesn't...
vlaad [Sat, 10 Apr 2004 19:27:54 +0000 (10 19:27 +0000)]
style property is supposed to override weight and slant, unfortunately it doesn't do it cleanly, and you might end up with italic fonts.  this fixes the issue by not making the assumption.

20 years agoTo ease transition from XLFD fontnames to fontconfig fontnames setstyle
vlaad [Sat, 10 Apr 2004 14:55:55 +0000 (10 14:55 +0000)]
To ease transition from XLFD fontnames to fontconfig fontnames setstyle
now converts all *Font keys in the style files before merging them with
G/D/WindowMaker and (vice-versa) getstyle converts the keys from G/D/WindowMaker
before it does anything else whether its stdout printing or themepacks.
enabling quick theme conversions to new font system.

20 years agoAdded forgotten dragcommon.c to the cvs tree
dan [Wed, 7 Apr 2004 10:15:52 +0000 (7 10:15 +0000)]
Added forgotten dragcommon.c to the cvs tree

20 years ago- Added xdnd v3 support in WINGs (Sylvain Reynal <sreynal@nerim.net>)
dan [Wed, 7 Apr 2004 02:50:52 +0000 (7 02:50 +0000)]
- Added xdnd v3 support in WINGs (Sylvain Reynal <sreynal@nerim.net>)
- CVS should compile again

20 years agoreplaced CPPFLAGS with AM_CPPFLAGS in some Makefile.am's to avoid overwriting the...
dan [Wed, 25 Feb 2004 21:26:49 +0000 (25 21:26 +0000)]
replaced CPPFLAGS with AM_CPPFLAGS in some Makefile.am's to avoid overwriting the user's CPPFLAGS environment variable