1. Nov 22, 2010
    • chrender's avatar
      · a3ffc82b
      chrender authored
       - Modified "set_current_locale_name" to take char* instead of z_ucs*.
       - Removed dead code.
      a3ffc82b
  2. Nov 21, 2010
    • chrender's avatar
      · 5c305d02
      chrender authored
       - Added variable initializations to avoid compiler warnings.
      5c305d02
    • chrender's avatar
      · 792c6bb7
      chrender authored
       - Moved "default_foreground_colour" and "default_background_colour" into
         libfizmo.
      792c6bb7
    • chrender's avatar
      · 665bf809
      chrender authored
       - Implemented "color_name_to_z_colour" function.
       - Moved z_colours from fizmo-ncursesw interface and libcellif into
         libfizmo types.
      665bf809
    • chrender's avatar
      · 18223fa0
      chrender authored
       - Implemented "foreground-color", "background-color", "enable-color",
         and "disable-color" options.
      18223fa0
    • chrender's avatar
      · e18fc611
      chrender authored
       - Implemented config options without values.
       - Moved "foreground-color", "background-color", "enable-color" and
         "disable-color" into libfizmo configuration options.
      e18fc611
  3. Nov 19, 2010
    • chrender's avatar
      · b14325f9
      chrender authored
       - Removed unused "factorial" function.
      b14325f9
  4. Nov 18, 2010
    • chrender's avatar
      · 4b006058
      chrender authored
       - Added information about offo hyphenation patterns.
      4b006058
    • chrender's avatar
      · 58c91539
      chrender authored
       - Re-implemented left padding.
      58c91539
    • chrender's avatar
      · 706bd8ca
      chrender authored
       - Implemented "remove_chars_from_history" function.
      706bd8ca
  5. Nov 17, 2010
    • chrender's avatar
      · 28b7c029
      chrender authored
       - Added "padding_buffer" for left padding implementation.
      28b7c029
    • chrender's avatar
      · 67675907
      chrender authored
       - Implemented "wordwrap_destroy_wrapper" function.
       - Implemented output_left_margin.
      67675907
    • chrender's avatar
      · bee1489c
      chrender authored
       - Raised beta version number due to libcellif-separation.
      bee1489c
    • chrender's avatar
      · 1734f642
      chrender authored
       - Adapted Makefile to no-longer present cell-interface code in the core
         libfizmo module.
      1734f642
    • chrender's avatar
      · d2f6899a
      chrender authored
       - Moved cellinterface-related locales into separate "libcellif" module.
      d2f6899a
    • chrender's avatar
      · 90140c02
      chrender authored
       - Moved cellinterface-related into separate "libcellif" module.
      90140c02
    • chrender's avatar
      · 6a3c14bf
      chrender authored
       - Moved cell interface into separate "libcellif" module.
      6a3c14bf
    • chrender's avatar
      · 3dffe482
      chrender authored
       - Moved "screen_cell_interface.h" into separate libcellif module.
      3dffe482
    • chrender's avatar
      · 4f4a161f
      chrender authored
       - Raised beta version number due to scrollback implementation, memory
         fixes, build adaptations, erase_window fixes, history implementations,
         backspace input fix, and many, many other adaptions and fixes.
      4f4a161f
    • chrender's avatar
      · f473aff1
      chrender authored
       - Updated changelog.
      f473aff1
    • chrender's avatar
      · 295218ab
      chrender authored
       - Altered scrolling to only allow scrolling up if there's actually enough
         on the screen.
      295218ab
    • chrender's avatar
      · d319ef30
      chrender authored
       - Fixed wrong realloc, fixing a heap corruption.
      d319ef30
  6. Nov 16, 2010
    • chrender's avatar
      · 98dfc51f
      chrender authored
       - Fixed a too short locale input data buffer.
      98dfc51f
    • chrender's avatar
      · a5f1540c
      chrender authored
       - Added implementation for "erase_window(-1)".
      a5f1540c
    • chrender's avatar
      · 8a0d3607
      chrender authored
       - Moved interpretation of erase_window(-1) into interpreter library.
       - Added leftmargin on erase_window.
      8a0d3607
    • chrender's avatar
      · b3aecab7
      chrender authored
       - Disabled tracing and gdb symbols on default.
      b3aecab7
    • chrender's avatar
      · 7cd91cbb
      chrender authored
       - Made $(HOME)/opt/fizmo default install prefix as long as we're in beta
         state.
      7cd91cbb
    • chrender's avatar
      · 33c35298
      chrender authored
       - Fixed missing output when all remaining paragraphs are dumped from
         history onto screen.
      33c35298
    • chrender's avatar
      · 9972c4a6
      chrender authored
       - Minor scrolling fix.
       - Fixed cursor on / off settings to no longer move cursor outside window.
      9972c4a6
    • chrender's avatar
      · 6489f6d5
      chrender authored
       - Fixed "history.c" to correctly remeber the current font, style and
         colour output settings. This fixes a bug in upscrolling which
         occured when metadata was placed between two newlines.
      6489f6d5
  7. Nov 15, 2010
    • chrender's avatar
      · 541b776e
      chrender authored
       - Fixed scrolling to correctly output last line.
       - Fixed scrolling hitting top and bottom.
       - Numerous small scrolling fixes.
      541b776e
    • chrender's avatar
      · 3fa9ace6
      chrender authored
       - Fixed backspace to also move terminating 0. This fixes a bug which
         occured on inserting a char after backspace.
      3fa9ace6
    • chrender's avatar
      · 2419da13
      chrender authored
       - Fixed wrong output of last line when scrolling.
      2419da13
  8. Nov 14, 2010
    • chrender's avatar
      · cf20d327
      chrender authored
       - Fixed scrolling downward.
       - Fixed at-bottom-detetction for scrolling.
      cf20d327
    • chrender's avatar
      · d5dad49d
      chrender authored
       - Added further implementation for scrolling up.
      d5dad49d
    • chrender's avatar
      · 2e78a9d0
      chrender authored
       - Renamed "destroy_history_output_target" in "destroy_history_output"
         in "history.c".
       - Added "remember_history_output_position", "restore_history_output_position"
         to "history.c".
      2e78a9d0
  9. Oct 30, 2010
    • chrender's avatar
      · 5edfa313
      chrender authored
       - Added "get_available_locale_names" prototype.
      5edfa313
    • chrender's avatar
      · 17e04b42
      chrender authored
       - Added "get_available_locale_names" method.
      17e04b42
    • chrender's avatar
      · a5dde929
      chrender authored
       - Implemented "delete_list_and_get_null_terminated_ptrs" method.
      a5dde929
    • chrender's avatar
      · 30486bc7
      chrender authored
       - Added first step for scrolling up.
      30486bc7