- Nov 23, 2010
-
-
chrender authored
- Re-worked configuration option system. - Renamed "set-tandy-bit" to "set-tandy-flag". - Adapted current files to new configuration.
-
- Nov 22, 2010
-
-
chrender authored
- Initial documentation stubs.
-
chrender authored
- Implemnted "expand_configuration_value" function, which expands variables in configuration options. Currently only implemented variable is $(HOME) for the current user's home directory.
-
chrender authored
- Extended maximum configuration option value to 240 characters.
-
chrender authored
- Deactivated FIZMO_UNIQUE_EXIT_CODE. Turns out that return codes to the OS are usually ANDed 0xff, which makes the feature quite useless.
-
chrender authored
- Removed unused variable in "parse_fizmo_config_file".
-
chrender authored
- Removed unused i18n_libfizmo_P0D_BYTES_USED_BY_TEXT_HISTORY_METADATA and i18n_libfizmo_P0D_BYTES_USED_BY_PARAGRAPH_CACHE translations.
-
chrender authored
- Added "locale" option. - Replaced many "strcmp"s in parsing with "strcasecmp"s.
-
chrender authored
- Made "locale" configuation option standard option handled by "config.c".
-
chrender authored
- Added output of texthistory-usage memory in "/info" command.
-
chrender authored
- Implemented "get_allocated_text_history_size" function. - Removed dead code.
-
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.
-