dan
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
2002-10-16 04:05:45 +00:00
dan
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
2002-10-08 08:26:06 +00:00
dan
048b43aea4
- fixed a frame size in WPrefs menu editor
...
- removed // comments
- commented out printfs in unfinished selection code
2002-07-01 23:52:22 +00:00
dan
750917986e
- Added WMGetTextFieldDelegate()
...
- Fixed a problem with drawing the return arrow on buttons when disabled
2002-04-03 00:51:36 +00:00
dan
e4a53ba71e
fixed some Bool flags passed to WINgs functions to always set 1 or 0 values internally
2002-03-28 04:20:30 +00:00
dan
97e20d94de
fixed textfields regarding interpretation of special keys with modifiers
2002-03-14 22:20:25 +00:00
dan
9b63a77d6a
a few changes in the selection code
2002-01-07 06:11:34 +00:00
dan
365556b676
misc selection and textfield fixes
2002-01-02 17:45:40 +00:00
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