Commit Graph

103 Commits

Author SHA1 Message Date
Anselm R. Garbe
50eaf26b36 added basic BlitzInput struct 2006-06-22 11:53:05 +02:00
Anselm R. Garbe
ff0f239614 simplified BlitzBrush once again 2006-06-22 11:46:39 +02:00
Anselm R. Garbe
92b0faadc2 removed ~200 LOC due to liblitz simplification 2006-06-22 11:03:42 +02:00
Anselm R. Garbe
ec1db9e2df I think of only a BlitzBrush structure in the future, instead of all this crappy Widget/Color/Font stuff... 2006-06-21 17:28:33 +02:00
Anselm R. Garbe
4f833eb4e4 removed obsolete stuff from liblitz 2006-06-20 15:47:08 +02:00
Anselm R. Garbe
529a035b51 remove BlitzDraw from draw_client, using 4 BlitzWidget's instead (in frame), renamed draw_client into draw_frame 2006-06-19 18:26:06 +02:00
Anselm R. Garbe
a94fc7cf54 added string definitions to BlitzColor and BlitzFont, removed cmd/wm/wm.h:struct Color 2006-06-19 10:28:37 +02:00
Anselm R. Garbe
72c7d317e2 some more changes in liblitz (I need now a working wmii that I can change the Client/Bar rendering) 2006-06-17 12:47:01 +02:00
Anselm R. Garbe
942665ff64 proceeded with liblitz (several cleanups) 2006-06-17 12:36:09 +02:00
Anselm R. Garbe
514018b292 added prelim version of tile.c 2006-06-14 19:09:45 +02:00
Anselm R. Garbe
a894cc3bf5 implemented BlitzTile 2006-06-14 18:59:26 +02:00
Anselm R. Garbe
31b93e49b8 widget list is necessary after all to provide sane hooks to event-check various stuff in liblitz on text input/mouse input 2006-06-14 18:42:47 +02:00
Anselm R. Garbe
287611b1db removed various crap from liblitz, this toolkit-idea is the wrong starting point, let's first have BlitzInput and BlitzTile widgets and do the event handling in the client app first 2006-06-14 18:23:49 +02:00
Anselm R. Garbe
b18cdb0fd2 added comment to blitz.h 2006-06-13 18:28:11 +02:00
Anselm R. Garbe
f043abedc3 added widget.c 2006-06-13 18:24:08 +02:00
Anselm R. Garbe
f774e68470 removed add/rm_widget, should be done in the specific widget 2006-06-13 18:05:15 +02:00
Anselm R. Garbe
07494795c6 removing type 2006-06-13 18:00:04 +02:00
Anselm R. Garbe
1b6bf46fe6 added basic layout.c to liblitz 2006-06-13 17:27:01 +02:00
Anselm R. Garbe
d7fea5865f s/draw.c/label.c/ 2006-06-13 15:57:00 +02:00
Anselm R. Garbe
ac473e4ebd removed more crap from liblitz 2006-06-13 15:49:28 +02:00
Anselm R. Garbe
a1081f75bf added window list to Blitz 2006-06-13 15:03:46 +02:00
Anselm R. Garbe
8df05a7709 merged, and proceeded with liblitz stuff 2006-06-13 11:21:06 +02:00
Anselm R. Garbe
e3a8c8f265 s/BlitzWindow/BlitzWin/ 2006-06-13 09:55:42 +02:00
Anselm R. Garbe
14ba871977 changed blitz_create_win 2006-06-13 09:53:55 +02:00
Anselm R. Garbe
ea37c5afe7 changing liblitz to use a global Blitz context 2006-06-12 15:20:03 +02:00
Anselm R. Garbe
acdb6c4044 changed blitz_loadcolor to use Blitz type 2006-06-12 14:48:19 +02:00
Anselm R. Garbe
57b7bf74d4 moved liblitz/geometry.c to cmd/wm/geom.c 2006-06-12 13:20:30 +02:00
Anselm R. Garbe
5fd06b376c changed signatures, next step is replacing all old liblitz stuff with new interface 2006-06-12 13:13:27 +02:00
Anselm R. Garbe
e02e4d4a30 begin of liblitz refactoring 2006-06-12 13:08:09 +02:00
Anselm R. Garbe
f45bd87e8a s/Xi18n/Xmb/ global 2006-06-12 12:32:35 +02:00
Kris Maglione
2ec82df9ae Fix stupid bug thanks to keiss 2006-06-02 13:40:59 -04:00
Kris Maglione
f8d6b2ef91 Made cuadofcoord a bit more concise 2006-06-01 19:56:42 -04:00
bsdaemon
d2a9e3a860 Rewrote window snapping code 2006-05-31 02:47:07 -04:00
Anselm R. Garbe
14440bc620 falling back when special font sets are missing to XDraw (thx to bogon for reporting this issue) 2006-05-29 12:00:55 +02:00
Anselm R. Garbe
1783f73132 same with -current until iconv is used 2006-05-26 17:22:34 +02:00
Anselm R. Garbe
92e2126481 merged 2006-05-26 16:22:27 +02:00
Anselm R. Garbe
7d4f8f11cc removed unnecessary local code 2006-05-26 15:51:14 +02:00
Anselm R. Garbe
1e4b2bb061 removed crappy blitz_strtorect, added move/size commands for client ctl, cleaned up liblitz/geometry somewhat 2006-05-26 14:16:19 +02:00
Anselm R. Garbe
1ee2585062 removed focuscolors again (unnecessary bloat) 2006-05-19 20:14:06 +02:00
Anselm R. Garbe
6c39e782da improved default colors 2006-05-19 18:20:26 +02:00
Anselm R. Garbe
7324531047 added focuscolors (three color tuples now, which indicate focus and selection state) 2006-05-19 18:14:31 +02:00
Anselm R. Garbe
63cf3e7e6f disabling Xutf8* stuff 2006-05-17 11:59:59 +02:00
Anselm R. Garbe
b14a2ad536 added wmiisetsid (to prevent annoyances with broken p9p apps) 2006-05-15 01:20:24 +02:00
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