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

53 Commits

Author SHA1 Message Date
dan 33cc542e85 - Finished moving to the new proplist handling code in WINGs.
- Also tested the backward compatibility ability of the WINGs proplist code
  which seems to work quite well.

Starting with this moment, Window Maker no longer needs libPropList and is
now using the better and much more robust proplist code from WINGs. Also the
WINGs based proplist code is actively maintained while the old libPropList
code is practically dead and flawed by the fact that it borrowed concepts
from the UserDefaults which conflicted with the retain/release mechanism,
making some problems that libPropList had, practically unsolvable without a
complete redesign (which can be found in the more robust WINGs code).
2001-10-04 03:07:34 +00:00
kojima fa994f627e fixed crash bug with WM_CLASS==NULL
etc
2001-08-20 18:11:40 +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 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
2001-05-19 23:07:10 +00:00
dan 7e8bff904f Fixed secure textfields not to allow text selection, to avoid
compromising sensitive information by pasting it to a terminal.
2001-03-23 02:26:15 +00:00
kojima 05f2a74ef5 fixed modifier bug in textfield again 2001-02-09 16:03:09 +00:00
kojima bb886be82e added responder chain alike stuff for relaying kbd events from widget to widget 2001-01-18 02:00:56 +00:00
kojima e29fce43b1 - added WMGetLabelText()
- added WMReparentWidget()
- added WMCreateTabViewItem()
- added W_CreateUnmanagedTopView()
- fixed deletion from tree bag
2000-07-10 22:37:39 +00:00
kojima 60a247f271 drag and drop!
selection code rewrite!
textfield with new selection code!
etc etc
2000-04-03 03:10:20 +00:00
kojima 2090f81b40 isprint() used in place of !iscntrl() 2000-02-29 21:50:35 +00:00
dan 34c926186c Rewrote idle and input handlers using WMBag to avoid a functional problem of
them, regarding removal of other input/idle handlers next to the called one,
from the called handler.
1999-12-03 07:07:14 +00:00
dan 9c2026eb44 syncing wtextfield.c 1999-10-24 22:48:11 +00:00
dan 597b04f5f7 - Fixed name completion problem in file panel.
- fixed a problem about how notifications were sent for textfield events.
1999-10-23 21:06:11 +00:00
dan 6dd37d5972 Syncing the code for discussing it. 1999-10-22 23:39:39 +00:00
kojima 80fb09a74e replaced free() with wfree() everywhere
fixed bug in wlist that caused colorpanel to crash
1999-10-09 20:07:23 +00:00
kojima dbdb44a4db added patch with bugfixes for wings/textfield/panel exit with escape/bag etc
changed iconchooser to center icons/text
updated po files
1999-10-02 20:24:41 +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
kojima e7df5ed456 font panel and textfield font 1999-09-18 22:57:19 +00:00
kojima 052ab01c84 replaced linked lists with WMBag, added progress indicator 1999-09-16 02:55:56 +00:00
dan 62240a0f26 Various bug fixes. 1999-07-03 23:50:05 +00:00
id ec54fa3f38 Selection owning use event's time. 1999-06-06 11:50:30 +00:00
dan b9c1aba415 Fixed some problems in 0.60.0 1999-06-04 20:13:40 +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
id 17c4c23f22 Add internal notification observer for deselection. 1999-05-29 01:57:30 +00:00
id a3dd7dc748 Try to fix a crash by removing selection handler from textfield. 1999-05-28 00:56:34 +00:00
dan 35735b2f36 Fixed a crashing bug related to textfield selections, and reordered the
items in the textfield delegate structure to be grouped togheter based
on their meaning.
1999-05-18 00:01:59 +00:00
kojima bedc22384f added notification in colorpanel
colorwell updating with colorpanel change
1999-05-16 07:00:01 +00:00
id 7a1de9dad9 Fix misc bugs. 1999-05-16 02:22:42 +00:00
id 7f6c4d1a73 Textfield to use X's selection. 1999-05-16 01:27:03 +00:00
dan 55d51e546d Some cleanup after the notification removal in textfields. 1999-05-16 00:45:34 +00:00
kojima 23aac1a87a removed notification posting for didChange when text is changed programmatically 1999-05-16 00:15:03 +00:00
kojima 6d74b96ce2 fixed typo errors 1999-05-15 17:52:21 +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
dan 590af69c0b Simplified code for XK_ISO_Left_Tab 1999-05-02 00:00:14 +00:00
dan 714e2ef487 Fixed a problem in WINGs related to the return type of XLookupString()
in some cases.
1999-05-01 23:46:27 +00:00
kojima 8f68cfd8cd bug fixes, performance enhancement for image rendering 1999-04-29 23:05:16 +00:00
id e8ffdaf8e9 Fix a typo bug. 1999-04-29 14:39:17 +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
id 5a156f9131 Try to reduce flicker in text widget. 1999-04-28 22:50:40 +00:00
dan 76827c72d1 Made the secure textfield give some feedback about what is happening. 1999-04-27 02:46:55 +00:00
kojima a205d1f5c2 bug fixes 1999-04-27 01:38:09 +00:00
id 416f28248c change mind. 1999-04-17 05:55:31 +00:00
id 6c22352007 *** empty log message *** 1999-04-16 19:56:08 +00:00
dan 088c0ac230 Update for 0.51.2-pre2 1999-03-09 14:58:01 +00:00
dan 60980735fe syncing with latst changes, because cvs will be moved 1999-02-23 14:46:39 +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
dan cb320b2fc3 Update to Window Maker 0.50.2 1999-01-11 12:28:12 +00:00
dan 0261c32636 Code update for Window Maker version 0.50.0
Read changes in ChangeLog and NEWS
1999-01-06 15:22:33 +00:00