Don't use g_thread_init() anymore
[projects/chimara/chimara.git] / libchimara / chimara-glk.c
2013-09-09 Philip ChimentoDon't use g_thread_init() anymore
2013-09-09 Philip ChimentoUse statically-allocated thread private data
2013-09-09 Philip ChimentoUse g_thread_try_new() instead of g_thread_create()
2013-09-09 Philip ChimentoUse init and clear for GMutex and GCond
2013-09-09 Philip ChimentoNo need to initialize private struct members to 0
2013-04-20 P. F. ChimentoFix overenthusiastic g_free() of Glk startup data
2012-09-24 Marijn van VlietMerge branch 'gtk3'
2012-09-16 Philip ChimentoKeep glkunix startup arg[c,v] alive
2012-09-16 Marijn van VlietMerge branch 'gtk3' of ssh://git.stderr.nl/projects...
2012-09-16 Marijn van VlietRedone textgrid resize logic. Fixes #8
2012-09-16 Philip ChimentoRemove code for styling the pager
2012-09-15 Philip ChimentoFix window resizing bug; no size requests!
2012-09-15 Philip ChimentoRemove compatibility checks with GTK 2.x
2012-09-15 Marijn van VlietMerge branch 'master' into gtk3
2012-08-28 Marijn van VlietMerge branch 'master' of ssh://git.stderr.nl/projects...
2012-08-26 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoMerge branch 'master' into gtk3
2012-08-25 Philip ChimentoReplace size-request by minimal height-for-width
2012-02-01 Philip ChimentoAdd 'running' property to ChimaraGlk
2012-02-01 Philip ChimentoIdentified two more entry points
2012-01-18 Philip ChimentoMerge branch 'new-sound-api'
2012-01-01 Philip ChimentoAdd API to start plugins using GFile
2011-09-04 Philip ChimentoAdd API to unload plugin module
2011-08-29 Philip ChimentoClarify documentation
2011-07-16 Philip ChimentoRemove deprecated usages
2011-06-13 P. F. ChimentoAdd destroy notify parameter...
2011-06-13 P. F. ChimentoAdd introspection annotations
2011-04-21 P. F. ChimentoUpdate docs for window borders
2011-04-21 P. F. ChimentoImplement border/noborder window flags
2011-04-19 P. F. ChimentoSimplify include comments
2011-04-19 P. F. ChimentoDocument all incomplete symbols
2011-04-14 P. F. ChimentoMisc documentation fixes
2011-03-13 P. F. ChimentoFix null pointer bug
2011-01-30 P. F. ChimentoProvide blorb file to interpreter on command line
2011-01-30 P. F. ChimentoAdded hack for opening external Blorb file
2011-01-30 P. F. ChimentoMerge branch 'sound'
2011-01-29 Marijn van VlietMerge branch 'master' of https://github.com/wmvanvliet...
2011-01-15 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2011-01-15 P. F. ChimentoGet library to build on Debian stable
2010-11-23 P. F. ChimentoWrote chimara_glk_set_resource_load_callback()
2010-11-22 P. F. ChimentoFix crash when loading resource without a map
2010-11-21 P. F. ChimentoAdded API to tell whether forced input is pending
2010-11-13 P. F. ChimentoFixed memory management in styles
2010-11-13 P. F. ChimentoMerge branch 'master' of github.com:wmvanvliet/Chimara
2010-11-13 P. F. ChimentoFixed example program in documentation
2010-05-23 rodinShowing off dynamic styles: started work on preferences...
2010-05-18 rodinBackend support for using dynamic styles. See also...
2010-05-11 rodinImprovements to the iliad client
2010-05-03 fliepAdded underscore to prevent marshaller functions from...
2010-05-02 fliepImplemented garglk_set_program_name(), garglk_set_progr...
2010-04-30 fliepAdded some explanatory documentation to ChimaraGlk...
2010-04-28 fliepFixed documentation to work with Gtk-Doc 1.14 and produ...
2010-04-25 fliepBrought documentation up to date
2010-04-25 fliepFixed problem of player looking for CSS file in a hard...
2010-04-18 rodinDefault CSS file NULL
2010-04-18 rodinFixed x86-64 closing bug #44
2010-04-18 rodinIliad port
2010-04-17 rodinPager in place
2010-03-14 fliepAdded notify signals to properties
2010-02-07 rodinGraphics caching not operational.
2010-01-28 rodinBeginning work on graphic windows. Hopelessly broken...
2010-01-12 fliepFixed shutdown problems. Everything should properly...
2009-12-06 fliepCreated open game functionality in the player. Fix...
2009-12-03 fliepBug fixes
2009-12-03 fliepFixed freeing data at stop & start. Previously the...
2009-11-24 fliep- Get VPATH build to work
2009-11-22 rodinfixed #27
2009-11-17 rodinDefault font for textbuffer should be a serif font.
2009-10-26 fliepStyles should be initialized once per widget, not once...
2009-10-25 fliep- Feeding input programmatically to the Glk program...
2009-10-24 fliepAvoid compilation warnings
2009-10-23 fliepWrote documentation for new functions
2009-10-21 fliep- Fixed a bug that made Nitfol crash since [130]
2009-10-15 rodin* Changing styles no longer affects existing windows
2009-10-13 fliepAdded chimara_if_run() which, given a game file, autode...
2009-10-11 fliepImplemented the 'waiting' signal on the ChimaraGlk...
2009-10-11 fliepImplemented the signals 'char-input', 'line-input'...
2009-10-05 rodinAdded first support for CSS files.
2009-09-13 fliepAdded an initialization function, which must be called...
2009-09-13 fliepStarted using thread-private data. Multisession still...
2009-06-13 fliepFixed #7 (crash when resizing windows really small)
2009-06-09 fliepMoved startup code to the Glk thread. Now Frotz works...
2009-06-05 rodinFixed crash in FreeBSD.
2009-05-26 fliepBrought all the Gtk-Doc documentation up to date with...
2009-05-24 fliepImplemented Unix startup code, argument parsing, and...
2009-05-24 fliepHopefully solved the problem of waiting for windows...
2009-05-24 fliepImplemented evtype_Arrange events, fixing #8.
2009-05-23 rodin * Added the game anchorhead to test
2009-05-23 fliepSeparated library source code from testing code, fixing #6