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

55 Commits

Author SHA1 Message Date
dan 6c494f1a2e Added missing WINGs/po and doc/sk dirs/files from the released 0.65.1
tree, and updated Makefile.am and configure.in to build them too.
2001-07-24 12:05:09 +00:00
dan c28d3d3ff9 Made cvs compilable (it was missing the following directories: WINGs/po
and doc/sk). They were disabled until added to cvs.
2001-07-23 23:57:12 +00:00
kojima 882b9a8e1c - s/sprintf/snprintf
- updated some po's
- fixed crash bug when removing WINDOWS_MENU or WORKSPACE_MENU from rootmenu
- some other stuff i forgot
2001-07-23 20:31:32 +00:00
dan 648d75c299 - put back wmksize(), wmkrange() and wmkpoint() as functions instead of macros
- fixed some compilation warnings with -Wall
- some code cleanup
2001-04-19 01:04:48 +00:00
dan 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()
2001-03-20 23:46:57 +00:00
dan a20aebdef2 - Made all changes for moving WINGs headers in the WINGs subdirectory.
- Updated get-{wings|wutil}-flags accordingly
2001-01-18 19:21:56 +00:00
kojima b4851afbb7 *** empty log message *** 2001-01-16 16:08:40 +00:00
dan a7ec9dab95 - Preliminary tree code
- added a key enumerator to hashtables (similar to value enumerator,
  just that it enumerates all keys in the hash)
2001-01-11 02:35:21 +00:00
kojima e314838447 fixed bug in builtin xpm loader
fixed crash bug in menu editor
2001-01-06 22:38:07 +00:00
kojima 29ceeb870d *** empty log message *** 2000-11-12 03:28:56 +00:00
kojima 6bb9c58de1 removed default autowrap from button and label 2000-11-09 13:19:42 +00:00
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
nwanua dae28629bb *** empty log message *** 2000-10-01 03:49:00 +00:00
dan c1a77f233f Finished the WMArray class 2000-09-20 00:30:45 +00:00
dan 595d2b060b Removed array bag, and restructured the tree bag to be WMBag 2000-09-15 04:57:31 +00:00
dan 7832b2a4cf Rearranged the structure of the WINGs subdirectory.
Created Documentation, Examples and Tests subdirectories.

Run update-autoconf after this update.
2000-09-13 20:19:05 +00:00
nwanua ee0fa6ec7d added testtext 2000-07-15 23:18:59 +00:00
kojima 9a89e6cc18 added string utils 2000-07-15 22:08:25 +00:00
nwanua 1027573bd7 added testtext - Nwanua 2000-07-13 23:48:02 +00:00
dan 4cb5649545 Gaaah!
This thing is completely broken! There are functions that take a
completely different set of arguments than the ones currently used to call
them. There are even functions that are not defined anywhere but
called from wtext.c

Please fix it before re-enabling it in Makefile.am
2000-07-06 01:28:13 +00:00
kojima fcab535c38 fixed lots of compile bugs in wtext.c and made a few api changes to it 2000-07-05 04:16:53 +00:00
dan 72538ed380 testtext.c doesn't compile. And it seems to require WINGsP.h which is
bad, bad, bad
2000-06-22 23:20:51 +00:00
kojima c49ad9cac8 added text widget from nwanua 2000-06-20 23:27:37 +00:00
kojima 71f735069a *** empty log message *** 2000-05-21 16:15:56 +00:00
kojima 779cdb0dd4 added quick&dirty game 2000-04-09 21:46:54 +00:00
kojima 6672180d77 removed listbag added tree bag
started drag & drop
2000-03-28 02:30:13 +00:00
kojima 1dc5c1882c added list and array backends for WMBag 2000-03-05 22:01:34 +00:00
id 95e71d500a Fixes from Alban and Pascal. 1999-12-29 11:59:30 +00:00
dan b33d6351e5 Added get-wings-flags and get-wutil-flags 1999-12-14 05:31:49 +00:00
dan 3f9b7858df Fixed some compilation problems for solaris 1999-12-14 02:21:04 +00:00
dan e5a7a883eb Added an example of how to create a network client using WMConnection 1999-12-14 01:45:16 +00:00
dan 9c59becb31 Added 3 new classes: WMData, WMHost, WMConnection 1999-12-14 01:07:24 +00:00
kojima eb87c40967 added nana stuff
added lock option in docked icons
1999-10-20 03:25:06 +00:00
dan e2dba622bf Removed testnot.c from distrib 1999-10-02 21:57:16 +00:00
kojima d5fbe62ddd fixed font bug in WINGs
font panel problems
po file problems
misc bugs
1999-09-22 02:09:42 +00:00
dan 2525c5d1fa Fixed problem with "make dist", generated by flags placed in the wrong place
in WINGs/Makefile.am for testnot program.
1999-09-20 20:20:05 +00:00
kojima 0764c169a4 updated little bug for testnot linking 1999-09-19 02:05:43 +00:00
dan e230ca4245 misc bug fixes. 1999-09-18 20:37:23 +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 052ab01c84 replaced linked lists with WMBag, added progress indicator 1999-09-16 02:55:56 +00:00
dan f2f71a1f09 Finished the libWUtil library. 1999-09-10 20:13:44 +00:00
dan d214a2ca98 Started to make modifications to support libWUtil 1999-09-09 13:46:59 +00:00
dan b9c1aba415 Fixed some problems in 0.60.0 1999-06-04 20:13:40 +00:00
kojima 1c56fc397f fixed compile problems 1999-05-30 14:34:12 +00:00
kojima fbd9035f3e fix portability bug for non-X11R6 systems 1999-05-30 04:52:05 +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 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
dan e7495baff7 0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though. 1999-02-17 11:06:40 +00:00
dan 931a37b124 Latest fixes for released 0.51.0 1999-01-29 08:11:17 +00:00
dan 416e3a82be Update for 0.51.0 1999-01-25 19:06:50 +00:00