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

1596 Commits

Author SHA1 Message Date
dan eb646a6682 testing notifications 4 2004-08-06 16:30:52 +00:00
dan 7b88cd8afd testing notifications 3 2004-08-06 16:13:34 +00:00
dan f5a6724142 testing notifications 2 2004-08-06 16:10:05 +00:00
dan afbab71401 testing notifications 2004-08-06 16:05:41 +00:00
dan 20fe42df2b testing notifications 2004-08-06 15:05:08 +00:00
dan d0c5bedab6 testing notifications 2004-08-06 14:49:49 +00:00
dan ef31cd1323 test notifications 2004-08-06 14:41:42 +00:00
dan 427a42ab58 test notifications 2004-08-06 14:40:50 +00:00
dan 474c4caf94 reverted the last test commit (duh) 2004-07-16 18:50:58 +00:00
dan 109bb540ec another test for cvs notifications 2004-07-16 18:18:36 +00:00
dan 9b7b9f6815 testing cvs notifications 2004-07-14 21:10:40 +00:00
dan 32973f6e15 testing new commit email notification script 2004-07-12 03:16:34 +00:00
dan 5b26a68910 testing new commit email notification script2 2004-07-12 03:15:58 +00:00
dan 59014546aa testing new commit email notification script 2004-07-12 03:15:00 +00:00
dan e4483de406 test log scripts 2004-07-11 19:59:39 +00:00
dan 90d830837a test cvs over ssh 2004-07-11 03:13:13 +00:00
dan 752163dfc6 test cvs over ssh 2004-07-11 02:45:17 +00:00
dan 6d02fe98f2 - 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.
2004-04-13 03:49:38 +00:00
vlaad 500d569c79 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. 2004-04-10 19:27:54 +00:00
vlaad f54b0de7b4 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.
2004-04-10 14:55:55 +00:00
dan b8193865f6 Added forgotten dragcommon.c to the cvs tree 2004-04-07 10:15:52 +00:00
dan e7d0c5d9e9 - Added xdnd v3 support in WINGs (Sylvain Reynal <sreynal@nerim.net>)
- CVS should compile again
2004-04-07 02:50:52 +00:00
dan 791bb6a444 replaced CPPFLAGS with AM_CPPFLAGS in some Makefile.am's to avoid overwriting the user's CPPFLAGS environment variable 2004-02-25 21:26:49 +00:00
dan a018eff89d updated slovak translation 2004-02-02 02:30:12 +00:00
dan 1096cfa991 - Updated INSTALL.fr (wwp <subscript@free.fr>)
- WINGs python update
2004-01-15 20:36:48 +00:00
dan 5d9354f362 better explanation of what changed 2004-01-13 04:55:12 +00:00
dan 0b42849a3e Workaround to avoid creating a second appicon when a KDE3 application opens
a config panel.
2003-12-13 14:08:32 +00:00
dan df75c86ef0 Fixed a bug that made the crash panel to be shown again and again when the
'Restart Window Maker' option was selected, under some circumstances.
(bug reported by Roberto Sanchez <rcsanchez97@yahoo.es>)
2003-11-13 06:10:33 +00:00
dan 20975c4918 Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>) 2003-10-14 00:25:46 +00:00
dan 1dfaec332e Fixed synchronization problem between hair cursor and mouse cursor in
wmagnify with mouse cursor at the screen edge.
2003-09-29 23:44:51 +00:00
kojima 3d6d775f08 updated spanish translation of wprefs 2003-09-19 23:47:31 +00:00
kojima 1f393ac4f7 updated catalan translations (Ernest Adrogue <eadrogue@gmx.net>) 2003-09-16 23:31:24 +00:00
dan 847479b886 Fixed bug with incorrect un-escaping if there is a dot in wm_class. 2003-09-03 19:09:20 +00:00
dan 6aed0cd713 small 'remember todo' comment 2003-08-19 21:44:08 +00:00
dan 39b9edfdcd - Converted functions in wfont.c to use xft semantics in place of old X core
fonts and X font sets.
- New code operates on new fontnames like Arial-8:bold:italic in place of xlfd
  (WMCreateFont can still read an xlfd for back compat)
2003-08-15 02:58:04 +00:00
dan 090cc27f00 fixed a test condition 2003-08-14 01:43:07 +00:00
dan 08225948bc wide char support 2003-08-14 01:39:27 +00:00
dan 18d07e04a6 small fix 2003-08-07 00:53:48 +00:00
dan 74ba4f8eef Started to move towards using xft2 only, for a unified font/locale handling
in WINGs
2003-08-07 00:26:21 +00:00
dan 0852957ea1 update before moving to xft2 before-xft2 2003-08-06 23:58:54 +00:00
dan 7efcf57c18 fixed the 'focus flicker' problem, seen with GTK2 applications 2003-08-03 00:00:11 +00:00
dan 44f636e91e doc update; don't use clip's inactive collors for arrows when collapsed 2003-08-02 21:36:45 +00:00
dan 8457611316 fixes to comply to ANSI C 2003-07-16 20:58:49 +00:00
dan bd7943d9a7 - Implemented a better logic to preserve the window's old geometry when
maximizing to support succesive maximizations in different directions
  without the need to do an intermediary un-maximize step (eliminates flicker)
- Made keyboard/mouse maximization behavior consinstent relative to each other
2003-07-05 02:39:37 +00:00
dan b0d72a3db2 - Fixed aspect of window list menu (window name was too close to workspace
indicator)
- Fixed menu panel in WPrefs.app. Explanatory text did not fit into the label
2003-07-01 23:00:25 +00:00
dan 396b011610 Fixed bug with focusing a deminiaturized window with sloppy focus mode 2003-06-14 21:13:34 +00:00
dan c131f14d3e - Fixed bug with wrong text wrapping (Alexey Voinov <voins@voins.program.ru>) 2003-06-12 23:19:00 +00:00
dan a4c986fa1b _ fixed bug in resizing a scrollview
- read both XLFDs and XFT style font names from config files (xft case only)
2003-06-12 21:21:57 +00:00
dan 64468fcf63 support for compiling with xft2 2003-06-10 01:56:26 +00:00
kojima 8904783aee show whether aa text is enabled in info panel 2003-06-09 05:37:38 +00:00