- Nov 22, 2010
-
-
chrender authored
- Modified "set_current_locale_name" to take char* instead of z_ucs*. - Removed dead code.
-
- Nov 21, 2010
-
-
chrender authored
- Added variable initializations to avoid compiler warnings.
-
chrender authored
- Moved "default_foreground_colour" and "default_background_colour" into libfizmo.
-
chrender authored
- Implemented "color_name_to_z_colour" function. - Moved z_colours from fizmo-ncursesw interface and libcellif into libfizmo types.
-
chrender authored
- Implemented "foreground-color", "background-color", "enable-color", and "disable-color" options.
-
chrender authored
- Implemented config options without values. - Moved "foreground-color", "background-color", "enable-color" and "disable-color" into libfizmo configuration options.
-
- Nov 19, 2010
-
-
chrender authored
- Removed unused "factorial" function.
-
- Nov 18, 2010
- Nov 17, 2010
-
-
chrender authored
- Added "padding_buffer" for left padding implementation.
-
chrender authored
- Implemented "wordwrap_destroy_wrapper" function. - Implemented output_left_margin.
-
chrender authored
- Raised beta version number due to libcellif-separation.
-
chrender authored
- Adapted Makefile to no-longer present cell-interface code in the core libfizmo module.
-
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