2009-10-24 |
fliep | Avoid compilation warnings |
commit | commitdiff | tree | snapshot |
2009-10-23 |
fliep | Wrote documentation for new functions |
commit | commitdiff | tree | snapshot |
2009-10-21 |
fliep | - Fixed a bug that made Nitfol crash since [130] |
commit | commitdiff | tree | snapshot |
2009-10-16 |
rodin | Don't use getline(), it is not supported under BSD/OSX |
commit | commitdiff | tree | snapshot |
2009-10-15 |
rodin | Better default width. Anchorhead looks beautiful now. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
rodin | * Changing styles no longer affects existing windows |
commit | commitdiff | tree | snapshot |
2009-10-13 |
fliep | Added chimara_if_run() which, given a game file, autode... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
fliep | Implemented the 'waiting' signal on the ChimaraGlk... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
fliep | Added a skeleton implementation of the ChimaraIF widget... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
fliep | Implemented the signals 'char-input', 'line-input'... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
fliep | Fixed bug - Function keys not detected in multiwin... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
fliep | - Fix ignore properties |
commit | commitdiff | tree | snapshot |
2009-10-09 |
fliep | Documented the dispatch functions. Actually there will... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Applied patches to Git interpreter from Gargoyle source... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Fixed bug - put array unregister function after line... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Fixed bug - glk_stylehint_set doesn't loop infinitely... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Fixed bug - glk_set_window(NULL) doesn't crash anymore |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Eliminated warnings in style.h |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Glulxe and Git now work with the included game Photopia... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Wrote platform-dependent dispatch code |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Set ignore properties |
commit | commitdiff | tree | snapshot |
2009-10-07 |
fliep | Add Glulxe and Git. They compile but don't work yet. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
fliep | Added the dispatch layer headers. In order to get this... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
rodin | Added first support for CSS files. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
fliep | Use '-f' instead of '--file' to be more accommodating... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
fliep | Some cosmetic fixes, like giving a window the focus... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
fliep | Fixed bug in text grid line input that obscured a new... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
fliep | Added an initialization function, which must be called... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
fliep | Started using thread-private data. Multisession still... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
fliep | Gestalt selector claimed we couldn't print unicode... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
fliep | Added a test program which runs two ChimaraGlk widgets... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
fliep | Unref UI manager when done |
commit | commitdiff | tree | snapshot |
2009-09-11 |
fliep | Forgot to add chimara.ui |
commit | commitdiff | tree | snapshot |
2009-09-11 |
fliep | Fixed ignore properties |
commit | commitdiff | tree | snapshot |
2009-09-11 |
fliep | Update the interface definition to use the new version... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
fliep | Tweak to avoid warnings in frotz |
commit | commitdiff | tree | snapshot |
2009-09-10 |
fliep | Inspired by #17, compared our Nitfol source to the... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
fliep | Fixed ignore properties |
commit | commitdiff | tree | snapshot |
2009-09-09 |
fliep | Edited includes to finish fixing #17 |
commit | commitdiff | tree | snapshot |
2009-09-09 |
fliep | Played around with nitfol build process, adding rules... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
fliep | Fixed warning in model.c |
commit | commitdiff | tree | snapshot |
2009-09-09 |
fliep | Moved to updated gettext and did some tweaking for... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
fliep | Added AM_SILENT_RULES option to configure, so you can... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
fliep | Fixed #7 (crash when resizing windows really small) |
commit | commitdiff | tree | snapshot |
2009-06-13 |
fliep | Implemented glk_select_poll() (Fix #18) |
commit | commitdiff | tree | snapshot |
2009-06-13 |
fliep | Must export garglk_ symbols in library |
commit | commitdiff | tree | snapshot |
2009-06-09 |
fliep | Moved startup code to the Glk thread. Now Frotz works... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
fliep | wrong Makefile committed in [101] |
commit | commitdiff | tree | snapshot |
2009-06-09 |
fliep | Added garglk.c and garglk.h, which is where stubs for... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
fliep | Fixed crashes after automatic scroll on text buffer... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
rodin | Added a better default font, line spacing and margins |
commit | commitdiff | tree | snapshot |
2009-06-05 |
rodin | Fixed crash in FreeBSD. |
commit | commitdiff | tree | snapshot |
2009-06-01 |
fliep | Disabled libtool C++ and Fortran support, so configure... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
fliep | Made sure no internal symbols were exported; can be... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
fliep | Got rid of unused variable warnings in gi_blorb.c |
commit | commitdiff | tree | snapshot |
2009-05-26 |
fliep | Edited platform-dependent part of Blorb layer to use... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
fliep | Brought all the Gtk-Doc documentation up to date with... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
fliep | glk_set_window(NULL) should not be allowed |
commit | commitdiff | tree | snapshot |
2009-05-25 |
fliep | Removed unnecessary files from nitfol |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Fixing installed headers and directories |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Implemented Unix startup code, argument parsing, and... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Hopefully solved the problem of waiting for windows... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | No need to actually cancel input requests when closing... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Implemented evtype_Arrange events, fixing #8. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Checked for 0 window size in glk_window_move_cursor(). |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Added dummy functions glk_style_distinguish() and glk_r... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Proportional sizes of 100% are apparently allowed too |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Implemented glk_window_set_arrangement() and glk_window... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Fixed GtkDoc makefile for new directory structure |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Added dummy glk_stylehint_clear() function |
commit | commitdiff | tree | snapshot |
2009-05-24 |
fliep | Fixed assertion in glk_stream_set_position() |
commit | commitdiff | tree | snapshot |
2009-05-23 |
rodin | * Added the game anchorhead to test |
commit | commitdiff | tree | snapshot |
2009-05-23 |
fliep | Set ignore properties on new directories |
commit | commitdiff | tree | snapshot |
2009-05-23 |
fliep | tests/Makefile.am |
commit | commitdiff | tree | snapshot |
2009-05-23 |
fliep | Separated library source code from testing code, fixing #6 |
commit | commitdiff | tree | snapshot |
2009-05-22 |
fliep | Eliminated warnings about static functions declared... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Added some more verbs to show off the style system |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Added initial support for styles! (no style hints... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
fliep | Added Nitfol and Frotz source code. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Implemented the library-dependant functionality... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Added BLORB file support (i.e. copied the gi_blorb... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * cancel_line_input_event now handles an NULL event... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Fixed flush_text_buffer() function. It always assume... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Fixed pointer cast warning |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Restored support for cancel_line_input_request on... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
fliep | Traps illegal printing to a window with line input... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Refactored the cancel_line_input_request code to... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
fliep | Fix #11: Implemented glk_cancel_char_event() and glk_ca... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
fliep | For some reason these didn't commit in revision [59] |
commit | commitdiff | tree | snapshot |
2009-05-22 |
rodin | * Added timer support |
commit | commitdiff | tree | snapshot |
2009-05-21 |
fliep | Defined glui32 and glsi32 in terms of the 32-bit intege... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
fliep | - In the documentation, replaced <informalexample>... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
fliep | Use gdk_window_process_all_updates() to send window... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
fliep | Turned off line wrapping on text grids. They don't... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
fliep | - Changed splittest.c to run through all the examples... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
fliep | Now windows can be sized arbitrarily small, but GDK... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
fliep | Correctly handles what happens when a window that is... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
fliep | - Text grid windows don't need scrollbars |
commit | commitdiff | tree | snapshot |
2009-05-06 |
fliep | Made the size of the main window the "default" size... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
fliep | When splitting a window W, the new pair window was... |
commit | commitdiff | tree | snapshot |
next |