Miciah Dashiel Butler Masters
12b5345b9a
struct element_info: rename .func to .open
2006-05-28 00:10:12 +00:00
Jonas Fonseca
3cb080e5a2
Update vi keybindings to match the new action names
2006-05-26 23:48:39 +02:00
Witold Filipczyk
9fcd5ea64e
Weird. The backslash removed
2006-05-26 20:03:48 +02:00
Witold Filipczyk
d19dcaa3e7
IMHO line_break should fill lines with spaces. This is done for <pre>.
...
See glib documentation in 256 colors for the difference.
Some lines are 1 space longer. I have no idea how to level them.
2006-05-26 19:59:20 +02:00
Witold Filipczyk
c240908071
Polish translation: to request doesn't mean '¿±daæ'
2006-05-26 15:24:18 +02:00
Witold Filipczyk
0468e6ae00
Polish translation was updated
2006-05-25 15:15:54 +02:00
Petr Baudis
759ae7bef8
Fix missing space in lzma description indentation
2006-05-23 01:50:55 +02:00
Laurent MONIN
7098528ead
French translation was updated.
2006-05-22 09:34:23 +02:00
Jonas Fonseca
142c96f31c
Merge with http://www.iki.fi/kon/2006/elinks.git#plausible
2006-05-21 19:50:20 +02:00
Kalle Olavi Niemitalo
0a8633d07e
BFU: Fix infinite loops in menus that have only unselectable elements.
...
src/bfu/menu.c (scroll_menu): Let neither menu->selected nor pos
become -2.
src/bfu/menu.c (menu_mouse_handler): Call set_menu_selection directly
rather than via scroll_menu, as sel is already known to be selectable.
(Not required for fixing the bug.)
src/bfu/menu.c (menu_search_handler): Break infinite loops also if
menu->selected is -1 initially.
src/bfu/menu.c (menu_handler): Instead of tweaking menu->selected
directly, let scroll_menu do it.
2006-05-21 20:09:53 +03:00
Kalle Olavi Niemitalo
9fa5ae374f
BFU: Fix searching in menus past unselectable items.
...
The bug was that menu_search_handler gave scroll_menu an incorrect
count because it didn't know that scroll_menu skips unselectable
items.
2006-05-21 18:12:34 +03:00
Kalle Olavi Niemitalo
756e08b90e
fi.po: minor update
2006-05-21 17:13:23 +03:00
Kalle Olavi Niemitalo
db556e3376
accel-check: Add context info to cookies/dialogs.c (push_add_server_button).
2006-05-21 16:51:07 +03:00
Kalle Olavi Niemitalo
3090e3a250
BOOKMARKS: Tell the user why the Move button didn't work.
...
Thanks to Jonas Fonseca.
2006-05-21 16:46:23 +03:00
Witold Filipczyk
f2a2c69ccc
win32: avoid the segfault introduced by previous commit
2006-05-21 15:18:33 +02:00
Kalle Olavi Niemitalo
d237f529bf
If make -k was used and a sub-Make fails, build the rest before propagating.
2006-05-21 14:55:22 +03:00
Witold Filipczyk
5558284c08
win32: IMHO slightly better select implementation
2006-05-21 12:59:00 +02:00
Witold Filipczyk
af0997c637
win32: keyboard works. Since now IE has a real competitor ;-). ELinks
...
works under Windows at least with local files
2006-05-20 21:45:00 +02:00
Witold Filipczyk
e5edcb8369
Missing NULL
2006-05-20 17:58:13 +02:00
Witold Filipczyk
d87c0d9958
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
2006-05-20 17:28:57 +02:00
Witold Filipczyk
edcf52582c
win32: fixed colors decoding
2006-05-20 17:27:14 +02:00
Miciah Dashiel Butler Masters
7f312c546c
Create a module for src/viewer, which subsumes some existing modules
...
as submodules
2006-05-20 15:01:24 +00:00
Miciah Dashiel Butler Masters
e91b46de5f
Modularise viewer/text/marks
2006-05-20 15:01:24 +00:00
Miciah Dashiel Butler Masters
a0bcf254ae
Modularise src/terminal
2006-05-20 15:01:24 +00:00
Miciah Dashiel Butler Masters
337958d4e4
Modularise HTTP authentication
2006-05-20 15:01:23 +00:00
Miciah Dashiel Butler Masters
4bb87288f8
Document the difference between builtin_modules and main_modules
2006-05-20 15:01:23 +00:00
Miciah Dashiel Butler Masters
5dcac5c32d
Modularise config/kbdbind
2006-05-20 15:01:22 +00:00
Miciah Dashiel Butler Masters
eee3ecdbbc
BitTorrent: Remove superfluous check and assignment
...
unchoke_bittorrent_peer checks and clears peer->remote.choked,
so do not do so in the caller.
2006-05-20 12:13:32 +00:00
Miciah Dashiel Butler Masters
fe07757574
BitTorrent: Remove a superfluous check and assignment
...
choke_bittorrent_peer checks and sets peer->remote.choked,
so do not do it again in the caller.
2006-05-20 12:13:30 +00:00
Witold Filipczyk
cbb507a6b5
WIN32 port: introduced VT100 decoder. ELinks is able to display first page
...
of the document. Keyboard doesn't work, Windows style path either.
I tested it only under Wine.
2006-05-20 14:05:45 +02:00
Witold Filipczyk
3dc145bde2
Changes related to Win32 port. S_IRWXG and S_IRWXO were undefined
...
under crossmingw32. init_static_version must be called after init_options
because ELinks wanted to read "verbose" option before it was initialized.
2006-05-18 21:46:42 +02:00
Miciah Dashiel Butler Masters
739298b46d
Replace a loop with arithmetic in move_current_tab
2006-05-15 20:00:27 +00:00
Miciah Dashiel Butler Masters
3ee31b956a
Fix wraparound behaviour in switch_to_tab
2006-05-15 19:57:46 +00:00
Kalle Olavi Niemitalo
408f9174a8
Use int_bounds in move_current_tab.
...
Requested by Miciah Dashiel Butler Masters.
2006-05-15 22:20:45 +03:00
Kalle Olavi Niemitalo
1fdd9002cb
BFU: Redraw the terminal when moving the main menu to the bottom.
...
This fixes a bug where choosing e.g. "About" from the menu left
the main menu visible but Ctrl-L in the About dialog hid it again.
2006-05-15 00:30:54 +03:00
Kalle Olavi Niemitalo
ca84c353b5
BFU: Display the main menu immediately when activating it.
...
This fixes two bugs:
1. Pressing F9 did not make the main menu visible, but then pressing
e.g. Right made it visible.
2. Pressing F9 and then Down displayed the first submenu (File) at the
wrong position on the screen.
2006-05-15 00:15:08 +03:00
Kalle Olavi Niemitalo
2e42b2d4df
Fix assertion failure when closing a terminal that has more than one tab.
...
src/terminal/terminal.c (destroy_terminal): Set term->current_tab = 0
before deleting any windows.
2006-05-14 23:13:51 +03:00
Kalle Olavi Niemitalo
513cade0ff
doc: Fixed a quote in AsciiDoc markup.
2006-05-14 22:22:37 +03:00
Kalle Olavi Niemitalo
39c157389d
Don't let move_current_tab move the tab beyond the main menu.
...
src/terminal/tab.c (get_tab_by_number): Assert that the returned
struct window * actually points to a struct window.
src/terminal/tab.c (move_current_tab): Keep tabs contiguous in the
stack of windows. Obey "ui.tabs.wraparound".
src/terminal/terminal.h (struct terminal): Documented that tabs can
move in the stack.
src/terminal/window.c (assert_window_stacking): Check that the main
menu isn't between tabs.
2006-05-14 22:17:26 +03:00
Kalle Olavi Niemitalo
276f723ab7
New tabs always open below dialogs, never above.
...
This fixes the bug that tabs opened with -remote used to hide existing
dialogs, which then became unusable until the new tabs were closed.
src/terminal/tab.c (init_tab): Put the new tab immediately above
existing ones, or if it's the first one, then at the bottom of the stack.
Added assertions.
src/terminal/terminal.h (struct terminal): Redocumented the stacking
order of windows.
src/terminal/window.c [CONFIG_DEBUG] (assert_window_stacking): New function.
src/terminal/window.h (assert_window_stacking): New function or no-op macro.
2006-05-14 14:03:17 +03:00
Jonas Fonseca
2fcf33541c
Merge with http://www.iki.fi/kon/2006/elinks.git#plausible
2006-05-13 23:15:05 +02:00
Kalle Olavi Niemitalo
eae626a981
doc: Added src/bfu/README.
...
src/bfu/README: This new file currently contains a diagram of how the
various struct types of src/bfu/ and src/terminal/ relate to each
other. More documentation may be added later, although if it is
specific to a particular structure, then it should probably go in the
corresponding header file so that people will remember to update it.
2006-05-13 17:01:20 +03:00
Kalle Olavi Niemitalo
5c2dfc72cf
doc: Minor fixes wrt accel-check.
...
doc/hacking.txt: Point to the ELinks-specific po/perl/README, rather
than to the generic po/perl/check-accelerator-conflicts.pl.
po/perl/README: Removed a spurious preposition.
2006-05-13 16:47:39 +03:00
Witold Filipczyk
c4c97a07bd
plain renderer: return when data is invalid in some cases
2006-05-10 18:18:22 +02:00
Witold Filipczyk
82d38ff2be
plain renderer: rewritten change_colors, handling 256 color ESC sequences.
...
TODO: mono mode
2006-05-10 17:46:31 +02:00
Witold Filipczyk
47f3dd0421
copiousoutput: I'm not sure about this. pclose may hang ELinks for long time,
...
fclose should return immediately
2006-05-09 10:12:36 +02:00
Witold Filipczyk
f377e6f4af
copiousoutput: only mark /dev/fd/%d as popen data . I reflect if ELinks may
...
run out of fds
2006-05-09 09:42:00 +02:00
Witold Filipczyk
4dc4ea47f2
copiousoutput: cleanup after copiousoutput handling. Temporary files should
...
be deleted
2006-05-09 09:36:16 +02:00
Witold Filipczyk
c677bc010d
plain renderer: stdio.h is not required
2006-05-08 10:20:37 +02:00
Witold Filipczyk
88c146a395
plain_renderer: cg-log -c | elinks works. The code needs cleanup
2006-05-07 15:49:08 +02:00