Fixed ordering of the application of the styles
[rodin/chimara.git] / libchimara /
2010-10-05 Marijn van VlietFixed ordering of the application of the styles master
2010-06-30 Marijn van VlietDefined a base style
2010-05-23 Marijn van VlietShowing off dynamic styles: started work on preferences...
2010-05-18 Marijn van VlietFixing some pager bugs
2010-05-18 Marijn van VlietRemoved pager debugging output
2010-05-18 Marijn van VlietAdded missing buffer flush.
2010-05-18 Marijn van VlietBackend support for using dynamic styles. See also...
2010-05-11 Marijn van VlietImprovements to the iliad client
2010-05-11 Marijn van VlietSome minor cleanup
2010-05-11 Marijn van VlietMore pager improvements. Pager now determines correctly...
2010-05-11 Marijn van VlietPaging is slowly becoming better, but still susceptible...
2010-05-10 Marijn van VlietPlaced pager functionality into the idle handler
2010-05-05 Marijn van VlietFixed segfault when requesting non-existant parent...
2010-05-05 Marijn van VlietDeleted unnecessary code
2010-05-05 Marijn van VlietWhen copying default styles to current styles, also...
2010-05-05 Marijn van VlietFixed invalid cast in garglk_set_reversevideo()
2010-05-03 Philip ChimentoAdded underscore to prevent marshaller functions from...
2010-05-02 Philip ChimentoFixed bug: modifier keys no longer count as char input
2010-05-02 Philip ChimentoOops, undoing accidentally committed parts of [259]
2010-05-02 Philip ChimentoFrotz now compiled to use Gargoyle extensions
2010-05-02 Philip ChimentoImplemented garglk_set_program_name(), garglk_set_progr...
2010-05-02 Philip ChimentoFixed hyperlink bug, #46
2010-05-01 Philip ChimentoAdded some descriptions to documentation so Gtk-doc...
2010-04-30 Philip ChimentoAdded some explanatory documentation to ChimaraGlk...
2010-04-30 Philip ChimentoAdjustments in Makefile.am
2010-04-30 Philip ChimentoAdded stubs for all Gargoyle extensions and documented...
2010-04-30 Philip ChimentoDefined a stub glk_schannel_struct to fix another regre...
2010-04-30 Philip ChimentoFixed regression I introduced while fixing Gtk-doc...
2010-04-30 Philip ChimentoDocumented all planned Glk API functions
2010-04-28 Philip ChimentoFixed documentation to work with Gtk-Doc 1.14 and produ...
2010-04-25 Philip ChimentoBrought documentation up to date
2010-04-25 Philip ChimentoFixed problem of player looking for CSS file in a hard...
2010-04-18 Marijn van VlietDefault CSS file NULL
2010-04-18 Marijn van Vliet* Path fixes
2010-04-18 Marijn van VlietFixed x86-64 closing bug #44
2010-04-18 Marijn van VlietIliad port
2010-04-18 Marijn van VlietFixed window closing bug #43
2010-04-18 Marijn van VlietDon't page when window is too small
2010-04-17 Marijn van VlietPager bug fixed.... or is it?
2010-04-17 Marijn van VlietFixed history recall bug
2010-04-17 Marijn van VlietPager in place
2010-04-17 Marijn van VlietFixed Glk to Gdk color bug
2010-03-30 Marijn van VlietFixed hitting enter key mid sentence
2010-03-14 Philip ChimentoAdded notify signals to properties
2010-02-14 Marijn van VlietHandle Home/End keys properly
2010-02-14 Marijn van VlietSupport for graphics in text buffers
2010-02-09 Philip ChimentoBrought documentation up to date
2010-02-07 Marijn van VlietGraphics caching not operational.
2010-02-06 Marijn van VlietStart of image cache implementation... breaks image...
2010-02-06 Marijn van VlietRemoved the requirement win->input_request_type ==...
2010-01-31 Marijn van VlietQuick and hacky implementation of glk_draw_image_scaled().
2010-01-31 Marijn van VlietCrahing bug fixed :)
2010-01-29 Marijn van VlietGetting cryptic error message:
2010-01-29 Marijn van VlietAdded correct resize handling
2010-01-28 Marijn van VlietBeginning work on graphic windows. Hopelessly broken...
2010-01-18 Marijn van VlietCompleted mouse support.
2010-01-16 Marijn van VlietInitial mouse support added.
2010-01-16 Marijn van VlietHyperlinks now fully supported, also on textgrids.
2010-01-12 Philip ChimentoAdded gdk_thread_enter() and _leave() to glk_cancel_lin...
2010-01-12 Philip ChimentoFixed shutdown problems. Everything should properly...
2009-12-20 Philip ChimentoFixed Gtk-doc parse error
2009-12-06 Philip ChimentoCreated open game functionality in the player. Fix...
2009-12-05 Philip ChimentoBrought documentation up to date
2009-12-03 Philip ChimentoBug fixes
2009-12-03 Philip ChimentoFixed freeing data at stop & start. Previously the...
2009-11-29 Philip ChimentoAdded buffer flush and wait for window rearrange in...
2009-11-27 Philip ChimentoInserted extra definition of LT_OBJDIR for pre-2.2...
2009-11-24 Philip Chimento- Get VPATH build to work
2009-11-23 Philip ChimentoCancel all input requests when stopping
2009-11-22 Marijn van VlietAdded first version of hyperlink support. Only textbuff...
2009-11-22 Marijn van Vlietfixed #27
2009-11-22 Marijn van VlietFixed style_init() related errors
2009-11-17 Marijn van VlietSmall bug in get_current_font()
2009-11-17 Marijn van VlietDefault font for textbuffer should be a serif font.
2009-11-17 Marijn van VlietIntegrated the glk_data->default_font_desc and glk_data...
2009-11-17 Philip ChimentoFixed breakage caused by mixing commits or something?
2009-11-17 Philip ChimentoFixed text grid line input bugs
2009-11-15 Marijn van VlietFixed reversevideo
2009-11-15 Philip ChimentoInput history for text buffers and text grids.
2009-11-15 Marijn van VlietEmpty lines are no longer stored in the input history
2009-11-15 Philip ChimentoFirst implementation of history buffer.
2009-11-14 Marijn van VlietSpecial Portal commit
2009-11-14 Marijn van VlietTextGrid windows are now also buffered
2009-11-14 Marijn van VlietSome hyperlink code.
2009-11-14 Marijn van VlietImplemented output buffering.
2009-11-12 Philip ChimentoFixed stoopid bug in chimara_if_set_preferred_interpreter()
2009-10-26 Philip ChimentoStyles should be initialized once per widget, not once...
2009-10-25 Philip Chimento"waiting" signal should only be sent once per input...
2009-10-25 Philip Chimento- Feeding input programmatically to the Glk program...
2009-10-25 Philip ChimentoFixed minor bug - wait for event queue condition IF...
2009-10-24 Philip ChimentoAvoid compilation warnings
2009-10-23 Philip ChimentoWrote documentation for new functions
2009-10-21 Philip Chimento- Fixed a bug that made Nitfol crash since [130]
2009-10-16 Marijn van VlietDon't use getline(), it is not supported under BSD/OSX
2009-10-15 Marijn van Vliet* Changing styles no longer affects existing windows
2009-10-13 Philip ChimentoAdded chimara_if_run() which, given a game file, autode...
2009-10-11 Philip ChimentoImplemented the 'waiting' signal on the ChimaraGlk...
2009-10-11 Philip ChimentoAdded a skeleton implementation of the ChimaraIF widget...
2009-10-11 Philip ChimentoImplemented the signals 'char-input', 'line-input'...
2009-10-11 Philip Chimento- Fix ignore properties
next