1. Nov 17, 2010
    • 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
  2. 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
  3. 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
  4. 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
  5. 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
    • chrender's avatar
      · eb89c5f1
      chrender authored
       - Added "advance_history_pointer" flag to "output_repeat_paragraphs". This
         will advance the history pointer to the last byte of output.
      eb89c5f1
  6. Oct 01, 2010
    • chrender's avatar
      · 90686219
      chrender authored
       - Implemented command history via arrow up / down.
      90686219
    • chrender's avatar
      · 8a641c10
      chrender authored
       - Updated config.*.mk files.
      8a641c10
    • chrender's avatar
      · f6d98fcb
      chrender authored
       - Added basic installation instructions.
      f6d98fcb
    • chrender's avatar
      · 2d2a8732
      chrender authored
       - Fixed typos / formatting.
      2d2a8732
  7. Sep 29, 2010
    • chrender's avatar
      · b7757585
      chrender authored
       - Added default README.txt.
      b7757585
    • chrender's avatar
      · aeff4947
      chrender authored
       - Added BSD copyright notice.
      aeff4947
    • chrender's avatar
      · ffc06ffe
      chrender authored
       - Added and adapted changelog from the 0.6 fizmo package.
      ffc06ffe
    • chrender's avatar
      · 0bc86b81
      chrender authored
       - Implemented [More] prompt.
       - Improved z_ucs output to screen interface to also work with
         non-newline-separated lines.
      0bc86b81
    • chrender's avatar
      · dfd29b9c
      chrender authored
       - Fixed hyphenation char limit.
       - Added handling of hyphenation for words len < 4.
      dfd29b9c
    • chrender's avatar
      · 07def573
      chrender authored
       - Removed wrong z_ucs_rchar invocation, making refresh counts in
         cell-interface work again.
       - Added " to word separator chars.
      07def573
  8. Sep 28, 2010
    • chrender's avatar
      · dceb66e7
      chrender authored
       - Created separate function "get_path_for_locale" to get path for requested
         locale. This allows detection whether a locale is supported at all.
       - Adapted "create_locale_module" function to use "get_path_for_locale"
         function.
      dceb66e7
    • chrender's avatar
      · 6e27494b
      chrender authored
       - Added "get_interface_name" and "get_interface_version" prototypes for
         sound interface.
      6e27494b
    • chrender's avatar
      · 182730e0
      chrender authored
       - Added "i18n_libfizmo_INVALID_VALUE_P0S_FOR_PARAMETER_P1S" parameter.
       - Altered cell-interface error codes to allow new error message code
         "i18n_libfizmo_INVALID_VALUE_P0S_FOR_PARAMETER_P1S" to fit in line.
       - Added localized values for now parameter check error message.
      182730e0