summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-0/+9
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-291-1/+2
| | | | | | Only initialise canvases if we need to. svn path=/import/netsurf/; revision=1699
* [project @ 2005-04-25 20:58:22 by jmb]John Mark Bell2005-04-251-1/+1
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=1684
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-201-0/+5
| | | | | | text import from global clipboard, other apps & files and additional keys for editing text in textareas svn path=/import/netsurf/; revision=1673
* [project @ 2005-04-18 12:07:27 by adrianl]Adrian Lees2005-04-181-2/+3
| | | | | | Update gtk build before z notices I broke it svn path=/import/netsurf/; revision=1668
* [project @ 2005-04-17 16:42:05 by bursa]James Bursa2005-04-171-0/+1
| | | | | | Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661
* [project @ 2005-04-17 03:30:35 by adrianl]Adrian Lees2005-04-171-0/+10
| | | | | | Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
* [project @ 2005-04-15 16:30:37 by jmb]John Mark Bell2005-04-151-2/+1
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=1641
* [project @ 2005-04-15 05:52:17 by adrianl]Adrian Lees2005-04-151-0/+36
| | | | | | Stub functions for GTK following text selection, page drag scrolling and drag-saving of images svn path=/import/netsurf/; revision=1637
* [project @ 2005-04-09 13:26:57 by bursa]James Bursa2005-04-091-3/+5
| | | | | | Fix nsfont_width() and nsfont_paint() when passed a 0-length string. svn path=/import/netsurf/; revision=1615
* [project @ 2005-02-27 16:03:02 by bursa]James Bursa2005-02-274-115/+193
| | | | | | Fix the GTK build. svn path=/import/netsurf/; revision=1527
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-241-1/+1
| | | | | | Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible. svn path=/import/netsurf/; revision=1466
* [project @ 2005-01-24 20:59:15 by bursa]James Bursa2005-01-241-4/+0
| | | | | | Fix input focus behaviour. Remove obsolete gui_window_get_url(). svn path=/import/netsurf/; revision=1465
* [project @ 2005-01-13 20:28:50 by bursa]James Bursa2005-01-131-2/+2
| | | | | | Fix some compilation warnings in the debug build. Update nsgtk_plot_rectangle() with the new parameters. svn path=/import/netsurf/; revision=1447
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-031-1/+1
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-1/+3
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-252-370/+370
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [project @ 2004-12-09 12:07:32 by rjw]Richard Wilson2004-12-091-0/+9
| | | | | | Fix GTK build. Lose xcalloc() from history. svn path=/import/netsurf/; revision=1396
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-0/+96
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-11-10 19:51:31 by rjw]Richard Wilson2004-11-101-0/+13
| | | | | | Further GIF optimisation to reduce flicker. svn path=/import/netsurf/; revision=1356
* [project @ 2004-10-20 23:31:31 by jmb]John Mark Bell2004-10-201-1/+15
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [project @ 2004-10-17 22:13:34 by jmb]John Mark Bell2004-10-171-1/+27
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323
* [project @ 2004-10-17 21:51:06 by bursa]James Bursa2004-10-174-142/+235
| | | | | | Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-0/+27
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-012-2/+7
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-011-1/+5
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-271-1/+1
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-033-2/+137
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-15 19:10:08 by jmb]John Mark Bell2004-08-152-18/+11
| | | | | | Make GTK build work again svn path=/import/netsurf/; revision=1236
* [project @ 2004-08-14 12:57:00 by joty]John Tytgat2004-08-141-5/+5
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-07-28 23:14:04 by bursa]James Bursa2004-07-281-6/+6
| | | | | | Update gtk build with gui_init2(). svn path=/import/netsurf/; revision=1161
* [project @ 2004-07-22 12:03:37 by bursa]James Bursa2004-07-223-51/+82
| | | | | | Make the gtk build compile again and implement mouse clicks. svn path=/import/netsurf/; revision=1137
* [project @ 2004-07-21 14:19:21 by joty]John Tytgat2004-07-211-0/+5
| | | | | | Added gui_window_remove_caret() to disown the caret. svn path=/import/netsurf/; revision=1133
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-6/+6
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-22 18:48:33 by bursa]James Bursa2004-06-223-0/+700
Experimental gtk interface. svn path=/import/netsurf/; revision=993