summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-19 20:43:25 by joty]John Tytgat2004-07-191-2/+2
| | | | | | Build fix. svn path=/import/netsurf/; revision=1118
* [project @ 2004-07-19 20:40:11 by joty]John Tytgat2004-07-195-255/+349
| | | | | | | | | | form.h (struct form_control): renamed caret_char_offset to caret_box_offset; Added caret_form_offset & length. form.c: initialise new entries in struct form_control; form_successful_controls() : code reshuffling to improve readibility. box.h: TABing. box.c (box_input): init struct form_control::length. browser.c (browser_window_input_callback): UTF-8 support. Text area code needs similar changes. svn path=/import/netsurf/; revision=1117
* [project @ 2004-07-19 20:29:47 by joty]John Tytgat2004-07-192-2/+65
| | | | | | | Added cnv_local_enc_str() : to convert string in local machine encoding into UTF-8 NUL terminated string. svn path=/import/netsurf/; revision=1116
* [project @ 2004-07-19 19:34:07 by atimmins]Andrew Timmins2004-07-191-4/+4
| | | | | | Updated to support NCNetSurf build options svn path=/import/netsurf/; revision=1115
* [project @ 2004-07-19 18:13:58 by atimmins]Andrew Timmins2004-07-191-3/+4
| | | | | | Update slightly but still an initial list of things todo. svn path=/import/netsurf/; revision=1114
* [project @ 2004-07-19 18:10:41 by atimmins]Andrew Timmins2004-07-191-2/+1
| | | | | | Set wimpslot to non-debug value svn path=/import/netsurf/; revision=1113
* [project @ 2004-07-19 18:06:25 by atimmins]Andrew Timmins2004-07-191-0/+0
| | | | | | NCNetSurf Application Directory svn path=/import/netsurf/; revision=1112
* [project @ 2004-07-19 18:06:25 by atimmins]Andrew Timmins2004-07-191-0/+17
| | | | | | Initial revision svn path=/import/netsurf/; revision=1111
* [project @ 2004-07-19 18:06:24 by atimmins]Andrew Timmins2004-07-192-0/+0
| | | | | | NCNetSurf Application Directory svn path=/import/netsurf/; revision=1110
* [project @ 2004-07-19 18:06:20 by atimmins]Andrew Timmins2004-07-194-0/+112
| | | | | | Initial revision svn path=/import/netsurf/; revision=1109
* [project @ 2004-07-19 18:06:16 by atimmins]Andrew Timmins2004-07-192-0/+0
| | | | | | NCNetSurf Application Directory svn path=/import/netsurf/; revision=1108
* [project @ 2004-07-19 18:06:16 by atimmins]Andrew Timmins2004-07-194-0/+117
| | | | | | Initial revision svn path=/import/netsurf/; revision=1107
* [project @ 2004-07-19 15:02:22 by bursa]James Bursa2004-07-191-4/+1
| | | | | | Use browser_redraw_box() when updating form select controls. svn path=/import/netsurf/; revision=1106
* [project @ 2004-07-19 14:31:43 by jmb]John Mark Bell2004-07-191-1/+1
| | | | | | Update svn path=/import/netsurf/; revision=1105
* [project @ 2004-07-19 14:31:31 by bursa]James Bursa2004-07-194-410/+450
| | | | | | Update and simplify textarea code. Now uses BOX_BR instead of more than one inline container. Prepare for use of UTF-8 in textareas and inputs. svn path=/import/netsurf/; revision=1104
* [project @ 2004-07-19 14:29:16 by bursa]James Bursa2004-07-192-2/+2
| | | | | | Make layout_inline_container() public for use of textareas. svn path=/import/netsurf/; revision=1103
* [project @ 2004-07-19 01:00:25 by bursa]James Bursa2004-07-191-1/+3
| | | | | | Position caret correctly in scaled windows. svn path=/import/netsurf/; revision=1102
* [project @ 2004-07-18 22:58:40 by jmb]John Mark Bell2004-07-181-4/+3
| | | | | | Remove unused variable from gui_init. Correctly apostrophise don't before Chocky complains. svn path=/import/netsurf/; revision=1101
* [project @ 2004-07-18 22:57:22 by jmb]John Mark Bell2004-07-181-1/+0
| | | | | | Remove unnecessary declaration of external function. svn path=/import/netsurf/; revision=1100
* [project @ 2004-07-18 22:41:49 by bursa]James Bursa2004-07-181-7/+1
| | | | | | Reverse accidental checkin (breaks autobuilder). svn path=/import/netsurf/; revision=1099
* [project @ 2004-07-18 22:26:05 by atimmins]Andrew Timmins2004-07-181-2/+1
| | | | svn path=/import/netsurf/; revision=1098
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-188-36/+106
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-1812-673/+214
| | | | | | Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
* [project @ 2004-07-18 00:12:18 by bursa]James Bursa2004-07-181-2/+4
| | | | | | Fix form text input bug. svn path=/import/netsurf/; revision=1095
* [project @ 2004-07-17 23:32:08 by bursa]James Bursa2004-07-1711-496/+519
| | | | | | Rewrite and simplify mouse click handling. svn path=/import/netsurf/; revision=1094
* [project @ 2004-07-17 13:01:37 by bursa]James Bursa2004-07-172-0/+6
| | | | | | Error messages for URI / URL file loading. svn path=/import/netsurf/; revision=1093
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-1718-982/+1266
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-17 01:36:21 by jmb]John Mark Bell2004-07-171-0/+20
| | | | | | Invalidate descendant_* values svn path=/import/netsurf/; revision=1091
* [project @ 2004-07-16 20:57:14 by jmb]John Mark Bell2004-07-162-9/+13
| | | | | | Fix silly rjwness svn path=/import/netsurf/; revision=1090
* [project @ 2004-07-16 20:41:10 by tlsa]Michael Drake2004-07-162-34/+79
| | | | | | New interactive help text. svn path=/import/netsurf/; revision=1089
* [project @ 2004-07-16 20:26:49 by jmb]John Mark Bell2004-07-165-2/+123
| | | | | | Preliminary overflow support. This also goes some way to making the horizontal scrollbar work. svn path=/import/netsurf/; revision=1088
* [project @ 2004-07-16 20:22:31 by jmb]John Mark Bell2004-07-163-56/+79
| | | | | | | Add overflow support. Re-tabulate property table in ruleset.c svn path=/import/netsurf/; revision=1087
* [project @ 2004-07-16 20:21:33 by jmb]John Mark Bell2004-07-161-2/+3
| | | | | | Add overflow. Hyphenate some identities correctly svn path=/import/netsurf/; revision=1086
* [project @ 2004-07-16 20:15:39 by jmb]John Mark Bell2004-07-161-2/+2
| | | | | | Alphabeticise object names svn path=/import/netsurf/; revision=1085
* [project @ 2004-07-16 20:02:28 by rjw]Richard Wilson2004-07-161-0/+3
| | | | | | Fix for broken content type changes. svn path=/import/netsurf/; revision=1084
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-1613-3/+173
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-16 16:45:42 by rjw]Richard Wilson2004-07-161-2/+2
| | | | | | Fix for missing parameters. svn path=/import/netsurf/; revision=1082
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-1617-71/+252
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-07-16 00:05:31 by rjw]Richard Wilson2004-07-163-13/+12
| | | | | | Updates to the interactive help text to reflect current interface. Removed development code so the hotlist can be saved. svn path=/import/netsurf/; revision=1080
* [project @ 2004-07-15 23:58:08 by rjw]Richard Wilson2004-07-151-144/+104
| | | | | | Hotlist loading now uses libxml. Hotlist loading supports the !Browse file format. svn path=/import/netsurf/; revision=1079
* [project @ 2004-07-14 19:38:05 by joty]John Tytgat2004-07-141-6/+7
| | | | | | Lose GCC compiler warnings. svn path=/import/netsurf/; revision=1078
* [project @ 2004-07-14 19:18:30 by joty]John Tytgat2004-07-141-142/+470
| | | | | | | | - More accurate Draw file generation (like better radio & checkbox, borders, etc) - Draw grouping - Removed all Norcroft warnings. svn path=/import/netsurf/; revision=1077
* [project @ 2004-07-14 19:16:49 by joty]John Tytgat2004-07-141-4/+5
| | | | | | Removed debug fprint line. svn path=/import/netsurf/; revision=1076
* [project @ 2004-07-13 20:08:53 by rjw]Richard Wilson2004-07-131-1/+12
| | | | | | Adjust click on the iconbar icon opens the hotlist, Shift+Adjust opens the debug window. svn path=/import/netsurf/; revision=1075
* [project @ 2004-07-13 14:03:02 by jmb]John Mark Bell2004-07-131-20/+54
| | | | | | Prevent pages including themselves. svn path=/import/netsurf/; revision=1074
* [project @ 2004-07-12 19:55:49 by rjw]Richard Wilson2004-07-123-42/+74
| | | | | | Improved caret handling for persistant windows. Window submenu moved from Display to Utilities. svn path=/import/netsurf/; revision=1073
* [project @ 2004-07-11 23:14:24 by rjw]Richard Wilson2004-07-117-5/+130
| | | | | | Hotlist folder/entry creation. svn path=/import/netsurf/; revision=1072
* [project @ 2004-07-11 21:45:51 by rjw]Richard Wilson2004-07-114-1/+63
| | | | | | Inversion of hotlist icon functionality. Automatic placement of caret for dialog windows. Escape closes dialog windows. svn path=/import/netsurf/; revision=1071
* [project @ 2004-07-11 13:05:38 by bursa]James Bursa2004-07-117-331/+374
| | | | | | Clean up save box code by implementing ro_gui_save_open(). svn path=/import/netsurf/; revision=1070
* [project @ 2004-07-11 00:22:05 by jmb]John Mark Bell2004-07-111-3/+20
| | | | | | Set filetype correctly on completion of drag svn path=/import/netsurf/; revision=1069