Commit Graph

43 Commits

Author SHA1 Message Date
Anselm R. Garbe
da72855366 kept the structural introduction of BlitzFont for future UTF8 support after wmii-3 2006-04-23 23:32:36 +02:00
Anselm R. Garbe
445976869e polished liblitz, now going to support XFontSets 2006-04-23 20:00:47 +02:00
Sander van Dijk
dade08e735 small fix in wmiimenu 2006-04-19 23:19:23 +00:00
Sander van Dijk
74a288bccd restore the old behavior of wmiimenu; Shift-Enter can be used to print the entered text instead of the selected item now. 2006-04-19 23:02:31 +00:00
Anselm R. Garbe
477f54c795 fixed wmiimenu to only print the selected item if no text has been entered, otherwise the entered text is printed (this fixes several bugs due tag selection), also implemented mouse-driven column creation (though the discussed structural scaling change is not yet finished as discussed with Sander) 2006-04-19 16:53:40 +02:00
Anselm R. Garbe
ae2d270f22 cleaned up vector definition 2006-04-06 10:39:49 +02:00
Anselm R. Garbe
38fa6c1f49 proceeded with cleanup 2006-04-06 08:09:22 +02:00
Anselm R. Garbe
83834ba9b3 drastic reduction of ugly #define's 2006-04-06 07:55:33 +02:00
Anselm R. Garbe
41f9a57ba6 prepared cext_array_* removal in libixp 2006-04-03 15:52:05 +02:00
Anselm R. Garbe
2dee3984ea removed cext_array_* stuff from wmiimenu 2006-04-03 15:38:32 +02:00
Anthony Martin
5cee0164e6 removed trailing whitespace in *.c, code cleanup finished 2006-03-23 07:12:06 -08:00
Anthony Martin
67bfcd39cb cleaned up code formatting in wmiimenu.c 2006-03-22 13:54:23 -08:00
Anselm R. Garbe
4d2aca6f85 applied some portions of DenisG icon implementation for liblitz - in summary (no scaling, no loading, only creation) and the -lXpm dependency 2006-03-10 18:22:48 +01:00
Sander van Dijk
dee32f41f1 wmiimenu display anomaly fix 2006-03-08 22:12:18 +01:00
Anselm R. Garbe
c7c5283ebd removed check_event from wmiimenu (it does not need it anymore) 2006-03-05 13:29:21 +01:00
Anselm R. Garbe
e23c331ba0 replaced size_t occurences with unsigned int, fixed issue reported by bogon (welcome disappearance issue) 2006-03-01 11:55:46 +01:00
Sander van Dijk
62686ec717 check if there is a \n before trying to remove it. 2006-02-18 22:07:04 +01:00
Sander van Dijk
dde4c67164 add C-p and C-n as alternatives for Left and Right in wmiimenu (makes
the menu completely C-* controllable).
2006-02-18 19:11:49 +01:00
Sander van Dijk
f982cb8679 fix menu segfault on C-u, add some more control characters 2006-02-16 13:38:36 +01:00
Anselm R. Garbe
980de2a05b prevents flicker on startup of wmiimenu 2006-02-13 23:51:52 +01:00
Anselm R. Garbe
7696e425d3 fixed update_item policy 2006-02-12 12:20:06 +01:00
Anselm R. Garbe
cec7622f37 fixed menu stuff 2006-02-12 12:00:44 +01:00
Anselm R. Garbe
ae11fde4e9 small fix 2006-02-12 03:20:34 +01:00
Anselm R. Garbe
e9f604795d simplified wmiimenu 2006-02-12 03:16:42 +01:00
Sander van Dijk
5dfffa855b new wmiimenu, reads a list of newline-separated items from stdin,
and prints the user's selection on stdout. It seems to behave pretty well,
but some of the code definitaly needs a beauty makeover, I'll do that ASAP.
2006-02-10 23:57:21 +01:00
Anselm R. Garbe
a0501c526f shortened usage strings to one liners, read the man pages 2006-02-04 16:31:52 +02:00
Anselm R. Garbe
aeaed5a3df added Color type to liblitz, changed blitz_loadcolor to init Color types, proceeded with fs.c debugging in wm 2006-02-02 17:44:45 +02:00
Sander van Dijk
faa55a8bae small changes to wmiimenu behavior, improving predictability 2006-01-23 16:07:44 +01:00
Anselm R. Garbe
f6abe35c21 applied patches to allow compilation on SunOS 2006-01-21 13:57:20 +02:00
sander
b6359f75d6 Make comments from earlier patch ANSI C compliant 2006-01-20 23:41:09 +02:00
Anselm R. Garbe
d9b393262e changed Copyright year notice 2006-01-20 16:20:24 +02:00
Anselm R. Garbe
f3920c44dd applied Sander's wmiimenu XK_Tab patch 2006-01-19 18:29:20 +02:00
garbeam
509b6f0ca7 removed old geom syntax in all other occurences, fixed small issue in libixp2 concerning Tstat 2006-01-07 18:25:04 +02:00
garbeam
ee33e6655b fixed two nasty bugs reported by early adaptors 2005-12-21 18:28:46 +02:00
garbeam
272cba1404 indentation, changed libixp2 types 2005-12-21 17:18:11 +02:00
garbeam
7c7e43b6bf fixed issues in wmiimenu 2005-12-17 15:59:25 +02:00
garbeam
7d342c424f fixed wmiibar and wmiimenu 2005-12-17 13:10:47 +02:00
garbeam
af906b93ec finished container removal also in cmd/ 2005-12-16 20:11:44 +02:00
garbeam
0af8de3e85 changed column layout policy as follow, new column only possible if current column contains > 1 frame,
if last frame is detached, column gets detroyed
2005-12-13 17:10:22 +02:00
garbeam
c3578257f8 dynamic bar area reservation implemented, yippie 2005-12-13 02:10:28 +02:00
garbeam
9142b6a7ab changed libwmii signatures, removed win_prop, using XGetWMName instead (more modern) 2005-12-12 18:49:56 +02:00
garbeam
7475073c47 fixed occurences of various old-style named commands in man pages and source 2005-12-12 16:16:23 +02:00
garbeam
f53b8d61ef renamed all wmi* prefixed tools into wmii* prefixed ones to prevent further confusion 2005-12-12 16:08:16 +02:00