- Nov 17, 2010
-
-
chrender authored
- Moved cellinterface-related locales into separate "libcellif" module.
-
chrender authored
- Moved cellinterface-related into separate "libcellif" module.
-
chrender authored
- Moved cell interface into separate "libcellif" module.
-
chrender authored
- Moved "screen_cell_interface.h" into separate libcellif module.
-
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.
-
chrender authored
- Updated changelog.
-
chrender authored
- Altered scrolling to only allow scrolling up if there's actually enough on the screen.
-
chrender authored
- Fixed wrong realloc, fixing a heap corruption.
-
- Nov 16, 2010
-
-
chrender authored
- Fixed a too short locale input data buffer.
-
chrender authored
- Added implementation for "erase_window(-1)".
-
chrender authored
- Moved interpretation of erase_window(-1) into interpreter library. - Added leftmargin on erase_window.
-
chrender authored
- Disabled tracing and gdb symbols on default.
-
chrender authored
- Made $(HOME)/opt/fizmo default install prefix as long as we're in beta state.
-
chrender authored
- Fixed missing output when all remaining paragraphs are dumped from history onto screen.
-
chrender authored
- Minor scrolling fix. - Fixed cursor on / off settings to no longer move cursor outside window.
-
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.
-
- Nov 15, 2010
-
-
chrender authored
- Fixed scrolling to correctly output last line. - Fixed scrolling hitting top and bottom. - Numerous small scrolling fixes.
-
chrender authored
- Fixed backspace to also move terminating 0. This fixes a bug which occured on inserting a char after backspace.
-
chrender authored
- Fixed wrong output of last line when scrolling.
-
- Nov 14, 2010
-
-
chrender authored
- Fixed scrolling downward. - Fixed at-bottom-detetction for scrolling.
-
chrender authored
- Added further implementation for scrolling up.
-
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".
-
- Oct 30, 2010
-
-
chrender authored
- Added "get_available_locale_names" prototype.
-
chrender authored
- Added "get_available_locale_names" method.
-
chrender authored
- Implemented "delete_list_and_get_null_terminated_ptrs" method.
-
chrender authored
- Added first step for scrolling up.
-
chrender authored
- Added "advance_history_pointer" flag to "output_repeat_paragraphs". This will advance the history pointer to the last byte of output.
-
- Oct 01, 2010
- Sep 29, 2010
-
-
chrender authored
- Added default README.txt.
-
chrender authored
- Added BSD copyright notice.
-
chrender authored
- Added and adapted changelog from the 0.6 fizmo package.
-
chrender authored
- Implemented [More] prompt. - Improved z_ucs output to screen interface to also work with non-newline-separated lines.
-
chrender authored
- Fixed hyphenation char limit. - Added handling of hyphenation for words len < 4.
-
chrender authored
- Removed wrong z_ucs_rchar invocation, making refresh counts in cell-interface work again. - Added " to word separator chars.
-
- Sep 28, 2010
-
-
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.
-
chrender authored
- Added "get_interface_name" and "get_interface_version" prototypes for sound interface.
-
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.
-