08c1a8b798- update and moved here from c/xlib/
frese
2001-12-04 10:23:51 +0000
03778abc9e+ added a second version of wait-event. See event.scm for details.
frese
2001-12-04 10:18:12 +0000
b909c2a042- fixed typos - added missing load's in some structures.
frese
2001-10-30 14:31:36 +0000
9c3925b721- elk used this file but we never did.
frese
2001-10-23 09:46:12 +0000
4de9034f71- updated for new bindings. - added threads to xlib-event structure. wait-event needs sleep.
frese
2001-10-09 15:51:33 +0000
7a7c752670- added and corrected some symbol tables.
frese
2001-10-09 15:46:21 +0000
faffbdd4ed- added finalize? argument to make-pixel, so that allocated color-cells (=pixels) are freed correctly.
frese
2001-10-09 15:45:26 +0000
fefeb73ccf- completed get-gcontext-values and change/get-window-attributes to pack/unpack all values correctly. - added copy-gcontext! and copy-gcontext - added comments.
frese
2001-10-09 15:43:55 +0000
9478e09049- make-font can now create a font from a font-id (Xfont) - added %font->fontstruct, resp. scx_Font_ID_To_Font_Struct for that. - removed gcontext-font (see gcontext.scm) - added comments.
frese
2001-10-09 15:42:26 +0000
231afe173a- added wait-event - event-args now returns an alist of the event fields.
frese
2001-10-09 15:40:01 +0000
b4fb3ffd9f- added display-select-input, resp. scx_Display_Select_Input.
frese
2001-10-09 15:33:45 +0000
bb1ee4a138- added comments and newlines.
frese
2001-10-09 15:32:54 +0000
648252ba0d- removed direct calls to scx_Create_Color - renamed save-color-cell to store-color - added store-colors, copy-colormap-and-free, respect. scx_Store_Colors, scx_Copy_Colormap - renamed alloc-named-color to query/alloc-named-color - added new alloc-named-color that can be used like alloc-color! - changed my-floor definition (color.scm) - added parse-color - updated calls to make-pixel
frese
2001-10-09 15:31:33 +0000
ac8219c0a8- fixed a memory leak in scx_Wm_Hints.
frese
2001-10-09 15:27:30 +0000
41efc382c7+ graphic: changed representations of rectangles to lists (x y width height), and points to pairs (x . y). Added some auxiliary functions for that. + text: made the format arguments optional, and default to '1-byte. + added comments.
frese
2001-10-04 12:31:44 +0000
f388edb0f1+ fixed bugs in scx_Display_Keycodes_Per_Keysym and scx_Keycode_To_Keysym. + added comments.
frese
2001-10-04 12:21:25 +0000
45c05c8475+ added new types, interface and structure for region.
frese
2001-09-25 12:56:15 +0000
5bd0685662+ added support for regions.
frese
2001-09-25 12:45:12 +0000
e7cce49d13+ Added support for visuals. + Implemented some missing routines for color control: create-colormap, alloc-color-cells, set-color-cell.
frese
2001-09-20 14:41:01 +0000
f6d39682a3fixed some typos.
frese
2001-08-29 14:54:26 +0000
780cc2f939implementation for scheme48.
frese
2001-08-29 14:54:05 +0000
3a36140b69corrected the implementation of the after-function stuff.
frese
2001-08-29 14:52:44 +0000
b0a1f88472added the error, extension, utility and grab packages. added parse-color to the colormap package.
frese
2001-08-29 14:49:31 +0000
aa1926d027made the mandatory arguments to create-gcontext (drawable) and create-window (parent width height) _really_ mandatory.
frese
2001-08-29 14:47:03 +0000
d4d7f0c759used lists for the arguments and return values of those functions that did use vectors before (if vectors were not neccessary).
frese
2001-08-22 11:49:01 +0000
d055618815added all new types and packages (font, cursor, text, property, wm, client, font-type, atom-type, cursor-type).
frese
2001-08-21 15:15:34 +0000
6c13a8812dadded all new types and packages (font, cursor, text, property, wm, client, font-type, atom-type, cursor-type).
frese
2001-08-21 15:15:03 +0000
5e0439da94changed the text-representation from vectors to lists, added delta statements, changed the internal processing and abstractions.
frese
2001-08-21 15:01:38 +0000
875610bc46fixed typos and some tiny errors.
frese
2001-08-21 14:57:08 +0000
892ed92b61changed the constructors and finalizers, so that only one finalizer is needed for each object.
frese
2001-08-21 14:51:22 +0000
f1db98896badded a discloser that shows the rgb values of the color.
frese
2001-08-21 14:46:52 +0000
b352b3d4c5Abstracted over the input of an XWindowChanges structure as an alist, to use in scx_Configure_Window as well as in scx_Reconfigure_Wm_Window (client.c).
frese
2001-08-21 08:26:54 +0000
4b314ade40Added correct memory allocation for the char and XChar2b arrays in scx_Draw_Image_Text and scx_Draw_Poly_Text. Added the scx_ prefixes.
frese
2001-08-21 08:19:02 +0000
2c8bb6981ffixed the calls to XListFonts, XListFontsWithInfo.
frese
2001-08-21 08:11:26 +0000
024abcc745Added suffix "scx_" to all imported C functions.
frese
2001-07-31 14:54:53 +0000
e691622d29added new types and files.
frese
2001-07-19 15:29:18 +0000
122b2b4397added the finalize? parameter to the constructor definitions.
frese
2001-07-19 15:21:09 +0000
2df0598273updated constructor calls to specify wheather the X-Lib Objects should be freed.
frese
2001-07-19 15:19:07 +0000
0a81d851b1updated constructor calls to specify wheather the X-Lib Objects should be freed. implemented get-motion-events.
frese
2001-07-19 15:15:31 +0000
536e355a45updated constructor-calls to specify wheather the X-Lib Objects should be freed. implemented the use of XGetGeometry.
frese
2001-07-19 15:14:29 +0000
f1d4077123added forgotten parameter to %lookup-color.
frese
2001-07-19 15:07:12 +0000
d20501c9b6First Implementation of Text Metrics
nofreude
2001-07-19 14:03:23 +0000
71fc990882Changes for scheme48 and scx
nofreude
2001-07-19 13:59:42 +0000