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

78 Commits

Author SHA1 Message Date
dan f7b4e85525 - added the wraster lib dependancies at link time, so they will be
written in the libwraster.la file allowing automatic linking against
  all the libs libwraster depends upon without specifing them again when
  linking programs that use libwraster. -lwraster will be enough.
2000-11-06 03:24:30 +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 dde0b00fe5 *** empty log message *** 2000-09-30 03:54:46 +00:00
dan ccbb6e8e15 Fixed some bugs, and compilation warnings. 2000-09-24 02:31:58 +00:00
kojima d157320dfb workaround for 8bpp problem with std colormap creation 2000-08-16 23:05:19 +00:00
kojima b3dee733bb default WMRootMenu is now a proplist menu instead of text 2000-07-15 08:12:33 +00:00
dan 9e7242abe5 *** empty log message *** 2000-05-24 22:48:55 +00:00
kojima 05339d0d63 added start of gui wmaker.inst 2000-05-23 21:14:57 +00:00
kojima 58b36ec1b3 added wmagnify 2000-05-22 03:09:20 +00:00
dan b5c565d21b removed again Makefile.in 2000-04-10 14:26:55 +00:00
kojima 9aa1d138a6 memory stats in info panel 2000-04-09 23:55:46 +00:00
dan 3e7eb14a22 *** empty log message *** 2000-04-08 03:48:59 +00:00
kojima fa9bfc9794 updated get/setstyle for new options 2000-04-07 23:20:41 +00:00
kojima f65c549814 fixed bug with bag sorting
fixed bug with stacking code
2000-03-30 02:52:07 +00:00
dan fb51ee83b7 *** empty log message *** 2000-03-29 04:56:41 +00:00
dan 8219011758 *** empty log message *** 2000-03-29 02:03:47 +00:00
id 2e154a404d *** empty log message *** 2000-03-29 01:49:05 +00:00
kojima f5177e67d5 updated code to use new bags
arbitrary window levels
2000-03-28 02:48:32 +00:00
dan fb802f2d6e *** empty log message *** 2000-03-24 02:15:35 +00:00
kojima 85ee588aa6 added arbitrary window levels 2000-03-24 01:16:02 +00:00
dan 62a929a231 Fixed crashing bug in wmsetbg.c 2000-03-20 02:15:48 +00:00
kojima 9915c4ab2a *** empty log message *** 2000-03-09 18:50:26 +00:00
kojima 34cd5125e3 fixed bug with icons of different sizes
made Apply work in window inspector for windows with no WM_CLASS
2000-01-20 11:51:42 +00:00
dan 049a69a9bf - Added a test in configure for the version of libPropList that is installed
on the system. Further compilation will be aborted if the version of
  libPropList that is found is older than expected. Hopefully this will make
  go away some annoying messages from people unable to read the release
  notes.
- Implemented periodic synchronization of user defaults in WINGs and
  notification when user defaults gets changed.
- Fixed the color panel to compile (someone in charge with it check if its
  ok, I only changed where the compiler complained, didn't go through the
  code).
- Misc fixes, related to latest changes in wrlib.
2000-01-15 02:00:24 +00:00
kojima 7df3e111bc updated configure to detect x86 2000-01-14 16:48:16 +00:00
dan 2472bd3c89 Another try with autoconf 1999-12-14 03:24:38 +00:00
dan 3f9b7858df Fixed some compilation problems for solaris 1999-12-14 02:21:04 +00:00
dan 38807b65c7 - fixed a bug that crashed the programm when a popup button was scrolled.
- fixed a bug that caused incorrect drawing position of the popup indicator.
- fixed a bug that prevented selecting no item (-1) in a popup button.
- an assertion will be raised if the program tries to select a popup button
  item that is beyond the total number of items present in the popup button.
- changed names of functions for SplitView to be consistent. Some contained
  SubView while other Subview. Now all have Subview.
1999-11-07 21:40:22 +00:00
dan 24682a9471 Syncing files. configure become a 0 length file in the previous commit. 1999-11-06 21:53:53 +00:00
kojima 94f4483dbd multiview and vertical splitview
some bug fixes
configurable default font size
etc
1999-10-27 22:32:12 +00:00
dan e2dba622bf Removed testnot.c from distrib 1999-10-02 21:57:16 +00:00
kojima 85afb7a1b6 updated for new sysconfdir 1999-09-17 02:00:22 +00:00
dan 8747093e64 - Fixed some compilation problems, which could lead to sigsegv at run time in
the new 'bag' code.
- Fixed PPosition problem.
1999-09-16 21:52:18 +00:00
kojima ac4053478a updated po files, fixed some bugs 1999-09-16 03:01:14 +00:00
id dc0d9cff70 Removed titlebar drop shadow code and add plugin to draw text on titlebars. 1999-08-19 18:47:00 +00:00
dan b9c1aba415 Fixed some problems in 0.60.0 1999-06-04 20:13:40 +00:00
dan 81d1ec430f Fixed a bug in wmsetbg.c 1999-05-31 19:10:38 +00:00
kojima 57b315f50c fixed compilation prob 1999-05-29 22:48:00 +00:00
kojima 5e4625dafe many bug fixes, finished some delegate code, updated menu file bug from EXEC
to SHEXEC, updated french translations
1999-05-29 21:41:25 +00:00
kojima dd2d71fc9b started Appearance update in WPrefs
added tabbed view
changed some callbacks to delegate like stuff (textfield and browser)
1999-05-15 17:38:05 +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
dan 99e67c8ed0 Small bug fix, and updated for some #defines that were removed. 1999-04-30 02:36:33 +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 fe2e0156e0 Added .cvsignore files to repository 1999-04-25 20:21:26 +00:00
kojima 7f01849758 - made deiconification not automatically focus window in sloppy focus
- fixed crash with DisableMiniwindows and icon pixmap changes
- fixed crash when changing icon of window without WM_CLASS
- added IAmAnnoyingAndDontWantWorkspaceNameDisplay
- added hysteresys for offscreen menu scrollback
- fixed bug with IgnoreFocusClick
- fixed crash with windows with width == 1 (Alban Hertroys
					<dalroi@wit401310.student.utwente.nl>)
- added SHEXEC command
- fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com)
1999-04-24 20:08:20 +00:00
kojima 2a19d45517 bug fixes, faq update, fix of wrong bug fix in actions.c etc 1999-04-21 00:16:13 +00:00
kojima bc0b869ba9 fixed bug in texture panel 1999-04-19 00:27:47 +00:00
kojima 2effbfafde various bug fixes 1999-04-18 21:08:00 +00:00
kojima 4cc21af228 style file updates, gradiented clip arrows 1999-04-14 00:22:38 +00:00