Commit Graph

317 Commits

Author SHA1 Message Date
frese 093edeb064 - fixed a bug in get-wm-hints. 2002-04-26 08:22:46 +00:00
nofreude 1921b30246 changed the resurce enumeration 2002-04-25 13:13:49 +00:00
mainzelm 04812d3f7a Added synchronous interface to X events. 2002-04-17 14:55:10 +00:00
mainzelm cccb9ef8ff Fixed comment. 2002-04-17 14:51:31 +00:00
nofreude 9d7832066c Enumerated types for resources and a c->scheme-resource-conversion. 2002-04-12 13:55:10 +00:00
nofreude 44d7ea81e6 First, imperfect version of the resource-conversion: scheme48<->XtResource. Some
additional work has to be done, e.g. the callback-converter code.
2002-04-12 13:22:21 +00:00
frese 963be1ec84 - updated. 2002-04-02 11:39:52 +00:00
frese 0edcaacf88 + added window-exists? predicate. 2002-04-02 11:39:10 +00:00
frese d4ea951ebf + fixed a bug in the destroy functions and finalizers. 2002-04-02 11:38:28 +00:00
frese 1bf411918c + added function to read/write properties of type WINDOW. 2002-04-02 11:36:34 +00:00
frese a72df4abd5 updated. 2002-03-17 15:54:43 +00:00
frese 8b739b7124 - create-simple-window now uses a border-width of 0.
- fixed a bug in query-tree.

- added auxiliary functions for query-tree: window-root, window-parent
  and window-children.

- added auxiliary functions for map-state: window-mapped?,
  window-viewable? and window-unviewable?
2002-03-17 15:54:09 +00:00
frese 546f0d828f - fixed a bug in get-window-attributes. 2002-03-17 15:52:03 +00:00
frese a14d2fbadf - fixed a bug in text-width. 2002-03-17 15:51:21 +00:00
frese 6bb4947c2c - fixed a bug in get-property.
- added some functions for easier access to properties: get-property,
  get-string-property, change-string-property.
2002-03-17 15:50:41 +00:00
frese 8bd6fd9c30 - fixed a bug gcontext-font. 2002-03-17 15:49:30 +00:00
frese 26c416d441 - graphic functions now all use lists and pairs as rectangle/point
arguments.
- addded some auxiliary functions for rectangles.
2002-03-17 15:49:02 +00:00
frese 351ba3e23e - fixed a bug in scx_Get_Gc_Values. 2002-03-17 15:47:09 +00:00
frese 2c91c73a18 - the xlib-internal event-queue was not respected in event-ready? and
wait-event etc.
2002-03-17 15:44:45 +00:00
frese a7ec9ccd53 - replaced the use of symbols 'none, 'parent-relative etc. by
functions that create special X-Objects. e.g. special-window:none,
  special-pixmap:copy-from-parent.

- added a discloser for windows (makes debugging easier).

- fixed bugs in gcontext-font, get-window-attributes and text-width

- added enumerated types for colormap-alloc in create-colormap and grab-mode
2002-03-17 15:41:56 +00:00
frese 84ca2f8675 + fixed some bugs.
+ added optional screen argument to some display-functions.
+ added more any-event-* functions.
+ implemented send-event.
+ updated interfaces.
2002-02-25 13:10:11 +00:00
nofreude 04ba26ee03 first implementation of the widget-functions for Scheme48 2002-02-15 14:57:54 +00:00
nofreude 0418c393dd first implementation of the record-type for widgets 2002-02-15 14:53:23 +00:00
nofreude 1cd80a8dcf First basic implementation in scheme48 2002-02-15 14:46:45 +00:00
mainzelm 2ddccd90a2 Pass command line to scsh. 2002-02-15 09:43:43 +00:00
frese 28f5ce9341 - not needed anymore. 2002-02-08 17:15:27 +00:00
frese 674a796cec - updated to new interface. 2002-02-08 17:10:45 +00:00
frese 10558fa5f0 - fixed GC_PROTECT bugs
- replaced most of symbol or symbol list arguments by enumerated types,
  enum-sets and alists of enumerated types.
- reformed event representation. Every event has it's own record-type now.
2002-02-08 17:09:43 +00:00
mainzelm 4ae0c363d4 Added make-...-alist for enumerated types. 2002-02-06 13:54:56 +00:00
frese 0c538aea77 - renamed xlib-types to xlib-internals. 2002-02-05 15:35:32 +00:00
frese 5e1e8a5501 - renamed xlib-type-*.scm to xlib-internal-*.scm 2002-02-05 15:31:23 +00:00
frese 2f1b033618 - fixed GC protection. 2002-02-04 13:40:22 +00:00
frese 8fcb56c399 - make use of an installed scsh, instead of the sources.
- using dump-scsh.
2002-02-04 12:57:11 +00:00
frese ec4311676b - using a save version of gcontext-font. 2002-02-04 12:45:25 +00:00
frese b6a026853a - fixed a bug in draw-image-text. 2002-02-04 12:44:08 +00:00
frese 40fcb8e61d - updated for new libs directory and structures, resp. the xpm package. 2002-01-28 00:23:38 +00:00
frese 72bfd523d1 - added xpm package. 2002-01-28 00:22:06 +00:00
frese 70c363f042 - implemented read-file-to-pixmap and create-pixmap-from-data. 2002-01-28 00:21:16 +00:00
frese 689134ea02 - fixed little bug in write-bitmap-file. 2002-01-28 00:17:30 +00:00
frese 7c9aac7f17 - updated to use the new enumerated types. 2002-01-06 16:54:47 +00:00
frese b4f1bcad78 - changed variable arguments and return values in set-wm-hints!,
get-wm-hints, set-wm-normal-hints!, get-wm-normal-hints,
create-gcontext, change-gcontext, get-visual-info,
change-window-attributes, get-window-attributes, configure-window,
create-window to use an enumerated type instead of symbols.
- renamed functions in xlib-client (e.g. wm-hints to get-wm-hints).
2002-01-06 16:53:13 +00:00
frese ef23f9f7c7 - added the library dl to the linker options. 2002-01-06 16:43:32 +00:00
mainzelm 20fc229b08 Error handling similar to sigevents 2001-12-19 21:37:16 +00:00
frese 625a7c2fc2 + added forgotten export of scx_Copy_Region. 2001-12-13 13:26:21 +00:00
mainzelm eb193c9fed + Let the image depend on the config files.
+ Minor clean-up.
2001-12-04 14:20:18 +00:00
mainzelm ac61d5fcef Wait on events by using the VM's select. 2001-12-04 14:18:57 +00:00
frese 9a316771fc + added more example scripts. 2001-12-04 13:49:07 +00:00
mainzelm 35cbba0dc3 Let image depend on Scheme source files. 2001-12-04 13:13:26 +00:00
mainzelm 7b96420c19 Build with scx 2001-12-04 11:16:05 +00:00
mainzelm 443719def9 Use SCXIMAGE to determine the image. 2001-12-04 11:07:47 +00:00