mit-scheme.git
2011-10-10 Matt BirkholzAdded imail.
2011-10-10 Matt BirkholzFixed portable C support.
2011-10-07 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-10-07 Matt BirkholzFixed one of resizer's width limits.
2011-10-07 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-10-07 Matt BirkholzLimit how small the fix-resizer will make its siblings.
2011-10-06 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-10-06 Matt BirkholzFixed the demo so the spinner thread will end.
2011-10-06 Matt BirkholzChain up fix-resizers via their new "before" and "after...
2011-10-06 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-10-06 Matt BirkholzFixed the resizer to shrink/swell "before" and "after...
2011-10-05 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-10-05 Matt BirkholzUse fix-resizer-stack-vertical? to orient pointer.
2011-10-05 Matt BirkholzFixed cursor update by being less "clever".
2011-09-30 Matt BirkholzAdded a fix-resizer between horizontal siblings.
2011-09-30 Matt BirkholzGtk changes: new <fix-widget> factored from <fix-layout>.
2011-09-30 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
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-24 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
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-20 Matt BirkholzFixed gtk-object-destroy-callback for <text-widget>s.
2011-09-19 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-09-19 Matt BirkholzMerge branch 'master' into Gtk
2011-09-19 Matt BirkholzAssigning copyrights to MIT.
2011-09-18 Matt BirkholzFixed resizing to small sizes. Added parse-geometry.
2011-09-18 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-09-18 Matt BirkholzFixed gtk-window-set-geometry-hints.
2011-09-16 Matt BirkholzFixed import missing from 97ed8fa.
2011-09-16 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
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-16 Matt BirkholzFixed incomplete patch 966a370.
2011-09-16 Matt BirkholzWidth of a vertical combo. is the MAXimum of all subwin...
2011-09-16 Matt BirkholzTake greater care with clear-cached-pango-layout.
2011-09-16 Matt BirkholzPull update-name and update-widget-buffer into update...
2011-09-16 Matt BirkholzRe-use PangoLayouts cached for destroyed text-widgets.
2011-09-16 Matt BirkholzGet the subwindows in order; window-inferiors is random.
2011-09-16 Matt BirkholzFiddled comments, tracing. "typein buffer" replaced...
2011-09-14 Matt BirkholzFixed typo in HEAD^^^ -- commit 68d3ea4.
2011-09-14 Matt BirkholzMoved scrollbars to top-right.
2011-09-14 Matt BirkholzScreen-visibility can be DELETED.
2011-09-14 Matt BirkholzInvalidate drawings when not updated per change regions.
2011-09-14 Matt BirkholzPunted ignore-change-region; added buffer-drawing-updat...
2011-09-14 Matt BirkholzUpdate-modeline after scrolling.
2011-09-14 Matt BirkholzMoved in-update? flag from <tty-screen> to <screen>.
2011-09-14 Matt BirkholzSmarter %trace syntax transformers. Fiddled some trace...
2011-09-11 Matt BirkholzAdded update-sizes, run by set-screen-size input event.
2011-09-07 Matt BirkholzRewrote update-widgets' re-size! procedure to use x...
2011-09-07 Matt BirkholzPut update-window inside ignore-change-region.
2011-09-07 Matt BirkholzImplemented Edwin's scrolling commands on <gtk-screen>s.
2011-09-06 Matt BirkholzPass the text-widget to update-modeline, update-cursor...
2011-09-06 Matt BirkholzReversed update-screen-window!'s handling of update...
2011-09-06 Matt BirkholzUse gtk-thread-running? and fix:quotient. Reindent...
2011-09-06 Matt BirkholzUse outf-error, previously called outf-console.
2011-09-05 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
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 branch 'Gtk' into Gtk-Screen
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 BirkholzMerge branch 'Gtk' into Gtk-Screen
2011-08-19 Matt BirkholzFixed g_mount_operation_set_anonymous declaration.
2011-08-19 Matt BirkholzMerge branch 'Gtk' into Gtk-Screen
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 BirkholzMerge branch 'Gtk' into Gtk-Screen
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.
next