Commit Graph

1318 Commits

Author SHA1 Message Date
John Tytgat 23e408a978 [project @ 2004-07-19 20:49:34 by joty]
Build fix (part 2).

svn path=/import/netsurf/; revision=1119
2004-07-19 20:49:34 +00:00
John Tytgat c4fe691ea4 [project @ 2004-07-19 20:43:25 by joty]
Build fix.

svn path=/import/netsurf/; revision=1118
2004-07-19 20:43:25 +00:00
John Tytgat c93b54b07c [project @ 2004-07-19 20:40:11 by joty]
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
2004-07-19 20:40:11 +00:00
John Tytgat f94da48139 [project @ 2004-07-19 20:29:47 by joty]
Added cnv_local_enc_str() : to convert string in local machine encoding
into UTF-8 NUL terminated string.

svn path=/import/netsurf/; revision=1116
2004-07-19 20:29:47 +00:00
Andrew Timmins a3925b4ffc [project @ 2004-07-19 19:34:07 by atimmins]
Updated to support NCNetSurf build options

svn path=/import/netsurf/; revision=1115
2004-07-19 19:34:07 +00:00
Andrew Timmins e265b4d0d8 [project @ 2004-07-19 18:13:58 by atimmins]
Update slightly but still an initial list of things todo.

svn path=/import/netsurf/; revision=1114
2004-07-19 18:13:58 +00:00
Andrew Timmins 58a8997990 [project @ 2004-07-19 18:10:41 by atimmins]
Set wimpslot to non-debug value

svn path=/import/netsurf/; revision=1113
2004-07-19 18:10:41 +00:00
Andrew Timmins 00e237e9f3 [project @ 2004-07-19 18:06:25 by atimmins]
NCNetSurf Application Directory

svn path=/import/netsurf/; revision=1112
2004-07-19 18:06:25 +00:00
Andrew Timmins df38e032b2 [project @ 2004-07-19 18:06:25 by atimmins]
Initial revision

svn path=/import/netsurf/; revision=1111
2004-07-19 18:06:25 +00:00
Andrew Timmins 55a7ab866a [project @ 2004-07-19 18:06:24 by atimmins]
NCNetSurf Application Directory

svn path=/import/netsurf/; revision=1110
2004-07-19 18:06:24 +00:00
Andrew Timmins f9555dbc1b [project @ 2004-07-19 18:06:20 by atimmins]
Initial revision

svn path=/import/netsurf/; revision=1109
2004-07-19 18:06:23 +00:00
Andrew Timmins ac8d3aea7b [project @ 2004-07-19 18:06:16 by atimmins]
NCNetSurf Application Directory

svn path=/import/netsurf/; revision=1108
2004-07-19 18:06:16 +00:00
Andrew Timmins 499d6af923 [project @ 2004-07-19 18:06:16 by atimmins]
Initial revision

svn path=/import/netsurf/; revision=1107
2004-07-19 18:06:16 +00:00
James Bursa c4a502219f [project @ 2004-07-19 15:02:22 by bursa]
Use browser_redraw_box() when updating form select controls.

svn path=/import/netsurf/; revision=1106
2004-07-19 15:02:22 +00:00
John Mark Bell 14ba3ae2e3 [project @ 2004-07-19 14:31:43 by jmb]
Update

svn path=/import/netsurf/; revision=1105
2004-07-19 14:31:43 +00:00
James Bursa 9bd3eadbe6 [project @ 2004-07-19 14:31:31 by bursa]
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
2004-07-19 14:31:31 +00:00
James Bursa 946566b0b6 [project @ 2004-07-19 14:29:16 by bursa]
Make layout_inline_container() public for use of textareas.

svn path=/import/netsurf/; revision=1103
2004-07-19 14:29:16 +00:00
James Bursa 586cf7f27c [project @ 2004-07-19 01:00:25 by bursa]
Position caret correctly in scaled windows.

svn path=/import/netsurf/; revision=1102
2004-07-19 01:00:25 +00:00
John Mark Bell 45ea97d750 [project @ 2004-07-18 22:58:40 by jmb]
Remove unused variable from gui_init. Correctly apostrophise don't before Chocky complains.

svn path=/import/netsurf/; revision=1101
2004-07-18 22:58:40 +00:00
John Mark Bell c4b561e841 [project @ 2004-07-18 22:57:22 by jmb]
Remove unnecessary declaration of external function.

svn path=/import/netsurf/; revision=1100
2004-07-18 22:57:22 +00:00
James Bursa c1dc4b555e [project @ 2004-07-18 22:41:49 by bursa]
Reverse accidental checkin (breaks autobuilder).

svn path=/import/netsurf/; revision=1099
2004-07-18 22:41:49 +00:00
Andrew Timmins b020303621 [project @ 2004-07-18 22:26:05 by atimmins]
svn path=/import/netsurf/; revision=1098
2004-07-18 22:26:05 +00:00
Andrew Timmins 86f60c4c0a [project @ 2004-07-18 22:21:32 by atimmins]
svn path=/import/netsurf/; revision=1097
2004-07-18 22:21:32 +00:00
James Bursa 58e2d033ec [project @ 2004-07-18 17:38:01 by bursa]
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
2004-07-18 17:38:01 +00:00
James Bursa b09fdba4ed [project @ 2004-07-18 00:12:18 by bursa]
Fix form text input bug.

svn path=/import/netsurf/; revision=1095
2004-07-18 00:12:18 +00:00
James Bursa f23fd2a094 [project @ 2004-07-17 23:32:08 by bursa]
Rewrite and simplify mouse click handling.

svn path=/import/netsurf/; revision=1094
2004-07-17 23:32:09 +00:00
James Bursa a9aef8bf60 [project @ 2004-07-17 13:01:37 by bursa]
Error messages for URI / URL file loading.

svn path=/import/netsurf/; revision=1093
2004-07-17 13:01:37 +00:00
James Bursa e4a6e982e5 [project @ 2004-07-17 13:00:38 by bursa]
Simplify gui_window structure. Clean up various parts of the gui code.

svn path=/import/netsurf/; revision=1092
2004-07-17 13:00:38 +00:00
John Mark Bell b6782d6095 [project @ 2004-07-17 01:36:21 by jmb]
Invalidate descendant_* values

svn path=/import/netsurf/; revision=1091
2004-07-17 01:36:21 +00:00
John Mark Bell a0d23659b6 [project @ 2004-07-16 20:57:14 by jmb]
Fix silly rjwness

svn path=/import/netsurf/; revision=1090
2004-07-16 20:57:14 +00:00
Michael Drake 367bbedd90 [project @ 2004-07-16 20:41:10 by tlsa]
New interactive help text.

svn path=/import/netsurf/; revision=1089
2004-07-16 20:41:10 +00:00
John Mark Bell 51af46fde6 [project @ 2004-07-16 20:26:49 by jmb]
Preliminary overflow support. This also goes some way to making the horizontal scrollbar work.

svn path=/import/netsurf/; revision=1088
2004-07-16 20:26:49 +00:00
John Mark Bell 6560a2ae5f [project @ 2004-07-16 20:22:31 by jmb]
Add overflow support.
Re-tabulate property table in ruleset.c

svn path=/import/netsurf/; revision=1087
2004-07-16 20:22:31 +00:00
John Mark Bell faef35e6e9 [project @ 2004-07-16 20:21:33 by jmb]
Add overflow. Hyphenate some identities correctly

svn path=/import/netsurf/; revision=1086
2004-07-16 20:21:33 +00:00
John Mark Bell 39c9a530ff [project @ 2004-07-16 20:15:39 by jmb]
Alphabeticise object names

svn path=/import/netsurf/; revision=1085
2004-07-16 20:15:39 +00:00
Richard Wilson b94318ca32 [project @ 2004-07-16 20:02:28 by rjw]
Fix for broken content type changes.

svn path=/import/netsurf/; revision=1084
2004-07-16 20:02:28 +00:00
Richard Wilson b7bb766e95 [project @ 2004-07-16 19:47:02 by rjw]
Fix for hotlist menu selection. Interface for MNG/JNG display.

svn path=/import/netsurf/; revision=1083
2004-07-16 19:47:03 +00:00
Richard Wilson 8b0aaef01d [project @ 2004-07-16 16:45:42 by rjw]
Fix for missing parameters.

svn path=/import/netsurf/; revision=1082
2004-07-16 16:45:42 +00:00
Richard Wilson abaa8a9093 [project @ 2004-07-16 16:33:44 by rjw]
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
2004-07-16 16:33:45 +00:00
Richard Wilson 99d1c18252 [project @ 2004-07-16 00:05:31 by rjw]
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
2004-07-16 00:05:32 +00:00
Richard Wilson 2858f0b685 [project @ 2004-07-15 23:58:08 by rjw]
Hotlist loading now uses libxml. Hotlist loading supports the !Browse file format.

svn path=/import/netsurf/; revision=1079
2004-07-15 23:58:08 +00:00
John Tytgat bce89473cc [project @ 2004-07-14 19:38:05 by joty]
Lose GCC compiler warnings.

svn path=/import/netsurf/; revision=1078
2004-07-14 19:38:05 +00:00
John Tytgat 4f0e75a515 [project @ 2004-07-14 19:18:30 by joty]
- More accurate Draw file generation (like better radio & checkbox, borders, etc)
- Draw grouping
- Removed all Norcroft warnings.

svn path=/import/netsurf/; revision=1077
2004-07-14 19:18:30 +00:00
John Tytgat 866b0b84c5 [project @ 2004-07-14 19:16:49 by joty]
Removed debug fprint line.

svn path=/import/netsurf/; revision=1076
2004-07-14 19:16:49 +00:00
Richard Wilson 2fe0085f53 [project @ 2004-07-13 20:08:53 by rjw]
Adjust click on the iconbar icon opens the hotlist, Shift+Adjust opens the debug window.

svn path=/import/netsurf/; revision=1075
2004-07-13 20:08:53 +00:00
John Mark Bell c04047f586 [project @ 2004-07-13 14:03:02 by jmb]
Prevent pages including themselves.

svn path=/import/netsurf/; revision=1074
2004-07-13 14:03:02 +00:00
Richard Wilson fb07fba4f8 [project @ 2004-07-12 19:55:49 by rjw]
Improved caret handling for persistant windows. Window submenu moved from Display to Utilities.

svn path=/import/netsurf/; revision=1073
2004-07-12 19:55:49 +00:00
Richard Wilson eb8f6921f5 [project @ 2004-07-11 23:14:24 by rjw]
Hotlist folder/entry creation.

svn path=/import/netsurf/; revision=1072
2004-07-11 23:14:24 +00:00
Richard Wilson 6e3995cc65 [project @ 2004-07-11 21:45:51 by rjw]
Inversion of hotlist icon functionality. Automatic placement of caret for dialog windows. Escape closes dialog windows.

svn path=/import/netsurf/; revision=1071
2004-07-11 21:45:51 +00:00
James Bursa 89a23311ea [project @ 2004-07-11 13:05:38 by bursa]
Clean up save box code by implementing ro_gui_save_open().

svn path=/import/netsurf/; revision=1070
2004-07-11 13:05:38 +00:00