Commit Graph

60 Commits

Author SHA1 Message Date
Anselm R. Garbe
776bd2fd2b introduced Xi18n* function macros which are substituted regarding if X_UTF8_STRING is present to Xutf8* counterparts, otherwise to Xmb* counterparts 2006-05-10 15:33:53 +02:00
Anselm R. Garbe
c8a5beaf86 improved UTF8-usage due to X_HAVE_UTF8_STRING checks 2006-05-10 13:38:01 +02:00
Anselm R. Garbe
b816a09ffc removed strcmp in font.c 2006-05-01 23:35:20 +02:00
Anselm R. Garbe
d18d7c66f8 checking locale now in blitz_loadfont (prevents ugly artefacts) 2006-05-01 23:32:04 +02:00
Anselm R. Garbe
e204c6f5eb made Xmb active again 2006-04-27 14:18:54 +02:00
Anselm R. Garbe
94a12749cb patch for Benderunit to check UTF8 issues 2006-04-27 13:40:26 +02:00
Anselm R. Garbe
6e1e231588 implemented sloppy focus changes as described at wmii@wmii.de to Sander, implemented ClientFocus event in /event, implemented client/index file (yesterday I decided to do it before wmii-3) 2006-04-26 08:59:55 +02:00
Anselm R. Garbe
feafe7bda6 added DenisG proposal to font.c, now really offline 2006-04-25 19:19:42 +02:00
Anselm R. Garbe
c46e7e5b62 proceeded with better name property rendering 2006-04-25 13:33:30 +02:00
Anselm R. Garbe
4bfb45faa5 fixed geom file writes in frames of columns 2006-04-24 17:53:48 +02:00
Anselm R. Garbe
970e0d1fe5 added Xutf8 stuff again, needs polishing 2006-04-24 01:01:49 +02:00
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
4beb05d262 removed Xutf8 crap, that is totally braindamaged what 'those X morns' have designed 2006-04-23 22:33:09 +02:00
Anselm R. Garbe
481c0f1b12 made Xutf8DrawString usage less error-prone 2006-04-23 21:34:07 +02:00
Anselm R. Garbe
956b52bb2a implemented Xutf8DrawString behavior 2006-04-23 20:39:58 +02:00
Anselm R. Garbe
445976869e polished liblitz, now going to support XFontSets 2006-04-23 20:00:47 +02:00
Anselm R. Garbe
69ddb68f00 made cmd/wm code more concise 2006-04-12 10:44:07 +02:00
Anselm R. Garbe
41f9a57ba6 prepared cext_array_* removal in libixp 2006-04-03 15:52:05 +02:00
Anthony Martin
8dc468316b cleaned up formatting in libcext, liblitz 2006-03-23 02:34:00 -08:00
Anselm R. Garbe
ae9064ab09 fixed comment in geometry.c 2006-03-13 18:34:32 +01:00
Anselm R. Garbe
72029737b5 removed meters (they have too limited use) 2006-03-10 18:35:00 +01:00
Anselm R. Garbe
a01daeff2d removed icon stuff after tagging 2006-03-10 18:27:34 +01: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
Georg Neis
95b53743de Makefiles: rename lib targets to avoid forced recreation of archives 2006-03-08 23:34:47 +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
Anselm R. Garbe
009bb66702 forward-port of Tobias Ulmers patch 2006-02-20 09:44:20 +01:00
Anselm R. Garbe
922e04ebc3 implemented kb driven client select 2006-02-14 12:06:16 +01:00
Anselm R. Garbe
6ce19c3999 changed default colors 2006-02-10 22:33:46 +01:00
Anselm R. Garbe
f767ebcca8 removed various unused crap 2006-02-10 21:08:58 +01:00
Anselm R. Garbe
ec2a8770dd fix of fix 2006-02-10 20:20:29 +01:00
Anselm R. Garbe
5998c8624b made bright color scheme 2006-02-10 19:29:40 +01:00
Anselm R. Garbe
13a12b6a7d removed several files, merged wm and wmiikeys 2006-02-09 19:40:12 +01:00
Anselm R. Garbe
f4ae196807 proceeded with wmiifs, still just experimenting 2006-02-07 00:32:57 +01:00
Anselm R. Garbe
09d3389d95 small change in blitz 2006-02-06 18:49:47 +01:00
Anselm R. Garbe
1ea6fb3118 fixed open wmiibar issues, now test wmiibar 2006-02-06 09:08:05 +02:00
Anselm R. Garbe
96597b39ca changed constants in blitz.h 2006-02-05 15:01:34 +02:00
Anselm R. Garbe
e591184bd2 tinted default colors more blueish 2006-02-05 14:45:16 +02:00
Anselm R. Garbe
eab6580a89 changed colors to be like in wmii-2, enabled increment handling, fixed Button2+ isues on focus 2006-02-04 20:55:37 +02:00
Anselm R. Garbe
d2d5cae82c fixed wrong color rendering 2006-02-02 21:36:10 +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
Anselm R. Garbe
3215520af3 C -> Control, M1 -> Mod1|Alt, M2 -> Mod2, ..., M5 -> Mod5, S -> Shift now 2006-02-01 22:22:55 +02:00
Anselm R. Garbe
0da5866018 small change in liblitz: WIN -> M4, M -> M1 now, M[1-5] can be bound to arbirary keys 2006-02-01 21:56:02 +02:00
Anselm R. Garbe
1824dd8d67 adding new colordefs to blitz 2006-01-29 01:58:31 +02:00
Anselm R. Garbe
0d7e1639cb simplifications to bar2 2006-01-27 18:44:05 +02:00
Anselm R. Garbe
d9b393262e changed Copyright year notice 2006-01-20 16:20:24 +02:00
Anselm R. Garbe
8b20e63cd8 forget some other occurences 2006-01-19 19:43:48 +02:00
garbeam
a197963ea9 changed geometry syntax from 'x,y,dx,dy' to 'x y dx dy' 2006-01-04 17:46:32 +02:00
garbeam
7d76910f15 fixed several serious issues in ixp2 to work with Plan 9 9P 2006-01-04 17:23:09 +02:00
garbeam
65917ff9a8 added small strtorect fix 2005-12-21 16:03:57 +02:00
garbeam
9c467cb612 fixed str_to_rect to prevent negative frame resizals 2005-12-21 15:48:01 +02:00