Laurent MONIN
a897a95721
Compilation fixes (CONFIG_UTF_8): move variables declarations at start
...
of blocks. Old compilers do not support in-block declarations.
2006-07-27 09:49:49 +02:00
Miciah Dashiel Butler Masters
3ff8422e76
Fix a crash with the download manager when CONFIG_UTF_8 is enabled
...
In draw_file_download, pass get_file_download_text the terminal pointer
instead of NULL.
2006-07-26 21:28:40 +00:00
Witold Filipczyk
e301f0c4ab
Alignment of --with-gc
2006-07-26 21:31:01 +02:00
Witold Filipczyk
d83068ec85
Proper CFLAGS and LDFLAGS for the Python scripting backend.
...
The patch by M. Levinson.
I added DIR to the --with-python
2006-07-26 21:27:57 +02:00
Pavol Babincak
a7a7984d89
Merge with http://www.fi.muni.cz/~xbabinc/elinks/elinks-utf8.git/
...
without ucdata stuff. UTF-8 code cleanup. Added Pavol Babincak
to the AUTHORS
2006-07-25 09:59:12 +02:00
Witold Filipczyk
6c8f532692
Fixes to the Python scripting by M. Levinson
2006-07-24 18:52:25 +02:00
Laurent MONIN
29fb051fc9
Compilation fix: move variables declarations to top.
2006-07-24 17:56:07 +02:00
Witold Filipczyk
8b4daed148
Commented out the code causing infinite loop when viewing
...
test/backspaces.txt.
2006-07-23 16:35:53 +02:00
Witold Filipczyk
4263af97a9
The missing code, I suppose. Fixed moving right in textareas in UTF-8 mode.
...
First move was by two cells.
2006-07-23 15:23:19 +02:00
Witold Filipczyk
58b158871c
Decode the second char of double glyph. Still problems with a splitted
...
char
2006-07-23 13:14:38 +02:00
Witold Filipczyk
7cb91c3213
Decode the second char from double glyph. When that char is splitted
...
by convert_string and that char is the beginning of double glyph too
we have a problem. This is a rare case. Must we care about it?
2006-07-23 13:04:39 +02:00
Witold Filipczyk
a3e0caca57
Return number of really processed chars. In that case 0
2006-07-23 12:27:20 +02:00
Jonas Fonseca
8e438aaa33
Merge with git+ssh://pasky/srv/git/elinks.git
2006-07-22 17:06:44 +02:00
Jonas Fonseca
71e569c129
Move variable out of loop to fix uninitialized warning caused by goto label
2006-07-22 17:06:05 +02:00
Witold Filipczyk
f5351fc0dc
Remember fragment of the splitted char and decode it next time. Idea by Jonas.
...
Not tested at all. UCS_NO_CHAR is returned only for <hr> or for UTF-8 char
which is splitted by convert_string
2006-07-21 22:10:18 +02:00
Witold Filipczyk
7c7a0bb890
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
2006-07-21 19:00:49 +02:00
Witold Filipczyk
1c04b45669
Show dots after UTF-8. Taken from Jonas's mail
2006-07-21 14:37:46 +02:00
Witold Filipczyk
098fb87065
Expand $LOCALEDIR. Previously, it was ${prefix}/share/locale
2006-07-21 14:08:24 +02:00
Witold Filipczyk
1b653b9765
Compilation fix
2006-07-21 13:21:21 +02:00
Miciah Dashiel Butler Masters
97e2bc9365
Text type-ahead searching: don't follow current link on enter
...
When the user presses enter during a text type-ahead search, simply cancel
the search without additionally following the current link. Link type-ahead
searching still will follow the active link on enter.
2006-07-21 11:15:30 +00:00
Witold Filipczyk
2a6125e3d0
Merge with utf8. src/document/plain/renderer.c replaced by utf8 version
2006-07-21 13:12:06 +02:00
Miciah Dashiel Butler Masters
ecbc2271d1
examine_element: drop html_stack parameter
...
The stack is available via the html_context, which is passed to
examine_element as of commit f42c86be70744e62af92282e4d64fc3066f6ba04.
2006-07-21 11:10:54 +00:00
Witold Filipczyk
8fa3a4c88f
Use isscreensafe also for UTF-8
2006-07-20 03:42:22 +02:00
Witold Filipczyk
8a1ef2ada9
That was missing, at least I think so
2006-07-20 02:05:56 +02:00
Witold Filipczyk
b388b4afea
Avoided rerendering
2006-07-20 02:03:25 +02:00
Witold Filipczyk
70a46e12aa
Fixed the issue when assummed codepage is not UTF-8
2006-07-19 19:11:03 +02:00
Witold Filipczyk
8c3f931ff0
Wide char could be bigger than 0xffff
2006-07-18 20:33:34 +02:00
Witold Filipczyk
c34a91a92f
pl.po: fixed a misleading translation
2006-07-18 19:58:36 +02:00
Witold Filipczyk
3126078f51
Rexgexp works but the accented letters. It's all I can do
2006-07-18 18:06:43 +02:00
Witold Filipczyk
b27667fcf7
Use already known document->options.utf8 instead of is_cp_utf8
2006-07-18 17:54:23 +02:00
Witold Filipczyk
44c74ac389
Refactor is_cp_special to is_cp_utf8
2006-07-18 17:51:03 +02:00
Witold Filipczyk
681cfc4ae5
Populate search function with utf8 indicating whether we really use UTF-8
2006-07-18 17:39:02 +02:00
Witold Filipczyk
02e098dc5a
Case insensitive search works with accented letters. UTF-8 character set
...
is assummed for now
2006-07-18 12:31:30 +02:00
Witold Filipczyk
7dc2b5bf02
Case insensitive search works but accented letters
2006-07-18 00:44:08 +02:00
Witold Filipczyk
8052c74a03
Case sensitive searching works, but only in UTF-8 mode
2006-07-18 00:28:13 +02:00
Witold Filipczyk
1adbce8429
unicode_val_T instead of unsigned char in struct search
2006-07-17 22:14:45 +02:00
Petr Baudis
85c9c54d00
Accept float widths (ceiling them)
...
Especially percentages might be floats instead of integer, see
e.g. http://www.armitunes.com/cgi-bin/icecast/playing.cgi .
2006-07-16 22:22:16 +02:00
Witold Filipczyk
d0f7a9279e
It works without this code
2006-07-16 16:00:56 +02:00
Witold Filipczyk
ff136e5116
Bugfix for bug 770 (Download resuming simply restarts the download)
...
using magic ;)
Now in resume mode connection is always interrupted
and resumed. Even when all file is downloaded from beginning
conection will be resumed from old end of file. Feel free to fix it.
2006-07-16 14:46:46 +02:00
Witold Filipczyk
89f5f7a1f1
pl.po: s/rozszerz/rozwiñ/
2006-07-15 18:33:37 +02:00
Jonas Fonseca
ef051261b3
Improve upon pasky's intro to the HTML engine
2006-07-13 21:12:24 +02:00
Petr Baudis
314dbc2dab
Add short intro and talk about box model
2006-07-13 03:46:16 +02:00
Petr Baudis
1ae18267f8
Kill src/document/html/TODO
...
In the first paragraph it lists what's already done. In the second it
lists the obvious. And the third is obsolete.
2006-07-13 02:51:31 +02:00
Petr Baudis
250669b0e9
Merge with /srv/git/elinks.git
2006-07-13 02:49:41 +02:00
Laurent MONIN
36a277540c
Let be more tolerant with buggy meta refresh. It should fix bug 767.
2006-07-10 21:16:14 +02:00
Jonas Fonseca
442645b766
Clean vernum.o
...
Reported-by: paakku on #elinks
2006-07-10 14:28:21 +02:00
Jonas Fonseca
4f2dd4f842
Clean PROGS so elinks binary is removed; make V=1 clean
print commands
...
This fixes a typo (s/PROG/PROGS/) and reintroduces the Q variable which
is conditionally set to empty or @, so that commands can be easily quieted.
We should probably use it for more stuff in Makefile.lib.
2006-07-10 14:27:40 +02:00
Witold Filipczyk
00fc1c394c
Avoid compilation of vernum.c in 'make install'
2006-07-09 17:25:29 +02:00
Witold Filipczyk
eed1d25051
Clean lib.o files too
2006-07-09 16:56:57 +02:00
Witold Filipczyk
2d9e28bd68
Used dir_sep instead of hard coded '/'
2006-07-09 13:02:44 +02:00