0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now using 3 argument AC_DEFINE More... almost 17 years ago
Use 3 argument AC_DEFINE instead of acinclude.h More... almost 17 years ago
Include <math.h> for prototype for pow() More... over 17 years ago
Comment out gtkhelper for now. More... over 17 years ago
Comment out gtkhelper for now. More... over 17 years ago
Now builds .x files first. More... over 17 years ago
Updated version number More... over 17 years ago
First cut at converting C only extensions to C + Scheme modules More... over 17 years ago
Use <libguile.h> instead of <guile/gh.h> Don't use #ifndef SCM_MAGIC_SNARFER More... over 17 years ago
Use winlist-menu instead of winlist More... over 17 years ago
Escape backslashes More... over 17 years ago
Just comment out some things for now. Gnome support will wait for later. More... over 17 years ago
Use scm_object_to_string() instead of scm_strprint_obj() Use scm_std_select() instead of scm_internal_select() Use scm_is_eq() instead of == when comparing SCM's More... over 17 years ago
Now use scm_c_with_continuation_barrier instead of huge knowledge of guile internals. More... over 17 years ago
Use scm_is_eq() instead of == when comparing SCM's Use new smob snarf macros Use scm_gc_malloc() instead of NEW() Use scm_t_bits instead of long Use scm_gc_free() instead of FREE() Use <liibguile.h> instead of <guile/gh.h> Use !scm_is_false() instead of NFALSEP() More... over 17 years ago
Use scm_is_eq() instead of == when comparing symbols. More... over 17 years ago
Use new smob snarf macros. More... over 17 years ago
Use scm_t_bits instead of long. More... over 17 years ago
Added background.scm More... about 18 years ago
Massive update. Basically bringing scwm upto date with Guile 1.8.0 More... about 18 years ago
* visibility-reporter.scm: Updated the print out procedures to take the additional argument now required by the hooks. More... over 21 years ago
Various formatting improvements and some comment improvements. More... over 21 years ago
* events.c: Added to hack of key bindings so that it is possible to bind a keycode that lacks a corresponding keysym. Various formatting improvements. More... over 21 years ago
* test-case.scm: Made test-case display the title of the test that failed when a test fails. More... over 21 years ago
* property-respond.scm: Made 'handle-flash-property' work when the color is not specified. Added comment to property-responses. Added 'property-changed-debug' to hooks inserted by 'start-property-respond' to be consistent with 'stop-property-respond'. Improved docs for 'start-property-respond' and 'stop-property-respond'. Improved code formatting. More... almost 22 years ago
In scheme: * quote.scm: 'quote-key-event', 'quote-mouse-event' added test to see if we even have a passive grab on this event before ungrabbing and regrabbing which caused it to be grabbed in the end when it wasn't before. Added BROKEN doc about quote events which have been grabbed via the context 'all. The problem is that the C code for 'undo-passive-grab' assumes the grab was done on the client window but grabs for context 'all are done on the root window. This doesn't work so well and then the 'redo-passive-grab' ends up installing a passive grab on the client windows as well, very annoying. Not enough info available to fix at the scheme level. Need to fix the API to the C stuff to fix this. More... almost 22 years ago
* synth-events.scm: Added commentary to doc noting that the synthetic events sent are ignored by some applications. More... about 22 years ago
* modifier-key-bindings.scm: Improved docs. Noted that the proc-release option for the key bindings is broken due to some problem in the C stuff. Modified 'unbind-two-modifier-key-events' to have the same arguments as all the other unbind functions in this file. More... about 22 years ago
* style.scm: #:PPosition-hint tested so FIXME for testing removed. More... about 22 years ago
In scheme/: * style.scm: Added missing :use-module for listops. Tested #:hint-override, #:mwm-decor-hint, #:lenience and thus remove FIXMEs asking for testing. Added FIXME about #:hint-override being broken for overriding border hint. More... about 22 years ago