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 |
2006-08-06 |
Kalle Olavi Niemitalo | BFU: Fix cell count for forcibly wrapped lines.
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: Read modifiers from the first UTF-8 byte...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal UTF-8: term_event_keyboard.key is UCS-4, ...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | UTF-8: New function unicode_fold_label_case and a related...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal UTF-8: Translate all input via UCS-4, #ifdef...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: term_send_ucs makes its own struct term_event.
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | Renumber special keys to negative values, making room...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | config: Do not treat all negative key values like KBD_UNDEF.
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: Introduce macros for KBD_F1...KBD_F12 arithmetic.
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: Define separate structs for events passed...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: decode_terminal_escape_sequence ignores previous...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: Do not call toupper with potentially out...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | terminal: Decode UTF-8 only from bytes, not from codes...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | do_auth_dialog: Don't claim that the authentication...
|
commit | commitdiff | tree |
2006-08-06 |
Kalle Olavi Niemitalo | do_auth_dialog: Fix off-by-one error leading to reads...
|
commit | commitdiff | tree |
2006-08-05 |
Kalle Olavi Niemitalo | build: Don't use $(AM_CFLAGS) anymore. Use $(CPPFLAGS...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: itrm.in.sock == itrm.out.std in the master...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: TERM=sun explains 4 ctl seqs. Terminfo...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: Try to name one terminal for each keyboard...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: Add a comment about $TERM on FreeBSD.
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal: Decode ESC O entirely separately from ESC [.
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal: Rewrite process_queue.
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal: In the ESC timeout, don't assume merely ESC...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal: Move kbd_timeout below set_kbd_event.
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal: Kill the ESC timer when blocking the terminal.
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: More comments about itrm->in.queue and...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: Clarify itrm.remote and some others;...
|
commit | commitdiff | tree |
2006-08-01 |
Kalle Olavi Niemitalo | terminal doc: Document struct itrm and related things.
|
commit | commitdiff | tree |
2006-07-31 |
Kalle Olavi Niemitalo | viewer UTF-8: Correctly position cursor for ACT_EDIT_LEFT...
|
commit | commitdiff | tree |
2006-06-05 |
Kalle Olavi Niemitalo | cookies: New function init_cookie has a monopoly.
|
commit | commitdiff | tree |
2006-06-05 |
Kalle Olavi Niemitalo | cookies: Use strrchr instead of ad-hoc loop.
|
commit | commitdiff | tree |
2006-06-05 |
Kalle Olavi Niemitalo | cookies: A feeble attempt to support 16-bit int.
|
commit | commitdiff | tree |
2006-06-05 |
Kalle Olavi Niemitalo | cookies: Check return values of parse_header_param.
|
commit | commitdiff | tree |
2006-06-05 |
Kalle Olavi Niemitalo | parse_header_param stores the string via a pointer...
|
commit | commitdiff | tree |
2006-06-02 |
Kalle Olavi Niemitalo | bookmarks: CONFIG_SMALL elides explanations of why...
|
commit | commitdiff | tree |
2006-06-02 |
Kalle Olavi Niemitalo | bookmarks: Turn tree_node::attrs into a struct list_head.
|
commit | commitdiff | tree |
2006-06-02 |
Kalle Olavi Niemitalo | cookies: Reject empty name in "Add server".
|
commit | commitdiff | tree |
2006-06-02 |
Kalle Olavi Niemitalo | cookies: "Add Server" ignores "cookies.accept_policy".
|
commit | commitdiff | tree |
2006-06-02 |
Kalle Olavi Niemitalo | BFU: Mark format strings in struct listbox_ops_messages.
|
commit | commitdiff | tree |
2006-05-21 |
Kalle Olavi Niemitalo | BFU: Fix infinite loops in menus that have only unselectable...
|
commit | commitdiff | tree |
2006-05-21 |
Kalle Olavi Niemitalo | BFU: Fix searching in menus past unselectable items.
|
commit | commitdiff | tree |
2006-05-21 |
Kalle Olavi Niemitalo | fi.po: minor update
|
commit | commitdiff | tree |
2006-05-21 |
Kalle Olavi Niemitalo | accel-check: Add context info to cookies/dialogs.c...
|
commit | commitdiff | tree |
2006-05-21 |
Kalle Olavi Niemitalo | BOOKMARKS: Tell the user why the Move button didn't...
|
commit | commitdiff | tree |
2006-05-21 |
Kalle Olavi Niemitalo | If make -k was used and a sub-Make fails, build the...
|
commit | commitdiff | tree |
2006-05-15 |
Kalle Olavi Niemitalo | Use int_bounds in move_current_tab.
|
commit | commitdiff | tree |
2006-05-14 |
Kalle Olavi Niemitalo | BFU: Redraw the terminal when moving the main menu...
|
commit | commitdiff | tree |
2006-05-14 |
Kalle Olavi Niemitalo | BFU: Display the main menu immediately when activating it.
|
commit | commitdiff | tree |
2006-05-14 |
Kalle Olavi Niemitalo | Fix assertion failure when closing a terminal that...
|
commit | commitdiff | tree |
2006-05-14 |
Kalle Olavi Niemitalo | doc: Fixed a quote in AsciiDoc markup.
|
commit | commitdiff | tree |
2006-05-14 |
Kalle Olavi Niemitalo | Don't let move_current_tab move the tab beyond the...
|
commit | commitdiff | tree |
2006-05-14 |
Kalle Olavi Niemitalo | New tabs always open below dialogs, never above.
|
commit | commitdiff | tree |
2006-05-13 |
Kalle Olavi Niemitalo | doc: Added src/bfu/README.
|
commit | commitdiff | tree |
2006-05-13 |
Kalle Olavi Niemitalo | doc: Minor fixes wrt accel-check.
|
commit | commitdiff | tree |
2006-04-26 |
Kalle Olavi Niemitalo | doc: Always refer to elinks.cz rather than elinks.or.cz.
|
commit | commitdiff | tree |
2006-04-26 |
Kalle Olavi Niemitalo | doc: CVS is no longer used. Mention static accel checking.
|
commit | commitdiff | tree |
2006-04-26 |
Kalle Olavi Niemitalo | doc: More AsciiDoc compatibility.
|
commit | commitdiff | tree |
2006-04-23 |
Kalle Olavi Niemitalo | doc: Misc spelling and AsciiDoc compatibility fixes.
|
commit | commitdiff | tree |
2006-04-23 |
Kalle Olavi Niemitalo | fi.po: Changed one translation.
|
commit | commitdiff | tree |
2006-03-26 |
Kalle Olavi Niemitalo | fi.po: mostly options, download, and BitTorrent
|
commit | commitdiff | tree |
2006-03-26 |
Kalle Olavi Niemitalo | accel-check: add_uri_command_to_menu now wants the...
|
commit | commitdiff | tree |
2006-03-26 |
Kalle Olavi Niemitalo | check-accelerator-conflicts.pl v1.5 suggests better...
|
commit | commitdiff | tree |
2006-03-13 |
Kalle Olavi Niemitalo | 1. If neither CONFIG_88_COLORS nor CONFIG_256_COLORS...
|
commit | commitdiff | tree |
2006-02-19 |
Kalle Olavi Niemitalo | Fixed all accelerator conflicts.
|
commit | commitdiff | tree |
2006-02-19 |
Kalle Olavi Niemitalo | v1.4 supports a new option: --msgid-fallback.
|
commit | commitdiff | tree |
2006-02-18 |
Kalle Olavi Niemitalo | Locale::PO now preserves unrecognized flags, although...
|
commit | commitdiff | tree |
2006-02-18 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-18 |
Kalle Olavi Niemitalo | Made it possible to scan msgid strings for accelerator...
|
commit | commitdiff | tree |
2006-02-15 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Updated the Almost Bugs section to match recent changes.
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | v1.3 proposes accelerators that are still available.
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | v1.2 tries not to report the same conflict multiple...
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | check-accelerator-conflicts.pl displays line numbers...
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | save_file returns undef and remembers $! if print fails.
|
commit | commitdiff | tree |
2006-02-12 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-11 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-11 |
Kalle Olavi Niemitalo | New parser in Locale::PO supports obsolete entries...
|
commit | commitdiff | tree |
2006-02-11 |
Kalle Olavi Niemitalo | Merge with /home/kalle/src/MIRROR/elinks/.git
|
commit | commitdiff | tree |
2006-02-10 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-06 |
Kalle Olavi Niemitalo | Fix compile errors in call_onsubmit_or_submit #ifdef...
|
commit | commitdiff | tree |
2006-02-06 |
Kalle Olavi Niemitalo | Tell the selected submit button to the server.
|
commit | commitdiff | tree |
2006-02-05 |
Kalle Olavi Niemitalo | Documented the load_file and save_file methods of Locale...
|
commit | commitdiff | tree |
2006-02-05 |
Kalle Olavi Niemitalo | Renamed normalize_str to _normalize_str, and dump_multi_comm...
|
commit | commitdiff | tree |
2006-02-05 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2006-02-05 |
Kalle Olavi Niemitalo | Minor fix and comments in Locale::PO:
|
commit | commitdiff | tree |
2006-01-15 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |