1
0
forked from vitrine/wmaker

Commit Graph

  • 3af4aa7846 - fix for 0 sized gif images too - fixed wrong test for 0 size in nxpm.c dan 2002-10-25 04:21:09 +00:00
  • 0f0afc48ab fix for 0 sized images kojima 2002-10-25 03:43:57 +00:00
  • 55efa1f268 - Eliminated the double no-position-display gap when switching position display types with the Shift key while moving windows - Added be.po to configure.ac - Changed the default resize window display type to 'Center' dan 2002-10-25 03:37:51 +00:00
  • ffa1a610c0 - Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin <cavassin@conectiva.com.br>) - Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO <sato@cvs-net.co.jp>) - Added Belarusian translation (Ihar Viarheichyk <iverg@mail.ru>) - Fixed wrlib to not try to load braindead images with 0x0 size kojima 2002-10-25 02:42:56 +00:00
  • 0bb76c0a76 made titlebars display titles with double buffering to avoid flickering. needed because aa fonts need clearing area before redrawing to avoid artefacts and clearing area before redraw gives flicker dan 2002-10-18 22:17:20 +00:00
  • 7be0a97998 - More cleanups for obsoleted xxx_gc's and xxx_pixel's in WScreen dan 2002-10-18 04:04:41 +00:00
  • 5230a57599 - Added WMCreateNonAAFont() to WINGs dan 2002-10-18 02:56:59 +00:00
  • 3bed15d673 - fixes for AA fonts - fixed the workspace name display problem. - replaced most of scr->xxx_pixel with scr->xxx_color - removed some obsoleted GC's in the WScreen structure dan 2002-10-17 20:26:30 +00:00
  • 1e92274495 - Updated WINGs/NEWS with info about hw the API changed how how things are affected. Fixes for old code too. - Double buffering in WMList. All widgets or apps using WMList and having user drawing porcedures in place will inherit this double buffering automatically too. - New functions in WINGs: WMGetColorAlpha(), WMIsAAFont() - Misc code cleanups in WINGs and src/dialog.c dan 2002-10-16 04:05:45 +00:00
  • 2b2fecac12 - Added double buffering when drawing a WMFrame title with an AA font to avoid flickering. - Added double buffering when drawing WMList items to avoid flickering - Shared xft drawable - Renamed AASystemFont and AABoldSystemFont to AntialiasedSystemFont respectively AntialiasedBoldSystemFont in WMGLOBAL - WMCreateFont falls back to normal fonts if antialiased fonts cannot be created (even if enabled) dan 2002-10-13 18:25:36 +00:00
  • 17f26077b0 Added Xft support in WINGs (for drawing antialiased fonts with transparency) Details in WINGs/ChangeLog and WINGs/NEWS dan 2002-10-09 05:14:28 +00:00
  • a2b404b5b3 - API change in WINGs for WMDraw*String(). WMDrawString() and WMDrawImageString() now take WMColor instead of GC as arguments. WMDrawImageString() receives 2 colors (text & background). This is to allow easy extension for Xft/Xrender and hide X low level details - Added alpha channel to WMColor. 2 new functions also: WMCreateRGBAColor() and WMSetColorAlpha() - Miscelaneous code cleanups in wtext.c - Removed obsoleted acconfig.h and implemented its functionality using AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends. This will definitely enforce the need to use autoconf 2.5x dan 2002-10-08 08:26:06 +00:00
  • e98da5a628 updated russian locales dan 2002-10-04 19:42:30 +00:00
  • b9e7a1d3ca removed obsoleted header file dan 2002-09-30 12:42:22 +00:00
  • 1941aaf34a - removed hermeslib dependancy - added back old asm/mmx code dan 2002-09-30 12:39:22 +00:00
  • 11c466ec26 small fix in wtest dan 2002-09-29 01:37:10 +00:00
  • feaa80addc Updated French translations dan 2002-09-18 00:28:17 +00:00
  • 92b012e800 patch to add binary mode on opening files (for Windows+Cygwin compatibility). dan 2002-09-15 20:37:41 +00:00
  • 3fc803c0d8 - Fixed dock's menu mapping position when dock is on the right side. - Map clip's menu so that it never gets out of screen on the left or the right. dan 2002-09-12 03:43:08 +00:00
  • a07b262a87 small annoyance with new autoconf generated directories dan 2002-09-11 15:04:26 +00:00
  • 851835c7a5 - Fixed empty window list menu, if the window list menu was launched through the root menu ("Marc-Christian Petersen" <m.c.p@wolk-project.de>) - A small fix for wmtableview when computing visible columns. dan 2002-09-11 15:02:43 +00:00
  • d4de3d0a45 - new function in WINGs: WMSetConnectionShutdownOnClose() - new callback in the ConnectionDelegate structure: canResumeSending - replaced setpgid() with setsid() when starting kids, to allow them to survive if wmaker (the parent) dies. - a few cleanups. dan 2002-09-09 04:25:51 +00:00
  • 048b43aea4 - fixed a frame size in WPrefs menu editor - removed // comments - commented out printfs in unfinished selection code dan 2002-07-01 23:52:22 +00:00
  • 579eb01c6c applied patch from Ryosuke Nanba <rna@cyber.email.ne.jp> kojima 2002-05-25 03:01:32 +00:00
  • ca212985df fixed typo in menus... kojima 2002-05-11 00:44:03 +00:00
  • c32806ae14 updated some .cvsignore files dan 2002-04-11 20:41:00 +00:00
  • ee5b28b0af fixed a buffer overflow dan 2002-04-11 20:38:05 +00:00
  • 750917986e - Added WMGetTextFieldDelegate() - Fixed a problem with drawing the return arrow on buttons when disabled dan 2002-04-03 00:51:36 +00:00
  • 6e72c20248 - Added WMSetButtonImageDimsWhenDisabled() and WMGetButtonEnabled() - Cleaned-up the header files of functions/vars declared but not implemented dan 2002-03-29 01:24:12 +00:00
  • ad0ad5af22 Added 2 functions to retrieve the default system fonts: WMDefaultSystemFont(WMScreen *scr) and WMDefaultBoldSystemFont(WMScreen *scr) dan 2002-03-28 16:22:53 +00:00
  • e4a53ba71e fixed some Bool flags passed to WINgs functions to always set 1 or 0 values internally dan 2002-03-28 04:20:30 +00:00
  • 208ee16849 updated spanish po kojima 2002-03-24 22:00:24 +00:00
  • f9acc9313e commented out some declared but never defined functions and global vars dan 2002-03-24 21:57:21 +00:00
  • 92fb96eb69 - Fixed bug with windows that have WM_HINTS.take_focus = False. These windows will not receive focus at all. kojima 2002-03-24 03:18:09 +00:00
  • 18d347ecd5 removed update-autoconf. use autogen.sh dan 2002-03-20 01:29:17 +00:00
  • 97e20d94de fixed textfields regarding interpretation of special keys with modifiers dan 2002-03-14 22:20:25 +00:00
  • 65e65c4e9d added ability to enable/disable individual WMTabViewItems dan 2002-03-14 12:28:52 +00:00
  • 84fa789cd6 - Fixed WMGetViewScreenPosition() to consider the window decorations. dan 2002-03-04 08:52:49 +00:00
  • efcf27f854 fixed autogen.sh to include deps in Makefile.in dan 2002-03-04 06:28:14 +00:00
  • 5fe90167a3 fixed autoconf warning dan 2002-03-03 20:33:44 +00:00
  • f857012f7a gah! the putenv() stuff was not causing memleaks. Only 2 memleaks after all (1 serious, 1 minor). Both did sum up in time dan 2002-03-01 10:33:14 +00:00
  • efb0090f8c fixed some memleaks (1 serious, 5 minor) dan 2002-03-01 10:03:35 +00:00
  • 1cd1f16c3c fixed bug in WMSetButtonEnabled and WMSetButtonSelected dan 2002-02-28 11:01:39 +00:00
  • 0c1881e224 added french po kojima 2002-02-26 14:57:24 +00:00
  • 5bb35d94a5 fixed a bug in wdread dan 2002-02-23 00:02:17 +00:00
  • 321bb04586 little change on menus kojima 2002-02-20 23:38:25 +00:00
  • 77b8fe05ac - removed configure.in. use only autoconf 2.5x fom now - fixed a bug and memleak in WMBox code. - updated some translations - fixed some bug in the menu code about drawing disabled entries. - fixed Clip menu not to allow selecting of "Autoraise" if "Keep On Top" is active. - Added a "Browse" button to the menu editor in WPrefs where a program to run is specified (not finished). dan 2002-02-20 22:22:40 +00:00
  • 9466c00f2b update danish translations kojima 2002-02-20 21:35:46 +00:00
  • a8950af8ac fixed segfault with incomplete WM_CLASS kojima 2002-02-20 15:01:44 +00:00
  • 58e719654f added czech translations kojima 2002-02-18 13:50:30 +00:00
  • ad58481487 reverted latest german update. dan 2002-02-17 22:33:22 +00:00
  • 5402fccd1e cleanup oops kojima 2002-02-16 04:56:45 +00:00
  • cf7859d145 some incomplete xinerama stuff kojima 2002-02-16 04:53:33 +00:00
  • 5db8b5660f cleaning the house today kojima 2002-02-15 21:34:46 +00:00
  • 5873385d32 fix for soemthing wrong with piped menus kojima 2002-02-15 21:30:42 +00:00
  • a26b723c5a something i dont remember kojima 2002-02-15 21:27:41 +00:00
  • bc3d012e7c updated german pots kojima 2002-02-15 21:24:41 +00:00
  • c08b3c5f32 fixed icon scaling kojima 2002-02-15 21:22:46 +00:00
  • f37b4cf5d0 - Fixed a bug that crashed wmaker when selecting the "Start alternate window manager" option in the crashing dialog panel. - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if it is defined) to overwrite the default hardcoded fallback window manager. dan 2002-02-01 01:20:15 +00:00
  • 06f1bf91a9 fix my mail, maliwan is dead id 2002-01-31 10:30:06 +00:00
  • 8b5f31ad8b fix an icon id 2002-01-27 05:59:29 +00:00
  • 2cc90e649a add an icon id 2002-01-27 05:54:17 +00:00
  • 9d41f432b9 add and fix icons id 2002-01-26 15:52:22 +00:00
  • b4f540ddd6 add and fix icons id 2002-01-26 15:52:22 +00:00
  • 03f534c0bf add an icon id 2002-01-26 04:24:12 +00:00
  • 9078b1a5a7 forgot this dan 2002-01-25 14:40:09 +00:00
  • da02e76051 added better proplist warnings when reading non-digit proplist data and fixed screwed Changelog after last commit. dan 2002-01-25 14:39:37 +00:00
  • 9c19d14d1a added greek flag pixmap kojima 2002-01-25 14:10:30 +00:00
  • bc88390918 added contrib patch for resizing/moving windows with yubn keys kojima 2002-01-25 13:51:54 +00:00
  • a1b9bf23a9 fixed non-transparent bug of xrender transparent windows kojima 2002-01-23 19:36:43 +00:00
  • 511a06628b - fixed crash when saving window attributes - updated german translation - small fix for the selection code in WINGs (possible memleak) - added support for the ukrainian language in wsetfont (Bohdan Vlasyuk <bohdan@bodq.vstu.vinnica.ua>) dan 2002-01-17 03:07:28 +00:00
  • 8a25fdc672 updated german wprefs translation dan 2002-01-11 21:57:20 +00:00
  • a1a7ba7689 Fixed problem with not saving all windows in a session when the shared application icon is enabled (only one instance/shared application was saved) dan 2002-01-11 05:08:44 +00:00
  • 4f84c48ccb updated de.po and fixed a typo dan 2002-01-10 06:03:06 +00:00
  • 9b63a77d6a a few changes in the selection code dan 2002-01-07 06:11:34 +00:00
  • 89a32e3663 Fixed some focus related problems when switching workspaces, including the infamous problem with losing focus when switching to an empty workspace and back dan 2002-01-05 06:16:10 +00:00
  • 501c3f48b8 - Fixed labels not to display '\n' as a character if multiple '\n' are passed - Fixed Legal Panel not to display rectangles in place of new lines. - Removed some obsoleted/unused files from cvs - Fixed a bug with Sloppy focus when changing workspaces (from a debian user bug report/patch) dan 2002-01-05 01:35:30 +00:00
  • cab71ba6a1 - Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>) - Separated the font caches for normal fonts and fontsets in WINGs (they can have the same names and collide in the cache giving unwanted results) - Updated the years in the copyright notices dan 2002-01-04 07:32:37 +00:00
  • 96f8ab167f Added "Hide Others" to the window menu dan 2002-01-04 05:44:20 +00:00
  • a8c7375623 Fixed problem with kcalc not having a miniaturize button dan 2002-01-04 00:30:11 +00:00
  • 365556b676 misc selection and textfield fixes dan 2002-01-02 17:45:40 +00:00
  • 7b00d9ec12 added malay translation kojima 2002-01-02 14:09:50 +00:00
  • 89cb6559cc - german po file for WINGs (Guido Scholz <guido.scholz@bayernline.de>) - misc fixes in selection code in WINGs - fix for a crash if WMState is missing on startup dan 2002-01-01 18:40:24 +00:00
  • 372da5ca39 ok id 2001-12-31 12:39:17 +00:00
  • 514258fd35 fix again, perfect. id 2001-12-31 12:34:51 +00:00
  • 0b0002f75a fix an icon id 2001-12-31 12:27:34 +00:00
  • cf2322ee03 code cleanup dan 2001-12-30 05:07:12 +00:00
  • c9dfd7f3a4 updated makefile for new icons. dan 2001-12-30 01:58:30 +00:00
  • 7eb705472f - Really fixed problem with keyboard shortcuts executed an every screen for multihead systems. - Fixed a wrong test in the selection code. dan 2001-12-30 01:50:46 +00:00
  • d35dd84ae5 change an icon id 2001-12-29 21:31:29 +00:00
  • 0613a758f4 add a jabber icon id 2001-12-29 08:32:46 +00:00
  • 9e615bcff9 - Fixed a bug that crashed wmaker when closing a window if multiple screens were managed by wmaker (Valery Kotchiev <aggregator@nospam.dk>) - Fixed a problem that crashed wmaker when trying to read an unexisting WMState.<number> file on multihead system. - Fixed problem with keyboard shortcuts executed an every screen for multihead systems. dan 2001-12-28 03:29:50 +00:00
  • 9031641ba6 updated chinese translation kojima 2001-12-26 11:32:41 +00:00
  • 9bfa0b6efb Sorry, my heart was broken real bad. I am going to resign from my job and I don't think I can still be able to be a part of project. Thank you guys for everything. id 2001-12-26 06:06:45 +00:00
  • 60409e290d small update dan 2001-12-22 21:18:15 +00:00
  • 03befcf729 - removed kbd shortcuts active during mouse window drag (enabled by a recent commit), because it causes nasty problems. It needs fixing before reenabling (if they are possible at all) dan 2001-12-21 23:46:54 +00:00
  • beb83f52fe updated NEWS dan 2001-12-21 23:30:39 +00:00
  • 99a5f0da0f few updates dan 2001-12-21 21:39:52 +00:00
  • 520a6cd0e4 a fix for the definable cursor code dan 2001-12-21 11:00:45 +00:00
  • f968d88070 - Fixed problem with shared appicon on clients having an appmenu that is created after the application has mapped its window(s). dan 2001-12-21 00:48:41 +00:00