mit-scheme.git
2011-10-07 Matt BirkholzFixed one of resizer's width limits.
2011-10-07 Matt BirkholzLimit how small the fix-resizer will make its siblings.
2011-10-06 Matt BirkholzFixed the demo so the spinner thread will end.
2011-10-06 Matt BirkholzFixed the resizer to shrink/swell "before" and "after...
2011-10-05 Matt BirkholzUse fix-resizer-stack-vertical? to orient pointer.
2011-09-30 Matt BirkholzFixed a fix-resizer's verticality heuristic.
2011-09-30 Matt BirkholzInitialize the size of a <fix-widget>.
2011-09-30 Matt BirkholzDo not require a resizee for make-fix-resizer.
2011-09-30 Matt BirkholzAllow fix-resizer-resizee to be any gtk-widget.
2011-09-23 Matt BirkholzSIGIOT is a trap, not an async. interrupt.
2011-09-23 Matt BirkholzMerge branch 'master' into Gtk
2011-09-23 Matt BirkholzFinished <fix-resizer> so that it resizes its resizee.
2011-09-23 Matt BirkholzAdded set-fix-widget-enter/leave-notify-handler!, ...
2011-09-22 Matt BirkholzFactor event handling out of <gtk-layout>, into <gtk...
2011-09-22 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-09-22 Joe MarshallDon't call OS_free_pages after GC flip. We don't resiz...
2011-09-22 Matt BirkholzAdded <fix-resizer>: draw a resize handle in an h/vbox.
2011-09-22 Matt BirkholzFixed <fix-widget> init. Free colors upon destruction.
2011-09-22 Matt BirkholzFactored out <fix-widget>, the GdkWindow handling in...
2011-09-19 Matt BirkholzMerge branch 'master' into Gtk
2011-09-19 Matt BirkholzAssigning copyrights to MIT.
2011-09-18 Matt BirkholzFixed gtk-window-set-geometry-hints.
2011-09-16 Matt BirkholzMerge branch 'master' into Gtk
2011-09-16 Matt BirkholzSimplify silly %trace syntaxers.
2011-09-16 Matt BirkholzTurn on checking for a clean gtk-unx.crf report.
2011-09-16 Matt BirkholzPropagate destroy through <gtk-container>. Use it...
2011-09-16 Matt BirkholzRemoved useless thunkification in %trace. IF is suffic...
2011-09-16 Matt BirkholzGtk-box-pack-end and gtk-scrolled-window-set-placement...
2011-09-05 Matt BirkholzJust warn if "DISPLAY not set". Added gtk-thread-running?.
2011-09-05 Matt BirkholzReplaced only er-macro- with an rsc-... can't decide.
2011-09-05 Matt BirkholzFixed calls to bitwise-ior using new, variadic bit...
2011-08-27 Arthur A. GlecklerFixed typos in the reference manual in warnings about...
2011-08-26 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzMerge remote-tracking branch 'origin/master' into Gtk
2011-08-19 Matt BirkholzFixed close-in/output-buffer to apply source/sink close...
2011-08-19 Matt BirkholzFixed g_mount_operation_set_anonymous declaration.
2011-08-19 Matt BirkholzTypo.
2011-08-19 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzFixed a last-minute copy/yank.
2011-08-19 Matt BirkholzPunt test-gtk; it currently requires a DISPLAY.
2011-08-19 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzAdded thread-queues (aka mailboxes).
2011-08-19 Matt BirkholzRemoved unused parameter to lookup-enum-value.
2011-08-19 Matt BirkholzMinimized diffs between master and Gtk.
2011-08-19 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-19 Matt BirkholzAdded c-peek-bytes, c-poke-bytes.
2011-08-19 Matt BirkholzMoved outf-console to -error (stderr); fiddled FFI...
2011-08-19 Matt Birkholzc-peek-cstringp: Return () when the char* is NULL.
2011-08-18 Matt BirkholzMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-08-18 Matt BirkholzWarn, not die, when a callback or constant is undefined.
2011-08-18 Matt BirkholzInsert const AFTER qualified type, to qualify pointers.
2011-08-18 Matt BirkholzAllow ../../ in .cdecl include statements.
2011-08-18 Matt BirkholzAdded prompt-for-string and call-with-pass-phrase.
2011-08-17 Matt BirkholzMerge remote-tracking branch 'origin/master' into Gtk
2011-08-17 Matt BirkholzDid not need the signal-name argument for g-signal...
2011-08-17 Matt BirkholzSupport GFile mounts that need a username and password.
2011-08-17 Matt BirkholzAdded missing gc-cleanup for <g-mount-operation>s.
2011-08-17 Matt BirkholzUse map! where possible, and e.g. bitwise-ior vs. bitst...
2011-08-17 Matt BirkholzAdded prompt-for-string and call-with-pass-phrase.
2011-08-16 Matt BirkholzWarn of undefined C-enum constants; do not error.
2011-08-16 Matt BirkholzOutf-console is now outf-error, writing to stderr.
2011-08-13 Joe MarshallWiden text columns for printing GC statistics.
2011-08-13 Joe MarshallResolve merge conflict.
2011-08-12 Matt BirkholzFactored gfile-close out of -stream-close and -enumerat...
2011-08-12 Matt BirkholzFactored gfile-open out of gfile-query-info.
2011-08-12 Matt BirkholzPunt 64bit GFile attributes and the gint64 type.
2011-08-12 Matt BirkholzFactored gfile-open out of -read, -open-write and ...
2011-08-11 Matt BirkholzAdded global export gdirectory-read.
2011-08-11 Matt BirkholzMount GFiles as necessary, assuming no password is...
2011-08-11 Matt BirkholzG-signal-connect now has an optional signal-name parameter.
2011-08-11 Matt BirkholzC-peek-cstringp! now returns () at NULL on end of a...
2011-08-11 Matt BirkholzWarn, not die, if a callback is undefined.
2011-08-09 Matt BirkholzWrote analyze-file, for logs with these performance...
2011-08-03 Joe MarshallAdd an include to remove a warning.
2011-08-02 Matt BirkholzPunt the tty-get/set-interrupt-chars primitives.
2011-07-31 Matt BirkholzPunt HAVE_SIGACTION_SIGINFO_SIGNALS.
2011-07-31 Taylor R CampbellFix call to COMBINATION/MAKE in sf/reduct.scm.
2011-07-31 Matt BirkholzSignal handlers can now make scheme_source runnable.
2011-07-31 Taylor R CampbellInclude osscheme.h in flonum.c for error_unimplemented_...
2011-07-31 Taylor R CampbellFix {REDUCE,REPLACE}-OPERATOR declaration after jrm...
2011-07-28 Matt BirkholzAbbreviate option loading-messages.
2011-07-28 Matt BirkholzFactored out a <gio> class.
2011-07-28 Matt Birkholz(integrate-external "string")
2011-07-27 Matt BirkholzAvoid reading e.g. ../../src/runtime/.#genio.scm.
2011-07-27 Matt BirkholzUse for-each iota; punt dotimes.
2011-07-27 Matt Birkholztypo in last commit
2011-07-27 Matt BirkholzAdded test-gtk, test-gfile-operations.scm.
2011-07-27 Matt BirkholzWrapped GFileInfo, GFileEnumerator.
2011-07-24 Matt BirkholzSplit port and gport tests into separate procedures.
2011-07-24 Matt BirkholzForward async signals to the scheme_thread.
2011-07-21 Matt BirkholzUndo genio hack: external-string buffers.
2011-07-21 Matt Birkholzg_malloc0 nulls GError*s so a GC-cleanup will not free...
2011-07-21 Matt BirkholzFixed GError GC-cleanup, again.
2011-07-20 Matt BirkholzRename central function per new file name.
2011-07-20 Matt BirkholzFixed GError GC-cleanup.
2011-07-20 Matt BirkholzReformat tracing; avoid hashing objects to be GC-cleaned.
2011-07-20 Matt BirkholzRemoved second appearance of "compiler" in SUBDIRS.
2011-07-20 Matt BirkholzUse gdk_window_process_all_updates; keep animations...
2011-07-20 Matt BirkholzTimeout -1 is forever. Turn off thread timer in toolkit.
2011-07-20 Matt BirkholzUse trace() for less obtrusive tracing.
next