2010-04-30 |
fliep | Added some explanatory documentation to ChimaraGlk... |
tree | commitdiff |
2010-04-30 |
fliep | Adjustments in Makefile.am |
tree | commitdiff |
2010-04-30 |
fliep | Added stubs for all Gargoyle extensions and documented... |
tree | commitdiff |
2010-04-30 |
fliep | Defined a stub glk_schannel_struct to fix another regre... |
tree | commitdiff |
2010-04-30 |
fliep | Fixed regression I introduced while fixing Gtk-doc... |
tree | commitdiff |
2010-04-30 |
fliep | Documented all planned Glk API functions |
tree | commitdiff |
2010-04-28 |
fliep | Fixed documentation to work with Gtk-Doc 1.14 and produ... |
tree | commitdiff |
2010-04-25 |
fliep | Brought documentation up to date |
tree | commitdiff |
2010-04-25 |
fliep | Fixed problem of player looking for CSS file in a hard... |
tree | commitdiff |
2010-04-18 |
rodin | Default CSS file NULL |
tree | commitdiff |
2010-04-18 |
rodin | * Path fixes |
tree | commitdiff |
2010-04-18 |
rodin | Fixed x86-64 closing bug #44 |
tree | commitdiff |
2010-04-18 |
rodin | Iliad port |
tree | commitdiff |
2010-04-18 |
rodin | Fixed window closing bug #43 |
tree | commitdiff |
2010-04-18 |
rodin | Don't page when window is too small |
tree | commitdiff |
2010-04-17 |
rodin | Pager bug fixed.... or is it? |
tree | commitdiff |
2010-04-17 |
rodin | Fixed history recall bug |
tree | commitdiff |
2010-04-17 |
rodin | Pager in place |
tree | commitdiff |
2010-04-17 |
rodin | Fixed Glk to Gdk color bug |
tree | commitdiff |
2010-03-30 |
rodin | Fixed hitting enter key mid sentence |
tree | commitdiff |
2010-03-14 |
fliep | Added notify signals to properties |
tree | commitdiff |
2010-02-14 |
rodin | Handle Home/End keys properly |
tree | commitdiff |
2010-02-14 |
rodin | Support for graphics in text buffers |
tree | commitdiff |
2010-02-09 |
fliep | Brought documentation up to date |
tree | commitdiff |
2010-02-07 |
rodin | Graphics caching not operational. |
tree | commitdiff |
2010-02-06 |
rodin | Start of image cache implementation... breaks image... |
tree | commitdiff |
2010-02-06 |
rodin | Removed the requirement win->input_request_type ==... |
tree | commitdiff |
2010-01-31 |
rodin | Quick and hacky implementation of glk_draw_image_scaled(). |
tree | commitdiff |
2010-01-31 |
rodin | Crahing bug fixed :) |
tree | commitdiff |
2010-01-29 |
rodin | Getting cryptic error message: |
tree | commitdiff |
2010-01-29 |
rodin | Added correct resize handling |
tree | commitdiff |
2010-01-28 |
rodin | Beginning work on graphic windows. Hopelessly broken... |
tree | commitdiff |
2010-01-18 |
rodin | Completed mouse support. |
tree | commitdiff |
2010-01-16 |
rodin | Initial mouse support added. |
tree | commitdiff |
2010-01-16 |
rodin | Hyperlinks now fully supported, also on textgrids. |
tree | commitdiff |
2010-01-12 |
fliep | Added gdk_thread_enter() and _leave() to glk_cancel_lin... |
tree | commitdiff |
2010-01-12 |
fliep | Fixed shutdown problems. Everything should properly... |
tree | commitdiff |
2009-12-20 |
fliep | Fixed Gtk-doc parse error |
tree | commitdiff |
2009-12-06 |
fliep | Created open game functionality in the player. Fix... |
tree | commitdiff |
2009-12-05 |
fliep | Brought documentation up to date |
tree | commitdiff |
2009-12-03 |
fliep | Bug fixes |
tree | commitdiff |
2009-12-03 |
fliep | Fixed freeing data at stop & start. Previously the... |
tree | commitdiff |
2009-11-29 |
fliep | Added buffer flush and wait for window rearrange in... |
tree | commitdiff |
2009-11-27 |
fliep | Inserted extra definition of LT_OBJDIR for pre-2.2... |
tree | commitdiff |
2009-11-24 |
fliep | - Get VPATH build to work |
tree | commitdiff |
2009-11-23 |
fliep | Cancel all input requests when stopping |
tree | commitdiff |
2009-11-22 |
rodin | Added first version of hyperlink support. Only textbuff... |
tree | commitdiff |
2009-11-22 |
rodin | fixed #27 |
tree | commitdiff |
2009-11-22 |
rodin | Fixed style_init() related errors |
tree | commitdiff |
2009-11-17 |
rodin | Small bug in get_current_font() |
tree | commitdiff |
2009-11-17 |
rodin | Default font for textbuffer should be a serif font. |
tree | commitdiff |
2009-11-17 |
rodin | Integrated the glk_data->default_font_desc and glk_data... |
tree | commitdiff |
2009-11-17 |
fliep | Fixed breakage caused by mixing commits or something? |
tree | commitdiff |
2009-11-17 |
fliep | Fixed text grid line input bugs |
tree | commitdiff |
2009-11-15 |
rodin | Fixed reversevideo |
tree | commitdiff |
2009-11-15 |
fliep | Input history for text buffers and text grids. |
tree | commitdiff |
2009-11-15 |
rodin | Empty lines are no longer stored in the input history |
tree | commitdiff |
2009-11-15 |
fliep | First implementation of history buffer. |
tree | commitdiff |
2009-11-14 |
rodin | Special Portal commit |
tree | commitdiff |
2009-11-14 |
rodin | TextGrid windows are now also buffered |
tree | commitdiff |
2009-11-14 |
rodin | Some hyperlink code. |
tree | commitdiff |
2009-11-14 |
rodin | Implemented output buffering. |
tree | commitdiff |
2009-11-12 |
fliep | Fixed stoopid bug in chimara_if_set_preferred_interpreter() |
tree | commitdiff |
2009-10-26 |
fliep | Styles should be initialized once per widget, not once... |
tree | commitdiff |
2009-10-25 |
fliep | "waiting" signal should only be sent once per input... |
tree | commitdiff |
2009-10-25 |
fliep | - Feeding input programmatically to the Glk program... |
tree | commitdiff |
2009-10-25 |
fliep | Fixed minor bug - wait for event queue condition IF... |
tree | commitdiff |
2009-10-24 |
fliep | Avoid compilation warnings |
tree | commitdiff |
2009-10-23 |
fliep | Wrote documentation for new functions |
tree | commitdiff |
2009-10-21 |
fliep | - Fixed a bug that made Nitfol crash since [130] |
tree | commitdiff |
2009-10-16 |
rodin | Don't use getline(), it is not supported under BSD/OSX |
tree | commitdiff |
2009-10-15 |
rodin | * Changing styles no longer affects existing windows |
tree | commitdiff |
2009-10-13 |
fliep | Added chimara_if_run() which, given a game file, autode... |
tree | commitdiff |
2009-10-11 |
fliep | Implemented the 'waiting' signal on the ChimaraGlk... |
tree | commitdiff |
2009-10-11 |
fliep | Added a skeleton implementation of the ChimaraIF widget... |
tree | commitdiff |
2009-10-11 |
fliep | Implemented the signals 'char-input', 'line-input'... |
tree | commitdiff |
2009-10-11 |
fliep | - Fix ignore properties |
tree | commitdiff |
2009-10-09 |
fliep | Documented the dispatch functions. Actually there will... |
tree | commitdiff |
2009-10-07 |
fliep | Fixed bug - put array unregister function after line... |
tree | commitdiff |
2009-10-07 |
fliep | Fixed bug - glk_stylehint_set doesn't loop infinitely... |
tree | commitdiff |
2009-10-07 |
fliep | Fixed bug - glk_set_window(NULL) doesn't crash anymore |
tree | commitdiff |
2009-10-07 |
fliep | Eliminated warnings in style.h |
tree | commitdiff |
2009-10-07 |
fliep | Wrote platform-dependent dispatch code |
tree | commitdiff |
2009-10-07 |
fliep | Add Glulxe and Git. They compile but don't work yet. |
tree | commitdiff |
2009-10-05 |
fliep | Added the dispatch layer headers. In order to get this... |
tree | commitdiff |
2009-10-05 |
rodin | Added first support for CSS files. |
tree | commitdiff |
2009-09-13 |
fliep | Some cosmetic fixes, like giving a window the focus... |
tree | commitdiff |
2009-09-13 |
fliep | Fixed bug in text grid line input that obscured a new... |
tree | commitdiff |
2009-09-13 |
fliep | Added an initialization function, which must be called... |
tree | commitdiff |
2009-09-13 |
fliep | Started using thread-private data. Multisession still... |
tree | commitdiff |
2009-09-12 |
fliep | Gestalt selector claimed we couldn't print unicode... |
tree | commitdiff |
2009-09-09 |
fliep | Moved to updated gettext and did some tweaking for... |
tree | commitdiff |
2009-06-13 |
fliep | Fixed #7 (crash when resizing windows really small) |
tree | commitdiff |
2009-06-13 |
fliep | Implemented glk_select_poll() (Fix #18) |
tree | commitdiff |
2009-06-13 |
fliep | Must export garglk_ symbols in library |
tree | commitdiff |
2009-06-09 |
fliep | Moved startup code to the Glk thread. Now Frotz works... |
tree | commitdiff |
2009-06-09 |
fliep | wrong Makefile committed in [101] |
tree | commitdiff |
2009-06-09 |
fliep | Added garglk.c and garglk.h, which is where stubs for... |
tree | commitdiff |
2009-06-08 |
fliep | Fixed crashes after automatic scroll on text buffer... |
tree | commitdiff |
2009-06-05 |
rodin | Added a better default font, line spacing and margins |
tree | commitdiff |
next |