1
0
forked from vitrine/wmaker

Commit Graph

  • 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 dan 2001-05-19 23:07:10 +00:00
  • 60611fbd47 fixed bug in ScrollTableViewRowToVisible kojima 2001-05-18 17:07:18 +00:00
  • 7d64e19f5a fixed bug on previous bug fix for tableview overflow bug.. (yeh, i also think cvs should send only 1 mail/day to the list..) kojima 2001-05-17 23:34:47 +00:00
  • a4486f0cd9 Fixed compilation warning caused by wrong parameter passed to function. dan 2001-05-17 23:15:19 +00:00
  • 22ae4f5a3c fixed tableview overflow bug kojima 2001-05-17 22:30:38 +00:00
  • bcf7358072 Fixed problem with alpha images showing a blue tint on big endian machines dan 2001-05-15 11:26:12 +00:00
  • b444894d88 finished removing focusfollowmouse from wprefs kojima 2001-05-14 15:18:30 +00:00
  • 205b3f35b9 removed FocusFollowMouse kojima 2001-05-14 14:58:55 +00:00
  • ab61c599f9 a small update dan 2001-05-13 23:22:21 +00:00
  • 430c12e2b2 - A few additions and enhancements to the Install script. - Removed the --disable-sound option to the configure script. dan 2001-05-13 00:28:55 +00:00
  • 3208e193d7 chinese po files updates dan 2001-05-11 23:56:51 +00:00
  • 7848a2d03f updated estonian translation dan 2001-05-11 23:37:46 +00:00
  • 962d9407c1 added missing plmenu.ja to Makefile.am dan 2001-05-11 23:35:03 +00:00
  • cf9975125d added notes about hermes library support for Window Maker dan 2001-05-10 22:45:27 +00:00
  • 28793346ab removed some C++ style comments dan 2001-05-10 22:24:35 +00:00
  • 19b49b3fc1 - Fixed not working Grayscale visual (was crashing) - Fixed wrong display of images with alpha in StaticGray and GrayScale visuals - Hermes lib is used now only to convert if the visual is TrueColor and no dithering is necesarry. This is because currently hermeslib doesn't support to convert to an indexed destination image (so it can't convert to PseudoColor, StaticGray and GreyScale visuals). It can convert to StaticColor since this visual uses masks as the TrueColor visual, but without dithering. Also hermeslib only supports dithering for just 2 combinations of source/destination bits/masks, none of which are useful for wrlib, so no conversion that needs dithering is currently done through hermeslib. dan 2001-05-10 21:31:13 +00:00
  • ff5680d010 Fixed displaying of images with alpha (broken by the previous commit). The fix still doesn't look right (hermes seems to do weird things internally, and there is no documentation for it) dan 2001-05-10 15:39:02 +00:00
  • 309a9163bd Fixed calls to hermes lib to work correctly with all depths dan 2001-05-10 14:28:50 +00:00
  • ddde229665 - fixed speckles (white dots) on dithered images (bug still present on the PowerPC architecture, because on LinuxPPC char is unsigned by default, not signed like on the other platforms). Bug fixed by Philip Derrin <philipd@student.unsw.edu.au> - miscelaneous bug fixes dan 2001-05-10 00:16:28 +00:00
  • 19ad865f49 Fixed scrolling direction with mouse wheel for horizontal scrollers dan 2001-05-09 00:37:07 +00:00
  • 41c0e64eac better wording for an option dan 2001-05-04 02:04:13 +00:00
  • e826a4122e - client supplied icons that were saved by Window Maker in the directory ~/GNUstep/.AppInfo/WindowMaker/ will be recreated if missing when the application starts. - fixed a small memleak when the client supplied icon was extracted and saved. dan 2001-04-29 21:21:39 +00:00
  • 0616167b0f - fixed a bug that made the scroller knob jump backwards when dragged (this bug had no relation with the behavior that #define STRICT_NEXT_BEHAVIOUR attempts to accomplish). dan 2001-04-29 03:24:17 +00:00
  • 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. dan 2001-04-27 23:41:17 +00:00
  • 649a7ac82c - fixed a bug in the icon chooser dialog that made the selected icon look wrong if it had alpha blending. - fixed a bug in WMReparentWidget() - added WMReparentWidget() to WINGs.h dan 2001-04-26 02:45:28 +00:00
  • 86154ba01d A few miscelaneous fixes dan 2001-04-25 02:03:08 +00:00
  • 2eb1f26644 Renamed WMGetApplicationIconBlendedPixmap() to WMCreateApplicationIconBlendedPixmap() to avoid confusion. This is because this function does generate a new WMPixmap from the available icon image by combining it with the specified color and you need to call WMReleasePixmap() on the generated pixmap after you're done with it. This is unlike the case of WMGetApplicationIconPixmap() where it just returns a pointer to the existing application icon pixmap that was set before and where you don't need to release it after you're done working with it. To avoid this confusion about when you need to release and when not, one is using Get (get existing, no release needed), while the other is now using Create (generate a new pixmap, release required) in their name. dan 2001-04-24 03:35:02 +00:00
  • 4fb6cd1b1e Removed the last commit comment (a very lenghty one) that was added by cvs to this file, probably because of the presence of a RCS $Id entry dan 2001-04-22 02:15:23 +00:00
  • 36e46831e0 For libwraster: --------------- dan 2001-04-21 07:12:21 +00:00
  • eb11184ef0 Made the menus be mapped on the center of the screen when invoked with the keyboard shortcuts. dan 2001-04-20 01:22:41 +00:00
  • 656a1c17e4 Forgot to add misc.c to the cvs tree dan 2001-04-19 21:12:08 +00:00
  • b061bf9832 Put back int instead of socklen_t, because in libc5 socklen_t is not defined making the compilation process to fail. dan 2001-04-19 21:09:52 +00:00
  • ee49804d93 Setup a new cvs commit notification script that does log accumulation and sends only one email message per cvs log message. dan 2001-04-19 20:38:56 +00:00
  • 6a1c354d3f testing new cvs notify script that does log accumulation dan 2001-04-19 20:27:02 +00:00
  • 1ca5543ecb testing new cvs notify script that does log accumulation dan 2001-04-19 20:15:51 +00:00
  • 79def3b196 new cvs notify script that does log accumulation dan 2001-04-19 20:10:01 +00:00
  • 1e5ca9ae9f testing new cvs notify script that does log accumulation dan 2001-04-19 20:08:25 +00:00
  • c03f50530d testing new cvs notify script that does log accumulation dan 2001-04-19 20:06:06 +00:00
  • 010ce93e92 testing new cvs notify script that does log accumulation dan 2001-04-19 20:04:44 +00:00
  • 6df4a38a50 testing new cvs notify script that does log accumulation dan 2001-04-19 19:59:22 +00:00
  • fd4937cd97 test for a new mail notification script dan 2001-04-19 19:52:50 +00:00
  • 648d75c299 - put back wmksize(), wmkrange() and wmkpoint() as functions instead of macros - fixed some compilation warnings with -Wall - some code cleanup dan 2001-04-19 01:04:48 +00:00
  • 03824d5324 allow to scroll the virtual desktop further than the desktop geometry. id 2001-04-18 22:12:20 +00:00
  • 829e9d30fe add an option to virtual desktop id 2001-04-18 22:08:34 +00:00
  • 4341224f6e Fixed label in crash panel to wrap. dan 2001-04-18 14:44:57 +00:00
  • 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, ...) dan 2001-04-18 00:25:58 +00:00
  • 10e7985961 - Made the Gnome tasklist skip the windows with the "Skip window list" flag enabled. (patch from Bastien Nocera <hadess@hadess.net>) - Small code cleanup in src/workspace.c dan 2001-04-17 01:02:21 +00:00
  • 9d1306bf01 disable scrolling menu when it is in virtual desktop mode. you have to click and drag to scroll the menu. id 2001-04-16 13:33:50 +00:00
  • 5c37df521e Moved color panel testing to wtest.c and removed testcolorpanel.c dan 2001-04-16 00:37:34 +00:00
  • 79b17caa73 Added WMCreateBlendedPixmapFromRImage() dan 2001-04-16 00:10:58 +00:00
  • 3300f79501 Small update of clip colors for some style files. dan 2001-04-16 00:09:46 +00:00
  • 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/ dan 2001-04-15 01:22:56 +00:00
  • a41b8993e5 Better organized the window inspector panel. dan 2001-04-12 00:00:06 +00:00
  • 09f4b0d409 Fixed the info panel to work well with icons different in size than the default GNUstep.xpm dan 2001-04-11 21:04:31 +00:00
  • 81ccbdc743 - Fixed problem with GNOME apps that have windows which need to stay on the desktop level. - Fixed incorrect parsing of display and screen number from $DISPLAY. dan 2001-04-11 00:14:41 +00:00
  • 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. dan 2001-04-10 22:00:41 +00:00
  • 9035122c5f - Now when Window Maker calls wmsetbg to set the background, it will pass the correct switch to it, depending on the value of the DisableDithering option. - Replaced some functions with macros in WINGs (wmkpoint(), wmksize() and wmkrange()). They're less expensive to call this way. - Fixed a memleak in the info panel. dan 2001-04-09 23:43:09 +00:00
  • 6bbe6f2b9d fix virtual desk a bit. id 2001-04-05 07:43:13 +00:00
  • 7e8bff904f Fixed secure textfields not to allow text selection, to avoid compromising sensitive information by pasting it to a terminal. dan 2001-03-23 02:26:15 +00:00
  • 1a3fd2f795 - better and more robust handling of events (timer, idle, input, X) in WMMaskEvent() - fixed a bug where input and timer events were not treated for undefined periods of time under some circumstances. dan 2001-03-22 00:56:09 +00:00
  • 80fb289fc9 testing the notification thing dan 2001-03-21 05:02:17 +00:00
  • 5045cdbe60 updated Changelog about the recent move from WINGs.h to WUtil.h for handler definitions dan 2001-03-21 04:40:34 +00:00
  • 726ba653cf - Moved the timer, idle and input handler definitions from WINGs.h to WUtil.h among with their callbacks and prototypes, because they're not GUI related dan 2001-03-21 04:34:24 +00:00
  • 1cdc0e4c06 added cvs notification by email on commits dan 2001-03-21 03:45:15 +00:00
  • 8564f5e409 testing cvs notification stuff dan 2001-03-21 03:41:06 +00:00
  • a719eb98f1 added cvs notify file, with email addresses where to send email on commits dan 2001-03-21 03:39:27 +00:00
  • a8da38c431 testing cvs notification dan 2001-03-21 03:38:01 +00:00
  • bc3b44acaa - simpler and more straightforward event handling for timer, idle, input and X events (also fixed some problems the old handling logic had) dan 2001-03-21 01:29:22 +00:00
  • f5dcab0663 - moved WINGs's internal handlers (timer, idle and input) to handlers.c to avoid code duplication. - simplified wevent.c and wutil.c - renamed WMAddEternalTimerHandler() to WMAddPersistentTimerHandler() dan 2001-03-20 23:46:57 +00:00
  • dd9fd9f12a added japanese menu kojima 2001-03-15 22:33:22 +00:00
  • f91e2693f9 fixed mem leak kojima 2001-03-15 21:13:54 +00:00
  • 7f8d51555b fixed timerhandler cpu eater kojima 2001-03-14 04:19:06 +00:00
  • c1840e943d *** empty log message *** kojima 2001-03-14 03:58:55 +00:00
  • 3b7b2ef6b7 *** empty log message *** kojima 2001-03-14 03:18:16 +00:00
  • eab5ea31ea paranoid signal stuff kojima 2001-03-14 03:00:34 +00:00
  • 51b1bf34b9 fixed some signal handling bugs kojima 2001-03-14 02:54:54 +00:00
  • b85df20ba2 applied small fix patch from Marcelo E. Magallon <marcelo.magallon@bigfoot.com> dan 2001-03-12 01:56:26 +00:00
  • ab641e7320 removed MOUSE_WS_bla added back easter egg kojima 2001-03-11 18:33:19 +00:00
  • e3decb34cb removed useless files kojima 2001-03-11 18:25:47 +00:00
  • f8e94406df restoring copy of wtext.c to cvs (wif ssh) nwanua 2001-03-10 04:58:18 +00:00
  • 77e1b7038b testing new loginfo script dan 2001-03-09 02:48:32 +00:00
  • 6dafb928fe testing new loginfo script dan 2001-03-09 02:47:16 +00:00
  • 34c2bb0f0e testing new loginfo script dan 2001-03-09 02:41:29 +00:00
  • a00fb1b2cf test for loginfo dan 2001-03-09 00:47:58 +00:00
  • 607bbb7e3a Fixed splitviews regarding index access (first element was never accesible) dan 2001-03-08 00:49:21 +00:00
  • 012d995ab1 Fixed uninitialized pointer in wtext.c dan 2001-02-28 05:40:45 +00:00
  • 99defe80a5 added WMGetLabelFont() dan 2001-02-26 14:53:30 +00:00
  • 1a1775bae0 - Made scrolling of text in dialog panel smoother - Added WMGetPanelFont() dan 2001-02-26 14:51:17 +00:00
  • c720860ed3 Fixed crashes in 24 and 32bpp after introduction of hermeslib support dan 2001-02-26 00:43:44 +00:00
  • 64defd4d22 fixed scroller bug when displaying scroller before setting initial values kojima 2001-02-25 20:47:04 +00:00
  • 054d7cc006 wrong pointers, but code was not used so problem didn't show up anyway dan 2001-02-25 03:13:32 +00:00
  • c7f5318a41 er.. fixed some typo kojima 2001-02-24 00:35:15 +00:00
  • fc38d1ca16 fixed a typo dan 2001-02-23 01:49:06 +00:00
  • 9451aae632 now when a button click "links" to another page, instead of it being destroyed right away, a timer handler queues it for 10 seconds later (hopefully enough time for the buttons callback to have returned). ... 10 seconds may not be enough for ALL widget callbacks... nwanua 2001-02-22 07:48:28 +00:00
  • ae9e955f10 added a #define for WMClearText nwanua 2001-02-22 07:32:36 +00:00
  • f6a889910a removed no longer needed done members in panel structures. dan 2001-02-22 04:13:35 +00:00
  • ae52b2a437 Fixed incorrect color retrieval dan 2001-02-21 04:39:04 +00:00
  • d5ebb27e2d spelling typo fixed dan 2001-02-21 03:59:29 +00:00
  • 10972f2666 adapted for SetViewExpands... kojima 2001-02-20 23:39:06 +00:00
  • affcc3babd various fixes, scrollview scrollers, text painting kojima 2001-02-20 23:38:36 +00:00