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  
				
					
						
							
							
								 
						
							
								20fc229b08 
								
							 
						 
						
							
							
								
								Error handling similar to sigevents  
							
							
							
						 
						
							2001-12-19 21:37:16 +00:00  
				
					
						
							
							
								 
						
							
								ac61d5fcef 
								
							 
						 
						
							
							
								
								Wait on events by using the VM's select.  
							
							
							
						 
						
							2001-12-04 14:18:57 +00:00  
				
					
						
							
							
								 
						
							
								9a316771fc 
								
							 
						 
						
							
							
								
								+ added more example scripts.  
							
							
							
						 
						
							2001-12-04 13:49:07 +00:00  
				
					
						
							
							
								 
						
							
								7b96420c19 
								
							 
						 
						
							
							
								
								Build with scx  
							
							
							
						 
						
							2001-12-04 11:16:05 +00:00  
				
					
						
							
							
								 
						
							
								6a225d755a 
								
							 
						 
						
							
							
								
								- basic "Hello World" example.  
							
							
							
						 
						
							2001-12-04 10:24:59 +00:00  
				
					
						
							
							
								 
						
							
								03778abc9e 
								
							 
						 
						
							
							
								
								+ added a second version of wait-event. See event.scm for details.  
							
							
							
						 
						
							2001-12-04 10:18:12 +00:00  
				
					
						
							
							
								 
						
							
								b909c2a042 
								
							 
						 
						
							
							
								
								- fixed typos  
							
							... 
							
							
							
							- added missing load's in some structures. 
							
						 
						
							2001-10-30 14:31:36 +00:00  
				
					
						
							
							
								 
						
							
								4de9034f71 
								
							 
						 
						
							
							
								
								- updated for new bindings.  
							
							... 
							
							
							
							- added threads to xlib-event structure. wait-event needs sleep. 
							
						 
						
							2001-10-09 15:51:33 +00:00  
				
					
						
							
							
								 
						
							
								faffbdd4ed 
								
							 
						 
						
							
							
								
								- added finalize? argument to make-pixel, so that allocated  
							
							... 
							
							
							
							color-cells (=pixels) are freed correctly. 
							
						 
						
							2001-10-09 15:45:26 +00:00  
				
					
						
							
							
								 
						
							
								fefeb73ccf 
								
							 
						 
						
							
							
								
								- completed get-gcontext-values and change/get-window-attributes to  
							
							... 
							
							
							
							pack/unpack all values correctly.
- added copy-gcontext! and copy-gcontext
- added comments. 
							
						 
						
							2001-10-09 15:43:55 +00:00  
				
					
						
							
							
								 
						
							
								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. 
							
						 
						
							2001-10-09 15:42:26 +00:00  
				
					
						
							
							
								 
						
							
								231afe173a 
								
							 
						 
						
							
							
								
								- added wait-event  
							
							... 
							
							
							
							- event-args now returns an alist of the event fields. 
							
						 
						
							2001-10-09 15:40:01 +00:00  
				
					
						
							
							
								 
						
							
								b4fb3ffd9f 
								
							 
						 
						
							
							
								
								- added display-select-input, resp. scx_Display_Select_Input.  
							
							
							
						 
						
							2001-10-09 15:33:45 +00:00  
				
					
						
							
							
								 
						
							
								bb1ee4a138 
								
							 
						 
						
							
							
								
								- added comments and newlines.  
							
							
							
						 
						
							2001-10-09 15:32:54 +00:00  
				
					
						
							
							
								 
						
							
								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 
							
						 
						
							2001-10-09 15:31:33 +00:00  
				
					
						
							
							
								 
						
							
								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. 
							
						 
						
							2001-10-04 12:31:44 +00:00  
				
					
						
							
							
								 
						
							
								f388edb0f1 
								
							 
						 
						
							
							
								
								+ fixed bugs in scx_Display_Keycodes_Per_Keysym and  
							
							... 
							
							
							
							scx_Keycode_To_Keysym.
+ added comments. 
							
						 
						
							2001-10-04 12:21:25 +00:00  
				
					
						
							
							
								 
						
							
								45c05c8475 
								
							 
						 
						
							
							
								
								+ added new types, interface and structure for region.  
							
							
							
						 
						
							2001-09-25 12:56:15 +00:00  
				
					
						
							
							
								 
						
							
								5bd0685662 
								
							 
						 
						
							
							
								
								+ added support for regions.  
							
							
							
						 
						
							2001-09-25 12:45:12 +00:00  
				
					
						
							
							
								 
						
							
								e7cce49d13 
								
							 
						 
						
							
							
								
								+ Added support for visuals.  
							
							... 
							
							
							
							+ Implemented some missing routines for color control:
create-colormap, alloc-color-cells, set-color-cell. 
							
						 
						
							2001-09-20 14:41:01 +00:00  
				
					
						
							
							
								 
						
							
								3a36140b69 
								
							 
						 
						
							
							
								
								corrected the implementation of the after-function stuff.  
							
							
							
						 
						
							2001-08-29 14:52:44 +00:00  
				
					
						
							
							
								 
						
							
								b0a1f88472 
								
							 
						 
						
							
							
								
								added the error, extension, utility and grab packages. added  
							
							... 
							
							
							
							parse-color to the colormap package. 
							
						 
						
							2001-08-29 14:49:31 +00:00  
				
					
						
							
							
								 
						
							
								aa1926d027 
								
							 
						 
						
							
							
								
								made the mandatory arguments to create-gcontext (drawable) and  
							
							... 
							
							
							
							create-window (parent width height) _really_ mandatory. 
							
						 
						
							2001-08-29 14:47:03 +00:00  
				
					
						
							
							
								 
						
							
								fd66d0396b 
								
							 
						 
						
							
							
								
								new implementations.  
							
							
							
						 
						
							2001-08-29 14:44:15 +00:00  
				
					
						
							
							
								 
						
							
								c72bd59c42 
								
							 
						 
						
							
							
								
								fixed some bugs and typos.  
							
							
							
						 
						
							2001-08-29 14:43:49 +00:00  
				
					
						
							
							
								 
						
							
								6162bf3dec 
								
							 
						 
						
							
							
								
								first implementation  
							
							
							
						 
						
							2001-08-28 14:45:09 +00:00  
				
					
						
							
							
								 
						
							
								415d3c638c 
								
							 
						 
						
							
							
								
								added the parse-color Function.:  
							
							
							
						 
						
							2001-08-22 14:53:08 +00:00  
				
					
						
							
							
								 
						
							
								814296eb3d 
								
							 
						 
						
							
							
								
								First implementation  
							
							
							
						 
						
							2001-08-22 12:06:41 +00:00  
				
					
						
							
							
								 
						
							
								9e1bddd658 
								
							 
						 
						
							
							
								
								added the key package.  
							
							
							
						 
						
							2001-08-22 11:51:35 +00:00  
				
					
						
							
							
								 
						
							
								04a91a751e 
								
							 
						 
						
							
							
								
								first implementation.  
							
							
							
						 
						
							2001-08-22 11:50:05 +00:00  
				
					
						
							
							
								 
						
							
								d4d7f0c759 
								
							 
						 
						
							
							
								
								used lists for the arguments and return values of those functions that did use  
							
							... 
							
							
							
							vectors before (if vectors were not neccessary). 
							
						 
						
							2001-08-22 11:49:01 +00:00  
				
					
						
							
							
								 
						
							
								d055618815 
								
							 
						 
						
							
							
								
								added all new types and packages (font, cursor, text, property, wm,  
							
							... 
							
							
							
							client, font-type, atom-type, cursor-type). 
							
						 
						
							2001-08-21 15:15:34 +00:00  
				
					
						
							
							
								 
						
							
								6c13a8812d 
								
							 
						 
						
							
							
								
								added all new types and packages (font, cursor, text, property, wm, client, font-type, atom-type, cursor-type).  
							
							
							
						 
						
							2001-08-21 15:15:03 +00:00  
				
					
						
							
							
								 
						
							
								5e0439da94 
								
							 
						 
						
							
							
								
								changed the text-representation from vectors to lists, added delta  
							
							... 
							
							
							
							statements, changed the internal processing and abstractions. 
							
						 
						
							2001-08-21 15:01:38 +00:00  
				
					
						
							
							
								 
						
							
								875610bc46 
								
							 
						 
						
							
							
								
								fixed typos and some tiny errors.  
							
							
							
						 
						
							2001-08-21 14:57:08 +00:00  
				
					
						
							
							
								 
						
							
								892ed92b61 
								
							 
						 
						
							
							
								
								changed the constructors and finalizers, so that only one finalizer is  
							
							... 
							
							
							
							needed for each object. 
							
						 
						
							2001-08-21 14:51:22 +00:00  
				
					
						
							
							
								 
						
							
								f1db98896b 
								
							 
						 
						
							
							
								
								added a discloser that shows the rgb values of the color.  
							
							
							
						 
						
							2001-08-21 14:46:52 +00:00  
				
					
						
							
							
								 
						
							
								4eb658e8a9 
								
							 
						 
						
							
							
								
								first implementation.  
							
							
							
						 
						
							2001-08-21 14:45:32 +00:00  
				
					
						
							
							
								 
						
							
								024abcc745 
								
							 
						 
						
							
							
								
								Added suffix "scx_" to all imported C functions.  
							
							
							
						 
						
							2001-07-31 14:54:53 +00:00  
				
					
						
							
							
								 
						
							
								158a0d2c5e 
								
							 
						 
						
							
							
								
								added windowmanager functions.  
							
							
							
						 
						
							2001-07-31 14:53:49 +00:00  
				
					
						
							
							
								 
						
							
								68ded3c442 
								
							 
						 
						
							
							
								
								added support for the cursor functions.  
							
							
							
						 
						
							2001-07-30 14:45:24 +00:00  
				
					
						
							
							
								 
						
							
								1e1cac1d34 
								
							 
						 
						
							
							
								
								fixed typos and forgotten parameters etc. fixed display-after-function.  
							
							
							
						 
						
							2001-07-30 14:43:22 +00:00  
				
					
						
							
							
								 
						
							
								cf6bc39491 
								
							 
						 
						
							
							
								
								updated functions to pass/receive vectors not lists from the c-routines.  
							
							
							
						 
						
							2001-07-30 14:39:14 +00:00  
				
					
						
							
							
								 
						
							
								40f33cd2f3 
								
							 
						 
						
							
							
								
								changed integer-table into byte-vector-table. fixed color-list-find.  
							
							
							
						 
						
							2001-07-30 14:27:35 +00:00  
				
					
						
							
							
								 
						
							
								122b2b4397 
								
							 
						 
						
							
							
								
								added the finalize? parameter to the constructor definitions.  
							
							
							
						 
						
							2001-07-19 15:21:09 +00:00  
				
					
						
							
							
								 
						
							
								2df0598273 
								
							 
						 
						
							
							
								
								updated constructor calls to specify wheather the X-Lib Objects  
							
							... 
							
							
							
							should be freed. 
							
						 
						
							2001-07-19 15:19:07 +00:00  
				
					
						
							
							
								 
						
							
								0a81d851b1 
								
							 
						 
						
							
							
								
								updated constructor calls to specify wheather the X-Lib Objects  
							
							... 
							
							
							
							should be freed. implemented get-motion-events. 
							
						 
						
							2001-07-19 15:15:31 +00:00  
				
					
						
							
							
								 
						
							
								536e355a45 
								
							 
						 
						
							
							
								
								updated constructor-calls to specify wheather the X-Lib Objects  
							
							... 
							
							
							
							should be freed. implemented the use of XGetGeometry. 
							
						 
						
							2001-07-19 15:14:29 +00:00  
				
					
						
							
							
								 
						
							
								f1d4077123 
								
							 
						 
						
							
							
								
								added forgotten parameter to %lookup-color.  
							
							
							
						 
						
							2001-07-19 15:07:12 +00:00