summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-195-14/+71
| | | | | | Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135
* [project @ 2006-03-19 16:03:02 by dsilvers]Daniel Silverstone2006-03-191-1/+3
| | | | | | Make it so ./nsgtk http://somewhere will work for convenience svn path=/import/netsurf/; revision=2134
* [project @ 2006-03-17 02:08:42 by jmb]John Mark Bell2006-03-171-44/+68
| | | | | | Fix behaviour of clip property parser when presented with invalid data svn path=/import/netsurf/; revision=2133
* [project @ 2006-03-16 23:30:46 by dsilvers]Daniel Silverstone2006-03-161-1/+2
| | | | | | Fix another assumption that freeing/dupping/whatever a NULL is safe. svn path=/import/netsurf/; revision=2132
* [project @ 2006-03-14 22:14:02 by dsilvers]Daniel Silverstone2006-03-141-3/+13
| | | | | | Fix anchoring and repeats for gtk repeated bitmaps svn path=/import/netsurf/; revision=2131
* [project @ 2006-03-14 21:14:17 by dsilvers]Daniel Silverstone2006-03-141-4/+27
| | | | | | Add tiled bitmap support to GTK port to make backgrounds etc work svn path=/import/netsurf/; revision=2130
* [project @ 2006-03-14 15:01:57 by dsilvers]Daniel Silverstone2006-03-141-0/+4
| | | | | | Urgh, unconditional variables made my brain hurt svn path=/import/netsurf/; revision=2129
* [project @ 2006-03-14 14:24:00 by dsilvers]Daniel Silverstone2006-03-141-1/+1
| | | | | | Apparently five centiseconds works better for GTK gui reflow svn path=/import/netsurf/; revision=2128
* [project @ 2006-03-14 14:21:00 by dsilvers]Daniel Silverstone2006-03-143-118/+281
| | | | | | Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good. svn path=/import/netsurf/; revision=2127
* [project @ 2006-03-10 11:28:16 by jmb]John Mark Bell2006-03-101-4/+4
| | | | | | Add missing "struct" svn path=/import/netsurf/; revision=2126
* [project @ 2006-03-10 11:10:21 by dsilvers]Daniel Silverstone2006-03-101-0/+1
| | | | | | Include gui.h for gui_window struct svn path=/import/netsurf/; revision=2125
* [project @ 2006-03-10 09:46:26 by dsilvers]Daniel Silverstone2006-03-101-1/+41
| | | | | | Very basic GTK cursor support. svn path=/import/netsurf/; revision=2124
* [project @ 2006-03-10 09:09:03 by dsilvers]Daniel Silverstone2006-03-106-18/+19
| | | | | | Minor refactor to pass the gui_window to gui_window_set_pointer and gui_window_hide_pointer svn path=/import/netsurf/; revision=2123
* [project @ 2006-03-10 08:53:49 by dsilvers]Daniel Silverstone2006-03-101-0/+3
| | | | | | very beginning of cursor support in GTK port svn path=/import/netsurf/; revision=2122
* [project @ 2006-03-10 08:08:45 by bursa]James Bursa2006-03-101-0/+3
| | | | | | Fix debug build. svn path=/import/netsurf/; revision=2121
* [project @ 2006-03-10 03:07:44 by dsilvers]Daniel Silverstone2006-03-101-7/+31
| | | | | | GTK: resizing window now reformats nicely. Window can go smaller than initially requested 600x600 svn path=/import/netsurf/; revision=2120
* [project @ 2006-03-10 02:03:56 by dsilvers]Daniel Silverstone2006-03-102-10/+0
| | | | | | Remove some unnecessary debug from GTK frontend svn path=/import/netsurf/; revision=2119
* [project @ 2006-03-10 01:42:53 by dsilvers]Daniel Silverstone2006-03-101-0/+8
| | | | | | Ensure gui_window_update_box causes an expose of the right kind in the GTK frontend (enables animations etc) svn path=/import/netsurf/; revision=2118
* [project @ 2006-03-10 01:42:21 by dsilvers]Daniel Silverstone2006-03-101-0/+5
| | | | | | Make sure zero width/height images don't crash the gtk renderer svn path=/import/netsurf/; revision=2117
* [project @ 2006-03-09 20:14:13 by dsilvers]Daniel Silverstone2006-03-093-4/+74
| | | | | | Added schedule support to the GTK port svn path=/import/netsurf/; revision=2116
* [project @ 2006-03-09 19:05:29 by dsilvers]Daniel Silverstone2006-03-091-2/+8
| | | | | | gtk/font_pango.c: Use the new css_len2pt function if possible svn path=/import/netsurf/; revision=2115
* [project @ 2006-03-09 19:04:13 by dsilvers]Daniel Silverstone2006-03-092-0/+30
| | | | | | | css.[ch]: Add css_len2pt to convert a CSS length to points for use on systems which actually recognise that DPI might not be 90 all the time. svn path=/import/netsurf/; revision=2114
* [project @ 2006-03-09 18:55:30 by bursa]James Bursa2006-03-093-7/+8
| | | | | | Partly fix debug build. svn path=/import/netsurf/; revision=2113
* [project @ 2006-03-09 14:01:38 by jmb]John Mark Bell2006-03-091-1/+4
| | | | | | Avoid potential NULL read svn path=/import/netsurf/; revision=2112
* [project @ 2006-03-08 08:27:19 by bursa]James Bursa2006-03-081-1/+2
| | | | | | Disable font blending during printing (should fix text printing problems for LaserJets). svn path=/import/netsurf/; revision=2111
* [project @ 2006-03-05 12:24:18 by bursa]James Bursa2006-03-051-124/+253
| | | | | | Implement declaring fonts for printing (PostScript). svn path=/import/netsurf/; revision=2110
* [project @ 2006-03-05 01:42:16 by rjw]Richard Wilson2006-03-051-2/+1
| | | | | | Show unknown content icon in theme configuration toolbars. svn path=/import/netsurf/; revision=2109
* [project @ 2006-03-05 01:19:57 by rjw]Richard Wilson2006-03-051-2/+0
| | | | | | Fix theme choices window svn path=/import/netsurf/; revision=2108
* [project @ 2006-03-04 20:59:39 by rjw]Richard Wilson2006-03-041-9/+15
| | | | | | Only browser toolbars have associated gui windows (whoops!) svn path=/import/netsurf/; revision=2107
* [project @ 2006-03-04 20:50:12 by jmb]John Mark Bell2006-03-041-0/+2
| | | | | | Ensure bitmap is in memory svn path=/import/netsurf/; revision=2106
* [project @ 2006-03-04 20:46:54 by jmb]John Mark Bell2006-03-041-4/+19
| | | | | | Make nsmng_redraw call plot.bitmap svn path=/import/netsurf/; revision=2105
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-0413-117/+233
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-03-04 10:48:40 by tlsa]Michael Drake2006-03-041-2/+2
| | | | | | Tweak timeouts. svn path=/import/netsurf/; revision=2103
* [project @ 2006-03-04 06:11:55 by adrianl]Adrian Lees2006-03-041-4/+16
| | | | | | Second attempt svn path=/import/netsurf/; revision=2102
* [project @ 2006-03-04 05:53:49 by adrianl]Adrian Lees2006-03-041-7/+5
| | | | | | Allow adjust-drag-saving of sprites too svn path=/import/netsurf/; revision=2101
* [project @ 2006-02-28 01:02:37 by rjw]Richard Wilson2006-02-281-7/+7
| | | | | | Render alpha-channel BMPs correctly. svn path=/import/netsurf/; revision=2100
* [project @ 2006-02-28 00:45:15 by rjw]Richard Wilson2006-02-282-58/+168
| | | | | | Implement bitfield encoding for BMPs. We now correctly decode every image in the BMP test suite at http://pobox.com/~jason1/bmpsuite/ svn path=/import/netsurf/; revision=2099
* [project @ 2006-02-26 07:27:43 by adrianl]Adrian Lees2006-02-261-2/+2
| | | | | | Move comment svn path=/import/netsurf/; revision=2098
* [project @ 2006-02-26 03:03:14 by adrianl]Adrian Lees2006-02-261-1/+2
| | | | | | Added ico.o for rjw svn path=/import/netsurf/; revision=2097
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-2616-46/+438
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-2518-7/+776
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-24 20:43:45 by jmb]John Mark Bell2006-02-241-2/+3
| | | | | | Fix broken fragment handling which prevented form submission. svn path=/import/netsurf/; revision=2094
* [project @ 2006-02-23 17:27:30 by jmb]John Mark Bell2006-02-231-3/+5
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2093
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-2323-66/+744
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-22 20:04:39 by jmb]John Mark Bell2006-02-221-2/+2
| | | | | | Lose warnings svn path=/import/netsurf/; revision=2091
* [project @ 2006-02-22 13:03:57 by rjw]Richard Wilson2006-02-221-4/+7
| | | | | | Make clicks on the recent URL menu move selected item to the top. svn path=/import/netsurf/; revision=2090
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-2213-80/+138
| | | | | | Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner. svn path=/import/netsurf/; revision=2089
* [project @ 2006-02-21 22:29:17 by rjw]Richard Wilson2006-02-211-6/+8
| | | | | | Fix broken decompression svn path=/import/netsurf/; revision=2088
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-2117-90/+237
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2006-02-20 02:29:19 by jmb]John Mark Bell2006-02-202-6/+7
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2086