summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-12-27 04:50:02 by jmb]John Mark Bell2003-12-275-4/+115
| | | | | | Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-272-2/+2
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-27 02:03:48 by jmb]John Mark Bell2003-12-273-53/+54
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=456
* [project @ 2003-12-27 01:37:51 by jmb]John Mark Bell2003-12-272-14/+15
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=455
* [project @ 2003-12-27 01:06:46 by jmb]John Mark Bell2003-12-271-35/+51
| | | | | | Reduce number of compiler warnings. svn path=/import/netsurf/; revision=454
* [project @ 2003-12-27 00:37:10 by jmb]John Mark Bell2003-12-271-6/+7
| | | | | | More code tidying... svn path=/import/netsurf/; revision=453
* [project @ 2003-12-27 00:35:54 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Return true after handling escape keypress. svn path=/import/netsurf/; revision=452
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-2725-111/+155
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-12-26 22:13:22 by jmb]John Mark Bell2003-12-262-0/+35
| | | | | | Add the constant data files referred to in the previous checkin. svn path=/import/netsurf/; revision=450
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-267-15/+22
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
* [project @ 2003-12-26 22:11:28 by jmb]John Mark Bell2003-12-261-18/+1
| | | | | | Remove file:/// kludge. No longer needed as libcurl is now sensible svn path=/import/netsurf/; revision=448
* [project @ 2003-12-26 19:40:59 by tlsa]Michael Drake2003-12-261-7/+8
| | | | | | Cookie support added svn path=/import/netsurf/; revision=447
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-264-1/+27
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [project @ 2003-12-26 16:22:03 by bursa]James Bursa2003-12-261-0/+4
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=445
* [project @ 2003-12-26 16:21:46 by bursa]James Bursa2003-12-263-16/+22
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-267-17/+27
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 16:19:29 by bursa]James Bursa2003-12-261-1/+9
| | | | | | Add links to some more specifications and libraries. svn path=/import/netsurf/; revision=442
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-2612-194/+219
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 23:31:35 by jmb]John Mark Bell2003-12-211-6/+6
| | | | | | Disable frames for the moment. svn path=/import/netsurf/; revision=440
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-219-324/+284
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-21 22:05:05 by jmb]John Mark Bell2003-12-213-38/+2
| | | | | | Clean up version string related mess. svn path=/import/netsurf/; revision=438
* [project @ 2003-12-21 02:27:22 by bursa]James Bursa2003-12-213-7/+102
| | | | | | Improved scrolling by mouse and keyboard. svn path=/import/netsurf/; revision=437
* [project @ 2003-12-19 17:27:39 by bursa]James Bursa2003-12-191-2/+2
| | | | | | Fix buffer overflow. svn path=/import/netsurf/; revision=436
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-195-5/+9
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-19 01:25:15 by jmb]John Mark Bell2003-12-191-2/+2
| | | | | | Fixup to work with existing code svn path=/import/netsurf/; revision=434
* [project @ 2003-12-19 01:00:22 by jmb]John Mark Bell2003-12-192-37/+8
| | | | | | | Add build date to Info dialog. Move populate_version into utils svn path=/import/netsurf/; revision=433
* [project @ 2003-12-19 00:59:36 by jmb]John Mark Bell2003-12-192-0/+35
| | | | | | Move version string creation to utils for easy access svn path=/import/netsurf/; revision=432
* [project @ 2003-12-19 00:40:28 by bursa]James Bursa2003-12-196-117/+113
| | | | | | Fix Themes menu, optimize toolbar opening. svn path=/import/netsurf/; revision=431
* [project @ 2003-12-15 12:58:58 by bursa]James Bursa2003-12-151-21/+15
| | | | | | Limit default window size, fix some warnings. svn path=/import/netsurf/; revision=430
* [project @ 2003-12-14 18:10:59 by bursa]James Bursa2003-12-141-4/+4
| | | | | | Toggle size to full height only, fix empty window crash. svn path=/import/netsurf/; revision=429
* [project @ 2003-12-12 01:33:38 by bursa]James Bursa2003-12-122-99/+162
| | | | | | Improve toggle-size and window extent behaviour. svn path=/import/netsurf/; revision=428
* [project @ 2003-12-12 00:46:18 by bursa]James Bursa2003-12-121-1/+1
| | | | | | Fix protocol check. svn path=/import/netsurf/; revision=427
* [project @ 2003-12-11 19:06:39 by bursa]James Bursa2003-12-112-3/+16
| | | | | | Fix submit outside form crash. svn path=/import/netsurf/; revision=426
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-115-87/+171
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-12-10 23:12:39 by bursa]James Bursa2003-12-101-33/+15
| | | | | | Remove obsolete css_selector code. svn path=/import/netsurf/; revision=424
* [project @ 2003-12-10 23:12:03 by bursa]James Bursa2003-12-101-2/+8
| | | | | | Dump stylesheets on F9. svn path=/import/netsurf/; revision=423
* [project @ 2003-11-23 18:08:07 by jmb]John Mark Bell2003-11-231-26/+9
| | | | | | Bring themes documentation in line with code. svn path=/import/netsurf/; revision=422
* [project @ 2003-11-20 00:17:26 by bursa]James Bursa2003-11-203-14/+0
| | | | | | Simplify themes. svn path=/import/netsurf/; revision=421
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-208-559/+182
| | | | | | Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
* [project @ 2003-11-19 19:57:11 by bursa]James Bursa2003-11-191-30/+40
| | | | | | Minor improvements to the parser. svn path=/import/netsurf/; revision=419
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-159-4/+316
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-15 00:15:40 by jmb]John Mark Bell2003-11-151-0/+18
| | | | | | Fix debug build. svn path=/import/netsurf/; revision=417
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-127-53/+452
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-084-24/+15
| | | | | | | | | Sync Info box and About Page version numbers. If no version is specified in the Messages file, it defaults to "CVS Test Build" Remove unnecessary TODOs in plugin.c svn path=/import/netsurf/; revision=415
* [project @ 2003-11-08 19:29:08 by bursa]James Bursa2003-11-081-4/+16
| | | | | | Tidy up intro page and add netsurf.sourceforge.net link. svn path=/import/netsurf/; revision=414
* [project @ 2003-11-08 19:18:37 by bursa]James Bursa2003-11-081-8/+24
| | | | | | Fix queueing bugs. svn path=/import/netsurf/; revision=413
* [project @ 2003-11-08 19:17:58 by bursa]James Bursa2003-11-082-7/+7
| | | | | | Fix info box to stay on screen. svn path=/import/netsurf/; revision=412
* [project @ 2003-11-08 13:51:58 by bursa]James Bursa2003-11-081-1/+1
| | | | | | Move Templates under en. svn path=/import/netsurf/; revision=411
* [project @ 2003-11-08 13:49:34 by bursa]James Bursa2003-11-085-136/+15
| | | | | | Move Templates under en, new !Help. svn path=/import/netsurf/; revision=410
* [project @ 2003-11-07 23:52:08 by bursa]James Bursa2003-11-071-0/+6
| | | | | | Add dummy login_list_get(). svn path=/import/netsurf/; revision=409