1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Commit Graph

  • 947ddc4160 In html_table, rename parameter a to attr. Miciah Dashiel Butler Masters 2005-11-26 02:15:00 +0000
  • cf2fcaa84f Shuffle code so that the do_html_select, do_html_select_multiple, and html_select are together. Miciah Dashiel Butler Masters 2005-11-26 01:50:46 +0000
  • a781cf1894 Give do_html_select return type void instead of int. Miciah Dashiel Butler Masters 2005-11-26 01:47:50 +0000
  • 321003a09e Check for the multiple attribute in html_select rather than in do_html_select. Miciah Dashiel Butler Masters 2005-11-26 01:46:01 +0000
  • c2445f09bd Factor do_html_select_multiple out of html_select. Miciah Dashiel Butler Masters 2005-11-26 01:43:10 +0000
  • a6a67174af Drop the html_textarea wrapper for do_html_textarea and rename do_html_textarea to html_textarea. Miciah Dashiel Butler Masters 2005-11-26 01:35:26 +0000
  • a27284611c Don't export do_html_select. Miciah Dashiel Butler Masters 2005-11-26 01:32:10 +0000
  • 683c8722d2 Merge do_html_script into html_script. Miciah Dashiel Butler Masters 2005-11-26 01:23:07 +0000
  • df97a92e53 Oops, add missing description of preformat hook return value Jonas Fonseca 2005-11-26 01:22:14 +0100
  • 22008c5c62 Improve the ruby hook example file Jonas Fonseca 2005-11-26 01:14:08 +0100
  • bb588729ff Silence various sparse warnings Jonas Fonseca 2005-11-25 19:02:16 +0100
  • 48c113b114 Fix non-ANSI function declaration Jonas Fonseca 2005-11-25 18:51:21 +0100
  • 2e18d752fc Kill suspicious looking empty line Jonas Fonseca 2005-11-25 13:31:07 +0100
  • 3dd81f003e Fix trailing whitespaces. Laurent MONIN 2005-11-25 09:38:32 +0100
  • 50ffe0f2cd html_select(): fix compilation bug to recent patch. Laurent MONIN 2005-11-25 09:32:43 +0100
  • 9062c83b51 Let html_select, html_textarea, and html_script call do_html_select, do_html_textarea, and do_html_script directly instead of handling them specially in start_element. Miciah Dashiel Butler Masters 2005-11-25 01:22:55 +0000
  • 08c1cdf9d4 Add parameters unsigned char *html, unsigned char *eof, and unsigned char **end to element_handler_T. Miciah Dashiel Butler Masters 2005-11-25 00:30:13 +0000
  • 94e6b2def5 Revert DOM stack member renames and fix compile errors Jonas Fonseca 2005-11-25 00:16:22 +0100
  • 60269a7466 One missing sparse warning fix Jonas Fonseca 2005-11-24 21:57:35 +0100
  • fa2802385f Slightly adjust the verbose output of the sparse command Jonas Fonseca 2005-11-24 21:54:49 +0100
  • 6afdbf608f Fix frame-related crash on www.sts.pl (bug 723) Witold Filipczyk 2005-11-24 16:42:03 +0100
  • 5dffe2e8ac Fix various sparse warnings Jonas Fonseca 2005-11-24 15:38:47 +0100
  • 2dd2e10a28 Remove unused ditrm declaration Jonas Fonseca 2005-11-24 14:24:14 +0100
  • 7c0b6809b9 HTML_NODE_INFO -> HTML_, HTML_NODE_INF2 -> HTM2_ Jonas Fonseca 2005-11-24 13:32:04 +0100
  • 68d692724c Add rules to check all .c files with sparse Jonas Fonseca 2005-11-24 13:24:19 +0100
  • 8399b2caf2 The site search prefix now checks for an actual URL (with the isurl sub). Searching for multiple terms with the site specified is now possible. Russ Rowan 2005-11-23 16:56:39 -0500
  • 638cce2d19 The URL checking now has its own subroutine. Russ Rowan 2005-11-23 16:14:57 -0500
  • 917b310cdb Fixed the IP address detection in goto search. Russ Rowan 2005-11-23 15:42:23 -0500
  • 583649e807 Try to fix HTTP gzip decoding Witold Filipczyk 2005-11-15 22:23:27 +0100
  • 6815be6964 Document the infoBox() command Jonas Fonseca 2005-11-15 17:40:38 +0100
  • b42b098fd4 Remove unused root member of struct dom_renderer Jonas Fonseca 2005-11-15 12:11:48 +0100
  • acf2ec806b Remove empty lines in start of header files Jonas Fonseca 2005-11-15 11:33:27 +0100
  • 41941c64d6 Improve the DOM stack structures comments Jonas Fonseca 2005-11-15 11:21:01 +0100
  • 16481d7baa Move DOM exception enum to separate file Jonas Fonseca 2005-11-15 11:01:11 +0100
  • bccfbf8647 Rename DOM navigator -> stack Jonas Fonseca 2005-11-15 10:43:52 +0100
  • a0fb29bcd5 Fix typo introduced in cdd3f5d9739d... Jonas Fonseca 2005-11-15 10:20:48 +0100
  • cdd3f5d973 Modify the logic for confirm_submit to flow better. Miciah Dashiel Butler Masters 2005-11-14 09:02:08 +0000
  • 683d73d89d Tighten scope for cached in ses_goto. Miciah Dashiel Butler Masters 2005-11-14 08:53:03 +0000
  • 97ad0e0f21 Use ses_load in post_yes. Miciah Dashiel Butler Masters 2005-11-14 08:51:09 +0000
  • 93d6d959a5 Factor new function ses_load out of ses_goto. Miciah Dashiel Butler Masters 2005-11-14 08:46:17 +0000
  • 16c0afb56c Drop a superfluous assignment to confirm_submit in ses_goto. Miciah Dashiel Butler Masters 2005-11-14 08:27:55 +0000
  • 5d39d90909 Add some whitespace in bad_punct. Miciah Dashiel Butler Masters 2005-11-11 06:17:50 +0000
  • f7bc7c3497 Tidy up. Laurent MONIN 2005-11-10 15:42:35 +0100
  • 2beadb8f6b html_focusable(): use mem_free_set(). Laurent MONIN 2005-11-10 15:38:52 +0100
  • 29577cad31 html_focusable(): use a local variable to shorten lines. Laurent MONIN 2005-11-10 15:35:57 +0100
  • 24a8ff7294 Tidy up, drop a goto. Laurent MONIN 2005-11-10 10:39:42 +0100
  • 4f74807a9b Added a usenet binary search prefix. Russ Rowan 2005-11-03 01:52:33 -0500
  • 0fed31e6bd Add a file for script types testing. Laurent MONIN 2005-11-02 16:55:15 +0100
  • 39015488d3 Optimize type of script matching. Laurent MONIN 2005-11-02 16:54:24 +0100
  • 53590ee002 Attempt to match a wider range of types regarding detection of javascript. Only text/javascript type was matched. Laurent MONIN 2005-11-02 10:38:24 +0100
  • ffcee4532d Make the build id thing work for out of tree builds Jonas Fonseca 2005-11-01 23:19:50 +0100
  • 37d43ef7c6 Merge with git+ssh://pasky.or.cz/srv/git/elinks.git Miciah Dashiel Butler Masters 2005-11-01 19:32:31 +0000
  • b374d9f407 Options i18n debug code: accept > as ending char, it is used for tags. Laurent MONIN 2005-10-30 17:42:58 +0100
  • 0cc6877365 French translation was updated. Laurent MONIN 2005-10-30 17:26:15 +0100
  • 212c0e6c04 Drop install-local-{yes,no} rules since logic was moved to the top Makefile Jonas Fonseca 2005-10-30 08:07:03 +0100
  • f570b6303e Merge with git+ssh://pasky.or.cz/srv/git/elinks.git Jonas Fonseca 2005-10-30 08:03:59 +0100
  • 3ace3a50e1 Fix by fonseca to avoid building in po if !CONFIG_NLS. Russ Rowan 2005-10-30 02:01:25 -0500
  • 8fb4fc437a Redraw the title when the document changes it with ECMAScript. Miciah Dashiel Butler Masters 2005-10-30 04:33:40 +0000
  • 4806005c21 Delete the socket file on the penultimate try in bind_to_af_unix, restoring the behaviour that was inadvertently lost in CVS revision 1.48. Miciah Dashiel Butler Masters 2005-10-30 04:23:04 +0000
  • a7e0fa38cc Re-arrange. Miciah Dashiel Butler Masters 2005-10-30 04:16:19 +0000
  • 00b12197a5 Re-arrange. Miciah Dashiel Butler Masters 2005-10-30 04:13:59 +0000
  • 9b6dd7f087 Re-arrange. Miciah Dashiel Butler Masters 2005-10-30 04:13:12 +0000
  • 17827a5edf Indent the new while loop. Miciah Dashiel Butler Masters 2005-10-30 04:11:59 +0000
  • dc7a7c6e1a In bind_to_af_unix, convert the goto loop to a while loop. Miciah Dashiel Butler Masters 2005-10-30 04:11:23 +0000
  • aa07c4d848 Tidy up a bit Jonas Fonseca 2005-10-26 22:39:12 +0200
  • d7f002c8a1 Move code for the SEE object interface Jonas Fonseca 2005-10-26 22:11:34 +0200
  • a5d205c047 Add missing host variable and fix installation of charset.alias Jonas Fonseca 2005-10-26 19:06:30 +0200
  • 9096886a67 @USE_INCLUDED_LIBINTL@ -> $(CONFIG_NLS), @GLIBC21@ -> $(GLIBC21) Jonas Fonseca 2005-10-26 14:26:35 +0200
  • e82de325a0 @USE_INCLUDED_LIBINTL@ -> CONFIG_NLS Jonas Fonseca 2005-10-26 14:19:32 +0200
  • 811f458ef4 Merge with git+ssh://pasky.or.cz/srv/git/elinks.git Miciah Dashiel Butler Masters 2005-10-26 09:41:31 +0000
  • c313b2877a In change_hook_html, instead of redrawing the current tab, set the resize flag on all tabs so that they will all be redrawn to reflect the new setting. Miciah Dashiel Butler Masters 2005-10-26 09:40:52 +0000
  • 44cf54f0fc Fix out-of-tree build when srcdir has no Makefile.config Jonas Fonseca 2005-10-26 00:34:13 +0200
  • 1c8f2a3d19 Enter all directories and print all Makefiles for 'make list' Jonas Fonseca 2005-10-25 23:41:26 +0200
  • 1f69d4b931 Add support for navigator.preference() and navigator.savePreferences() Jonas Fonseca 2005-10-25 19:13:33 +0200
  • a317dd71fb Print the invalid option value Jonas Fonseca 2005-10-25 19:10:30 +0200
  • 7659f284ac Try to comply to the client-side javascript interface and not our own Jonas Fonseca 2005-10-25 17:43:33 +0200
  • eaee3d5f44 Simplify the creation of out-of-tree Makefiles Jonas Fonseca 2005-10-25 17:33:01 +0200
  • 9d4ed7ab99 Make some Makefile.lib commands quiet since we use echo. Laurent MONIN 2005-10-24 14:06:04 +0200
  • bf7eec2570 Merge with git+ssh://pasky.or.cz/srv/git/elinks.git Miciah Dashiel Butler Masters 2005-10-24 00:39:05 +0000
  • b73cb9d8d0 Cleanup and add gitweb() lambda Jonas Fonseca 2005-10-24 02:35:28 +0200
  • dcbb9cf909 Merge with git+ssh://pasky.or.cz/srv/git/elinks.git Miciah Dashiel Butler Masters 2005-10-24 00:32:42 +0000
  • 4fe6e19dc6 Fix a memory-corruption bug in the line justification algorithm. Andrzej Zaborowski 2005-10-24 00:30:36 +0000
  • 28f615138c Add some smart lambda derived prefixes: gmane, bugzilla Jonas Fonseca 2005-10-24 02:07:51 +0200
  • 5ce3f23a2e In justify_line, rename the variable 'insert' to 'diff'. Miciah Dashiel Butler Masters 2005-10-23 23:30:12 +0000
  • 9f104bca07 Add a sample hooks.js file based on treats from lua Jonas Fonseca 2005-10-24 00:59:40 +0200
  • bc0cc67fd9 Cleanup and improve error messaging Jonas Fonseca 2005-10-24 00:57:47 +0200
  • 82c4d457d6 Add a boolean option ecmascript.ignore_noscript, default off, that when enabled causes ELinks to ignore any content enclosed with <noscript> tags. Miciah Dashiel Butler Masters 2005-10-23 21:59:05 +0000
  • 9e97a100e2 Introduce 'make cleanall' and run it in the build dir when configuring Jonas Fonseca 2005-10-22 13:25:28 +0200
  • 01f9c9f1f6 Make all paths relative to top_{build,src}dir Jonas Fonseca 2005-10-22 12:54:39 +0200
  • 7a2735357f Makefy Makefile.lib even more. Laurent MONIN 2005-10-21 15:58:36 +0200
  • 792e4c4355 html_special(): move va_end() call outside the switch and make variables more local. Laurent MONIN 2005-10-21 10:15:03 +0200
  • 728014118d Since is_drawing_subs_or_sups() macro is only used by put_chars(), defined it in this function. Laurent MONIN 2005-10-21 09:46:13 +0200
  • df065ead80 Remove now useless $Id: lines. Laurent MONIN 2005-10-21 09:14:07 +0200
  • 03118059ee Move and make sense of the common code Jonas Fonseca 2005-10-21 04:07:43 +0200
  • 1812e20212 Add simple AsciiDoc markup to NEWS and rework a few entries Jonas Fonseca 2005-10-21 03:38:26 +0200
  • 0ba773e7a5 Add the basics for _browser_ (ecma)scripting ELinks with SEE Jonas Fonseca 2005-10-20 20:38:01 +0200
  • c4c034804b Merge with git+ssh://pasky/srv/git/elinks.git Jonas Fonseca 2005-10-20 20:20:21 +0200
  • 128ddc77b2 Make lib.o depend on any subdir lib.o so it will be relinked Jonas Fonseca 2005-10-20 20:18:29 +0200
  • 956484cf57 Drop dead commented code and tidy up. Laurent MONIN 2005-10-20 17:26:22 +0200
  • d54f76bec8 Re-order code in a more logical fashion. Laurent MONIN 2005-10-20 17:23:18 +0200