2009-09-09 |
fliep | Moved to updated gettext and did some tweaking for...
|
commit | commitdiff | tree |
2009-08-12 |
fliep | Added AM_SILENT_RULES option to configure, so you can...
|
commit | commitdiff | tree |
2009-06-13 |
fliep | Fixed #7 (crash when resizing windows really small)
|
commit | commitdiff | tree |
2009-06-13 |
fliep | Implemented glk_select_poll() (Fix #18)
|
commit | commitdiff | tree |
2009-06-13 |
fliep | Must export garglk_ symbols in library
|
commit | commitdiff | tree |
2009-06-09 |
fliep | Moved startup code to the Glk thread. Now Frotz works...
|
commit | commitdiff | tree |
2009-06-09 |
fliep | wrong Makefile committed in [101]
|
commit | commitdiff | tree |
2009-06-09 |
fliep | Added garglk.c and garglk.h, which is where stubs for...
|
commit | commitdiff | tree |
2009-06-08 |
fliep | Fixed crashes after automatic scroll on text buffer...
|
commit | commitdiff | tree |
2009-06-01 |
fliep | Disabled libtool C++ and Fortran support, so configure...
|
commit | commitdiff | tree |
2009-05-26 |
fliep | Made sure no internal symbols were exported; can be...
|
commit | commitdiff | tree |
2009-05-26 |
fliep | Got rid of unused variable warnings in gi_blorb.c
|
commit | commitdiff | tree |
2009-05-26 |
fliep | Edited platform-dependent part of Blorb layer to use...
|
commit | commitdiff | tree |
2009-05-26 |
fliep | Brought all the Gtk-Doc documentation up to date with...
|
commit | commitdiff | tree |
2009-05-25 |
fliep | glk_set_window(NULL) should not be allowed
|
commit | commitdiff | tree |
2009-05-25 |
fliep | Removed unnecessary files from nitfol
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Fixing installed headers and directories
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Implemented Unix startup code, argument parsing, and...
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Hopefully solved the problem of waiting for windows...
|
commit | commitdiff | tree |
2009-05-24 |
fliep | No need to actually cancel input requests when closing...
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Implemented evtype_Arrange events, fixing #8.
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Checked for 0 window size in glk_window_move_cursor().
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Added dummy functions glk_style_distinguish() and glk_reques...
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Proportional sizes of 100% are apparently allowed too
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Implemented glk_window_set_arrangement() and glk_window_get_...
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Fixed GtkDoc makefile for new directory structure
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Added dummy glk_stylehint_clear() function
|
commit | commitdiff | tree |
2009-05-24 |
fliep | Fixed assertion in glk_stream_set_position()
|
commit | commitdiff | tree |
2009-05-23 |
fliep | Set ignore properties on new directories
|
commit | commitdiff | tree |
2009-05-23 |
fliep | tests/Makefile.am
|
commit | commitdiff | tree |
2009-05-23 |
fliep | Separated library source code from testing code, fixing #6
|
commit | commitdiff | tree |
2009-05-22 |
fliep | Eliminated warnings about static functions declared...
|
commit | commitdiff | tree |
2009-05-22 |
fliep | Added Nitfol and Frotz source code.
|
commit | commitdiff | tree |
2009-05-22 |
fliep | Traps illegal printing to a window with line input...
|
commit | commitdiff | tree |
2009-05-22 |
fliep | Fix #11: Implemented glk_cancel_char_event() and glk_cancel_...
|
commit | commitdiff | tree |
2009-05-22 |
fliep | For some reason these didn't commit in revision [59]
|
commit | commitdiff | tree |
2009-05-21 |
fliep | Defined glui32 and glsi32 in terms of the 32-bit integer...
|
commit | commitdiff | tree |
2009-05-20 |
fliep | - In the documentation, replaced <informalexample>...
|
commit | commitdiff | tree |
2009-05-19 |
fliep | Use gdk_window_process_all_updates() to send window...
|
commit | commitdiff | tree |
2009-05-19 |
fliep | Turned off line wrapping on text grids. They don't...
|
commit | commitdiff | tree |
2009-05-19 |
fliep | - Changed splittest.c to run through all the examples...
|
commit | commitdiff | tree |
2009-05-13 |
fliep | Now windows can be sized arbitrarily small, but GDK...
|
commit | commitdiff | tree |
2009-05-13 |
fliep | Correctly handles what happens when a window that is...
|
commit | commitdiff | tree |
2009-05-06 |
fliep | - Text grid windows don't need scrollbars
|
commit | commitdiff | tree |
2009-05-06 |
fliep | Made the size of the main window the "default" size...
|
commit | commitdiff | tree |
2009-05-06 |
fliep | When splitting a window W, the new pair window was...
|
commit | commitdiff | tree |
2009-05-05 |
fliep | Now the size of text grid windows is updated when they...
|
commit | commitdiff | tree |
2009-05-05 |
fliep | Cleaned up some window closing code, fixed GDK thread...
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Added comments and cleaned up code
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Fixed a crash when closing pair windows directly
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Fixed a bug: pair windows need window streams too,...
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Use the sublime CLAMP() macro
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Added a "spacing" property which sets the border width...
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Now pays attention to the GtkContainer "border-width...
|
commit | commitdiff | tree |
2009-05-03 |
fliep | Fixed issue #1. Probably needs some more thorough testing.
|
commit | commitdiff | tree |
2009-05-02 |
fliep | Fixed issue #4.
|
commit | commitdiff | tree |
2009-05-02 |
fliep | Added properties to the ChimaraGlk widget: "default...
|
commit | commitdiff | tree |
2009-04-23 |
fliep | - Added pkg-config files (.pc.in), so after the library...
|
commit | commitdiff | tree |
2009-03-30 |
fliep | Added 'static' and 'G_GNUC_INTERNAL' to hide all symbols...
|
commit | commitdiff | tree |
2009-03-29 |
fliep | Fixed a bug with text grid line input in the middle...
|
commit | commitdiff | tree |
2009-03-29 |
fliep | Wrote better checks for illegal actions.
|
commit | commitdiff | tree |
2009-03-29 |
fliep | Automake tweaking
|
commit | commitdiff | tree |
2009-03-29 |
fliep | Got Gtk-Doc working. Now all the fancy /** comments...
|
commit | commitdiff | tree |
2009-03-07 |
fliep | Properly set up svn:ignore properties.
|
commit | commitdiff | tree |
2009-03-06 |
fliep | I have Autotools-Fu.
|
commit | commitdiff | tree |
2009-03-05 |
fliep | Rewrote configure.ac according to my new l33t knowledge...
|
commit | commitdiff | tree |
2009-03-03 |
fliep | Wrote all remaining Unicode input and output functions.
|
commit | commitdiff | tree |
2009-03-01 |
fliep | Fixed a bug with newlines in line input on text buffer...
|
commit | commitdiff | tree |
2009-03-01 |
fliep | Refined previous update so that arrow keys and other...
|
commit | commitdiff | tree |
2009-03-01 |
fliep | Now keystrokes in a text grid window are redirected...
|
commit | commitdiff | tree |
2009-03-01 |
fliep | Implemented line input in text grid windows using a...
|
commit | commitdiff | tree |
2009-02-28 |
fliep | Wrote behavior of Backspace key during line input in...
|
commit | commitdiff | tree |
2009-02-05 |
fliep | Removed autogenerated files from source control. This...
|
commit | commitdiff | tree |
2009-02-04 |
fliep | Added text grid windows. Output, cursor placement,...
|
commit | commitdiff | tree |
2009-01-27 |
fliep | Added gmodule-2.0 to the dependencies of the test program.
|
commit | commitdiff | tree |
2008-12-29 |
fliep | Added gtk-doc comments to the ChimaraGlk widget.
|
commit | commitdiff | tree |
2008-12-26 |
fliep | Implemented glk_window_get_size()
|
commit | commitdiff | tree |
2008-12-24 |
fliep | Fixed a segfault when opening an invalid window.
|
commit | commitdiff | tree |
2008-12-24 |
fliep | Implemented "started" and "stopped" signals
|
commit | commitdiff | tree |
2008-12-23 |
fliep | Added dynamic module loading: now the Glk program ...
|
commit | commitdiff | tree |
2008-12-22 |
fliep | Removed old Makefile.
|
commit | commitdiff | tree |
2008-12-22 |
fliep | Changed build system to Automake. Split Glk code off...
|
commit | commitdiff | tree |
2008-08-24 |
fliep | Verbeterd interrupt mechanisme en afbreken van het...
|
commit | commitdiff | tree |
2008-08-24 |
fliep | Code opschonen, toevoegen documentatie
|
commit | commitdiff | tree |
2008-08-19 |
fliep | first.c compilet en draait!
|
commit | commitdiff | tree |
2008-08-17 |
fliep | Testen en debuggen van alle file en memory stream functies
|
commit | commitdiff | tree |
2008-08-16 |
fliep | File en memory streams, en lezen van input streams...
|
commit | commitdiff | tree |
2008-08-09 |
fliep | Files openen. Niet getest, omdat het schrijven naar...
|
commit | commitdiff | tree |
2008-07-20 |
fliep | All of the fileref functions are now implemented:
|
commit | commitdiff | tree |
2008-07-13 |
fliep | Oeps, nog enkele bugs
|
commit | commitdiff | tree |
2008-07-13 |
fliep | Toevoegen van de sources die ik vorige keer vergeten...
|
commit | commitdiff | tree |
2008-07-12 |
fliep | Een heleboel, relatief nutteloze dingen, zoals blank...
|
commit | commitdiff | tree |
2008-07-12 |
fliep | Commentaar toegevoegd aan code en tevens Gtk-Doc comments...
|
commit | commitdiff | tree |
2008-07-12 |
fliep | Eerste import.
|
commit | commitdiff | tree |
|