2009-11-12 |
Philip Chimento | Fixed stoopid bug in chimara_if_set_preferred_interpreter() |
tree | commitdiff |
2009-10-26 |
Philip Chimento | Styles should be initialized once per widget, not once... |
tree | commitdiff |
2009-10-25 |
Philip Chimento | "waiting" signal should only be sent once per input... |
tree | commitdiff |
2009-10-25 |
Philip Chimento | - Feeding input programmatically to the Glk program... |
tree | commitdiff |
2009-10-25 |
Philip Chimento | Fixed minor bug - wait for event queue condition IF... |
tree | commitdiff |
2009-10-24 |
Philip Chimento | Avoid compilation warnings |
tree | commitdiff |
2009-10-23 |
Philip Chimento | Wrote documentation for new functions |
tree | commitdiff |
2009-10-21 |
Philip Chimento | - Fixed a bug that made Nitfol crash since [130] |
tree | commitdiff |
2009-10-16 |
Marijn van Vliet | Don't use getline(), it is not supported under BSD/OSX |
tree | commitdiff |
2009-10-15 |
Marijn van Vliet | * Changing styles no longer affects existing windows |
tree | commitdiff |
2009-10-13 |
Philip Chimento | Added chimara_if_run() which, given a game file, autode... |
tree | commitdiff |
2009-10-11 |
Philip Chimento | Implemented the 'waiting' signal on the ChimaraGlk... |
tree | commitdiff |
2009-10-11 |
Philip Chimento | Added a skeleton implementation of the ChimaraIF widget... |
tree | commitdiff |
2009-10-11 |
Philip Chimento | Implemented the signals 'char-input', 'line-input'... |
tree | commitdiff |
2009-10-11 |
Philip Chimento | - Fix ignore properties |
tree | commitdiff |
2009-10-09 |
Philip Chimento | Documented the dispatch functions. Actually there will... |
tree | commitdiff |
2009-10-07 |
Philip Chimento | Fixed bug - put array unregister function after line... |
tree | commitdiff |
2009-10-07 |
Philip Chimento | Fixed bug - glk_stylehint_set doesn't loop infinitely... |
tree | commitdiff |
2009-10-07 |
Philip Chimento | Fixed bug - glk_set_window(NULL) doesn't crash anymore |
tree | commitdiff |
2009-10-07 |
Philip Chimento | Eliminated warnings in style.h |
tree | commitdiff |
2009-10-07 |
Philip Chimento | Wrote platform-dependent dispatch code |
tree | commitdiff |
2009-10-07 |
Philip Chimento | Add Glulxe and Git. They compile but don't work yet. |
tree | commitdiff |
2009-10-05 |
Philip Chimento | Added the dispatch layer headers. In order to get this... |
tree | commitdiff |
2009-10-05 |
Marijn van Vliet | Added first support for CSS files. |
tree | commitdiff |
2009-09-13 |
Philip Chimento | Some cosmetic fixes, like giving a window the focus... |
tree | commitdiff |
2009-09-13 |
Philip Chimento | Fixed bug in text grid line input that obscured a new... |
tree | commitdiff |
2009-09-13 |
Philip Chimento | Added an initialization function, which must be called... |
tree | commitdiff |
2009-09-13 |
Philip Chimento | Started using thread-private data. Multisession still... |
tree | commitdiff |
2009-09-12 |
Philip Chimento | Gestalt selector claimed we couldn't print unicode... |
tree | commitdiff |
2009-09-09 |
Philip Chimento | Moved to updated gettext and did some tweaking for... |
tree | commitdiff |
2009-06-13 |
Philip Chimento | Fixed #7 (crash when resizing windows really small) |
tree | commitdiff |
2009-06-13 |
Philip Chimento | Implemented glk_select_poll() (Fix #18) |
tree | commitdiff |
2009-06-13 |
Philip Chimento | Must export garglk_ symbols in library |
tree | commitdiff |
2009-06-09 |
Philip Chimento | Moved startup code to the Glk thread. Now Frotz works... |
tree | commitdiff |
2009-06-09 |
Philip Chimento | wrong Makefile committed in [101] |
tree | commitdiff |
2009-06-09 |
Philip Chimento | Added garglk.c and garglk.h, which is where stubs for... |
tree | commitdiff |
2009-06-08 |
Philip Chimento | Fixed crashes after automatic scroll on text buffer... |
tree | commitdiff |
2009-06-05 |
Marijn van Vliet | Added a better default font, line spacing and margins |
tree | commitdiff |
2009-06-05 |
Marijn van Vliet | Fixed crash in FreeBSD. |
tree | commitdiff |
2009-05-26 |
Philip Chimento | Made sure no internal symbols were exported; can be... |
tree | commitdiff |
2009-05-26 |
Philip Chimento | Got rid of unused variable warnings in gi_blorb.c |
tree | commitdiff |
2009-05-26 |
Philip Chimento | Edited platform-dependent part of Blorb layer to use... |
tree | commitdiff |
2009-05-26 |
Philip Chimento | Brought all the Gtk-Doc documentation up to date with... |
tree | commitdiff |
2009-05-25 |
Philip Chimento | glk_set_window(NULL) should not be allowed |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Fixing installed headers and directories |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Implemented Unix startup code, argument parsing, and... |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Hopefully solved the problem of waiting for windows... |
tree | commitdiff |
2009-05-24 |
Philip Chimento | No need to actually cancel input requests when closing... |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Implemented evtype_Arrange events, fixing #8. |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Checked for 0 window size in glk_window_move_cursor(). |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Added dummy functions glk_style_distinguish() and glk_r... |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Proportional sizes of 100% are apparently allowed too |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Implemented glk_window_set_arrangement() and glk_window... |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Added dummy glk_stylehint_clear() function |
tree | commitdiff |
2009-05-24 |
Philip Chimento | Fixed assertion in glk_stream_set_position() |
tree | commitdiff |
2009-05-23 |
Marijn van Vliet | * Added the game anchorhead to test |
tree | commitdiff |
2009-05-23 |
Philip Chimento | Set ignore properties on new directories |
tree | commitdiff |
2009-05-23 |
Philip Chimento | Separated library source code from testing code, fixing #6 |
tree | commitdiff |
|