2006-11-25 |
Kalle Olavi Niemitalo | Bug 846: Document the expected parents of SMJS class...
|
commit | commitdiff | tree |
2006-11-25 |
Kalle Olavi Niemitalo | Bug 846: Comments on the relations between JSClasses...
|
commit | commitdiff | tree |
2006-11-25 |
Kalle Olavi Niemitalo | Bug 846: Document the private data in each SMJS class.
|
commit | commitdiff | tree |
2006-11-18 |
Kalle Olavi Niemitalo | Bug 841, CVE-2006-5925: Disable SMB earlier so that...
|
commit | commitdiff | tree |
2006-11-18 |
Kalle Olavi Niemitalo | Bug 841, CVE-2006-5925: Prevent enabling the SMB protocol.
|
commit | commitdiff | tree |
2006-11-13 |
Kalle Olavi Niemitalo | Bug 830: Check -remote command names more strictly.
|
commit | commitdiff | tree |
2006-11-12 |
Kalle Olavi Niemitalo | Use new macro UCS_ORPHAN_CELL for broken double-cell...
|
commit | commitdiff | tree |
2006-11-12 |
Kalle Olavi Niemitalo | Bug 153: Refer to the bug from the docstring of bookmarks...
|
commit | commitdiff | tree |
2006-11-12 |
Kalle Olavi Niemitalo | Names of enum constants should be in upper case.
|
commit | commitdiff | tree |
2006-11-12 |
Kalle Olavi Niemitalo | u2cp_: Make the no_nbsp_hack parameter an enum.
|
commit | commitdiff | tree |
2006-11-11 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-11-11 |
Kalle Olavi Niemitalo | Bug 387: Treat 
 inside <pre>...</pre> as a newline.
|
commit | commitdiff | tree |
2006-11-11 |
Kalle Olavi Niemitalo | decompress_data: Always initialize to_read, avoiding...
|
commit | commitdiff | tree |
2006-11-08 |
Kalle Olavi Niemitalo | THANKS: Remove link to HSTI webpage as the domain is...
|
commit | commitdiff | tree |
2006-11-04 |
Kalle Olavi Niemitalo | Revert c9ce4260e5d8 (broke URLs as -remote arguments)
|
commit | commitdiff | tree |
2006-11-02 |
Kalle Olavi Niemitalo | draw_char_data: Document the dubious unicode_to_cell...
|
commit | commitdiff | tree |
2006-10-30 |
Kalle Olavi Niemitalo | Bug 724: Quadruple ITRM_IN_QUEUE_SIZE from 16 to 64...
|
commit | commitdiff | tree |
2006-10-29 |
Kalle Olavi Niemitalo | Bug 724: terminal: Correct parsing of ECMA-48 control...
|
commit | commitdiff | tree |
2006-10-29 |
Kalle Olavi Niemitalo | terminal: Treat ESC O as Alt-O if the next byte is...
|
commit | commitdiff | tree |
2006-10-25 |
Kalle Olavi Niemitalo | Bug 821: Document the charsets of buffers for BFU and...
|
commit | commitdiff | tree |
2006-10-23 |
Kalle Olavi Niemitalo | Bug 821: With CONFIG_UTF8 and UTF-8 I/O, form_state...
|
commit | commitdiff | tree |
2006-10-22 |
Kalle Olavi Niemitalo | Bug 821: kbd_field: CONFIG_UTF8 does not mean widget_data...
|
commit | commitdiff | tree |
2006-10-21 |
Kalle Olavi Niemitalo | Revert the use of wcwidth() and describe why.
|
commit | commitdiff | tree |
2006-10-15 |
Kalle Olavi Niemitalo | Bug 811: Added test/nbsp.html.
|
commit | commitdiff | tree |
2006-09-27 |
Kalle Olavi Niemitalo | switch_to_tab: Prevent "tab number out of range" assertion...
|
commit | commitdiff | tree |
2006-09-25 |
Kalle Olavi Niemitalo | Garbage-collect SMJS objects before flushing caches.
|
commit | commitdiff | tree |
2006-09-25 |
Kalle Olavi Niemitalo | List "Triggered When" before "Arguments" in the event...
|
commit | commitdiff | tree |
2006-09-25 |
Kalle Olavi Niemitalo | List events in alphabetical order.
|
commit | commitdiff | tree |
2006-09-25 |
Kalle Olavi Niemitalo | comment fix (__STDC_ISO_10646__, not __STDC_ISO_10646)
|
commit | commitdiff | tree |
2006-09-24 |
Kalle Olavi Niemitalo | Use wcwidth if available and applicable.
|
commit | commitdiff | tree |
2006-09-24 |
Kalle Olavi Niemitalo | Bug 381: Store codepage-to-Unicode mappings as dense...
|
commit | commitdiff | tree |
2006-09-24 |
Kalle Olavi Niemitalo | Bug 381: New macro is_cp_ptr_utf8(cp_ptr).
|
commit | commitdiff | tree |
2006-09-24 |
Kalle Olavi Niemitalo | Bug 381: Halve sizeof(struct table_entry).
|
commit | commitdiff | tree |
2006-09-24 |
Kalle Olavi Niemitalo | Bug 381: Make codepage data const.
|
commit | commitdiff | tree |
2006-09-23 |
Kalle Olavi Niemitalo | Bug 810: Add a few comments pointing to the bug.
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Callers of cp_to_unicode() assert that it didn't return...
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Define datarootdir in Makefile.config.in, for better...
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Fix spelling in the "Python support is incomplete"...
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Explain why the configure script tries to use -rdynamic.
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Internally rename the utf_8 codepage to utf8.
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Rename CONFIG_UTF_8 to CONFIG_UTF8.
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Change "utf_8" to "utf8" in most identifiers.
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | Bug 772: Recognize ESC [ Z as Shift-Tab, and bind it...
|
commit | commitdiff | tree |
2006-09-17 |
Kalle Olavi Niemitalo | terminal doc: Explain the "ECMA-48 Terminfo $TERM"...
|
commit | commitdiff | tree |
2006-09-10 |
Kalle Olavi Niemitalo | sig_tstp: Use _exit() rather than exit().
|
commit | commitdiff | tree |
2006-09-10 |
Kalle Olavi Niemitalo | Prepend $(top_builddir) to @INSTALL@ if it is relative.
|
commit | commitdiff | tree |
2006-09-09 |
Kalle Olavi Niemitalo | "Resize terminal" tries to use the window size increment.
|
commit | commitdiff | tree |
2006-09-03 |
Kalle Olavi Niemitalo | fi.po: minor update
|
commit | commitdiff | tree |
2006-09-03 |
Kalle Olavi Niemitalo | UTF-8: Stepping functions set *count even if an assertion...
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | add_accesskey_to_string: Add the Alt modifier to the...
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | UTF-8: Don't update form_state.state_cell if it is...
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | UTF-8: Fix scrolling of input fields.
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | UTF-8: Reformat get_link_cursor_offset() a little.
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | New function colspan_is_in_box()
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | UTF-8: New functions for stepping forward and backward...
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | viewer: Document some members of struct form_state.
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | fi.po: minor update
|
commit | commitdiff | tree |
2006-09-02 |
Kalle Olavi Niemitalo | Change elinks.or.cz to elinks.cz and one i.e. to e...
|
commit | commitdiff | tree |
2006-08-27 |
Kalle Olavi Niemitalo | ECMAScript: If accessKey is a surrogate, throw an error...
|
commit | commitdiff | tree |
2006-08-27 |
Kalle Olavi Niemitalo | Outdent labels as instructed in doc/hacking.txt.
|
commit | commitdiff | tree |
2006-08-25 |
Kalle Olavi Niemitalo | terminal UTF-8: Reject code points reserved for UTF...
|
commit | commitdiff | tree |
2006-08-25 |
Kalle Olavi Niemitalo | terminal UTF-8: Have an array for the interlink->utf_8...
|
commit | commitdiff | tree |
2006-08-24 |
Kalle Olavi Niemitalo | Define and use macros for handling UTF-16 surrogates.
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | ECMAScript: Preserve all of Unicode when setting the...
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | ECMAScript: Fix previous careless SEE changes.
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | ECMAScript: More accessKey tests.
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | ECMAScript: Preserve all of Unicode when reading the...
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | parse_keystroke: Fold the case of Ctrl-letter after...
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | parse_keystroke: Fold the case of Ctrl-letter only...
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | Change the description of the connection.try_ipv4 option.
|
commit | commitdiff | tree |
2006-08-20 |
Kalle Olavi Niemitalo | ECMAScript: Added a test for the accessKey property.
|
commit | commitdiff | tree |
2006-08-19 |
Kalle Olavi Niemitalo | UTF-8: Split UCS_REPLACEMENT_CHARACTER off UCS_NO_CHAR.
|
commit | commitdiff | tree |
2006-08-19 |
Kalle Olavi Niemitalo | fi.po: keybindings, authentication, and managers
|
commit | commitdiff | tree |
2006-08-19 |
Kalle Olavi Niemitalo | config: Change an error message in the keybinding manager.
|
commit | commitdiff | tree |
2006-08-19 |
Kalle Olavi Niemitalo | fi.po: kaavake -> lomake, like in MSIE and Firefox.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | terminal UTF-8: check_kbd_label_key() allows non-ASCII...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | BFU UTF-8: check_hotkeys_common() compares hotkeys...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | UTF-8 doc: unicode_fold_label_case() may be called...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | UTF-8: New function cp_to_unicode().
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | terminal doc: More documentation for keyboard event...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | terminal UTF-8: New type term_event_char_T.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | BFU UTF-8: select_button_by_key() folds the case of...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | terminal: New type term_event_modifier_T.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | terminal: New enum term_event_special_key.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | terminal: Define term_event_key_T as int32_t, not int.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | really_add_keybinding: Remove unneeded initialization.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | doc: Document parse_keystroke().
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | Support Ctrl-Alt-letter key combinations.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | check_kbd_label_key: Allow only the Alt modifier.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | Key name strings are const in read_key() and in its...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | parse_keystroke: Never write back to the input string.
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | really_add_keybinding: Display the canonical name of...
|
commit | commitdiff | tree |
2006-08-13 |
Kalle Olavi Niemitalo | do_file_menu: Correct the order of arguments in SET_MENU_ITE...
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | UTF-8: Reuse the translation table if it is from the...
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | try_document_key: Convert the key to UCS-4, resolving...
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | try_mark_key: Reject non-ASCII keys as mark characters.
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | UTF-8 doc: Clarify FIXME in try_document_key.
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | add_accesskey_to_string: Use KBD_MOD_NONE, rather than...
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | terminal: Introduce term_event_key_T.
|
commit | commitdiff | tree |
2006-08-12 |
Kalle Olavi Niemitalo | UTF-8 doc: Clarify FIXME in add_accesskey_to_string.
|
commit | commitdiff | tree |