summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-19 20:40:11 by joty]John Tytgat2004-07-191-130/+193
| | | | | | | | | | 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 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:31 by bursa]James Bursa2004-07-192-385/+403
| | | | | | 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-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:21:32 by atimmins]Andrew Timmins2004-07-182-4/+14
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-182-490/+68
| | | | | | 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-173-370/+279
| | | | | | Rewrite and simplify mouse click handling. svn path=/import/netsurf/; revision=1094
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-172-23/+21
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-162-0/+3
| | | | | | 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-10 02:35:30 by jmb]John Mark Bell2004-07-101-0/+2
| | | | | | | Use libcurl's progress callback functionality to display fetch status. This will update the status line once a second, more frequently requires hacking libcurl. svn path=/import/netsurf/; revision=1066
* [project @ 2004-07-09 17:03:34 by rjw]Richard Wilson2004-07-091-1/+1
| | | | | | Tidier hotlist code. URL normalisation. Redraw uses Tinct. svn path=/import/netsurf/; revision=1063
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-053-25/+41
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-07-04 15:20:20 by jmb]John Mark Bell2004-07-041-0/+1
| | | | | | Bow to user pressure and display URL immediately. svn path=/import/netsurf/; revision=1045
* [project @ 2004-07-03 17:30:27 by rjw]Richard Wilson2004-07-032-0/+4
| | | | | | Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
* [project @ 2004-06-29 19:08:19 by jmb]John Mark Bell2004-06-292-2/+19
| | | | | | Full reload support for HTML contents. Adjust click the reload button svn path=/import/netsurf/; revision=1029
* [project @ 2004-06-28 12:26:12 by jmb]John Mark Bell2004-06-281-1/+1
| | | | | | Display action for <input type=image> svn path=/import/netsurf/; revision=1022
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-272-51/+53
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-261-0/+2
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-22 20:39:16 by bursa]James Bursa2004-06-222-0/+17
| | | | | | Implement reload, with ^R shortcut. svn path=/import/netsurf/; revision=994
* [project @ 2004-06-22 17:39:00 by bursa]James Bursa2004-06-221-2/+0
| | | | | | Remove unused and unimplemented gui_window_show() and gui_window_hide(). svn path=/import/netsurf/; revision=991
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-7/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-21 15:22:05 by bursa]James Bursa2004-06-211-1/+1
| | | | | | Fix type of memory_cache_size. svn path=/import/netsurf/; revision=987
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-214-4/+9
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-20 23:09:51 by bursa]James Bursa2004-06-201-1/+2
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-15 23:32:38 by jmb]John Mark Bell2004-06-151-1/+2
| | | | | | Tighten up parameter checking in imagemap_get svn path=/import/netsurf/; revision=976
* [project @ 2004-06-15 18:59:54 by bursa]James Bursa2004-06-151-22/+28
| | | | | | Log version on startup. svn path=/import/netsurf/; revision=972
* [project @ 2004-06-13 18:49:48 by jmb]John Mark Bell2004-06-131-6/+6
| | | | | | Comment out calls to browser_window_text_selection as it was causing assertion failures svn path=/import/netsurf/; revision=969
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-24/+10
| | | | | | Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. svn path=/import/netsurf/; revision=957
* [project @ 2004-06-10 22:40:56 by jmb]John Mark Bell2004-06-102-0/+4
| | | | | | Allow configuration of SSL certificate verification svn path=/import/netsurf/; revision=955
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-102-1/+5
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-103-10/+5
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-06 11:47:23 by joty]John Tytgat2004-06-061-0/+7
| | | | | | Log in stderr on which machine NetSurf was running. svn path=/import/netsurf/; revision=930
* [project @ 2004-06-02 21:04:35 by bursa]James Bursa2004-06-021-1/+3
| | | | | | Update call to layout_block_context() for error handling. svn path=/import/netsurf/; revision=913
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-251-2/+2
| | | | | | Remove obsolete gui_window_in_list(), clean up gui_create_browser_window(). svn path=/import/netsurf/; revision=896
* [project @ 2004-05-22 13:45:20 by joty]John Tytgat2004-05-221-63/+61
| | | | | | Renamed "this" variable (avoiding C++ keywords); simplified code a little bit. svn path=/import/netsurf/; revision=886
* [project @ 2004-05-22 11:57:41 by joty]John Tytgat2004-05-221-373/+373
| | | | | | TABify; renamed variables "this"/"new" (avoiding C++ keyword usage). svn path=/import/netsurf/; revision=885
* [project @ 2004-05-21 23:42:26 by bursa]James Bursa2004-05-211-5/+4
| | | | | | Fix and clean code for radio and checkbox inputs. svn path=/import/netsurf/; revision=884
* [project @ 2004-05-21 23:05:53 by jmb]John Mark Bell2004-05-211-3/+5
| | | | | | Improve parameter checking in imagemap_get. svn path=/import/netsurf/; revision=883
* [project @ 2004-05-13 14:39:43 by bursa]James Bursa2004-05-131-1/+1
| | | | | | Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-072-2/+2
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-052-8/+5
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-05 00:19:51 by jmb]John Mark Bell2004-05-051-2/+2
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=827
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-043-9/+14
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-7/+5
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-021-3/+0
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-0/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-242-26/+18
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-13 15:54:15 by jmb]John Mark Bell2004-04-131-1/+0
| | | | | | Remove spurious xmlFree call svn path=/import/netsurf/; revision=771