summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-021-2/+26
| | | | svn path=/trunk/netsurf/; revision=2611
* Fix pango position-in-string function's off-by-one bugDaniel Silverstone2006-05-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=2601
* Fix some warnings and casting errors in GTK versionRob Kendrick2006-05-012-16/+8
| | | | svn path=/trunk/netsurf/; revision=2575
* Fix undersized bufferJohn Mark Bell2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2555
* Fix GTK buildJohn Mark Bell2006-04-222-25/+25
| | | | svn path=/trunk/netsurf/; revision=2550
* Basic support for typing text into textual form elements.Rob Kendrick2006-04-201-2/+88
| | | | svn path=/trunk/netsurf/; revision=2539
* Correct base of font positioning. Stops click in text input causing segfault.Rob Kendrick2006-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=2538
* Simple throbber for nsgtkRob Kendrick2006-04-101-11/+25
| | | | svn path=/trunk/netsurf/; revision=2521
* Unify information databasesJohn Mark Bell2006-04-093-10/+11
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-31 10:51:34 by rjek]Rob Kendrick2006-03-311-1/+0
| | | | | | Remove vexing 'Small caps\!' debug LOG from GTK font plotting svn path=/import/netsurf/; revision=2484
* [project @ 2006-03-31 10:50:14 by rjek]Rob Kendrick2006-03-311-3/+9
| | | | | | GTK dotted line plotting improvements svn path=/import/netsurf/; revision=2483
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-292-2/+10
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-03-27 13:19:08 by rjek]Rob Kendrick2006-03-271-17/+76
| | | | | | | nsgtk searches for shared resources in shared locations as well as ~/.netsurf/ Free cookie file location strings at quit as with stylesheet locations svn path=/import/netsurf/; revision=2197
* [project @ 2006-03-27 00:51:21 by rjek]Rob Kendrick2006-03-271-1/+1
| | | | | | Reduced quality of interpolation used for GTK thumbnails for faster rendering on lesser systems svn path=/import/netsurf/; revision=2195
* [project @ 2006-03-26 21:53:20 by dsilvers]Daniel Silverstone2006-03-261-34/+84
| | | | | | Re-tabify, add (currently disabled) cairo support and font family/variant support to font_pango.c svn path=/import/netsurf/; revision=2186
* [project @ 2006-03-26 21:35:54 by rjek]Rob Kendrick2006-03-261-0/+14
| | | | | | Implement Home button in GTK build svn path=/import/netsurf/; revision=2184
* [project @ 2006-03-26 17:48:56 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181
* [project @ 2006-03-26 17:40:15 by dsilvers]Daniel Silverstone2006-03-261-1/+14
| | | | | | Implement reload button for nsgtk svn path=/import/netsurf/; revision=2179
* [project @ 2006-03-26 17:22:29 by dsilvers]Daniel Silverstone2006-03-261-38/+159
| | | | | | Implement the history window, and re-tabify gtk_window.c svn path=/import/netsurf/; revision=2178
* [project @ 2006-03-26 16:36:20 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Fix plotters to use system colormap to save widget ranting when rendering history thumbnails svn path=/import/netsurf/; revision=2177
* [project @ 2006-03-26 15:34:33 by dsilvers]Daniel Silverstone2006-03-261-2/+46
| | | | | | rudimentary nsgtk support for back/forward svn path=/import/netsurf/; revision=2176
* [project @ 2006-03-26 15:11:51 by dsilvers]Daniel Silverstone2006-03-261-1/+7
| | | | | | Partial page-load progressive render for GTK frontend svn path=/import/netsurf/; revision=2175
* [project @ 2006-03-26 15:07:25 by dsilvers]Daniel Silverstone2006-03-261-2/+15
| | | | | | Fix up a missing GTK_TOOLBAR() and implement the stop button as a throbber/stop-button for now svn path=/import/netsurf/; revision=2174
* [project @ 2006-03-26 14:58:15 by rjek]Rob Kendrick2006-03-261-3/+63
| | | | | | Add extra buttons to toolbar, including (semi-)working scaling svn path=/import/netsurf/; revision=2173
* [project @ 2006-03-26 01:18:00 by rjek]Rob Kendrick2006-03-261-0/+1
| | | | | | Fix memory leak in GTK thumbnailing svn path=/import/netsurf/; revision=2170
* [project @ 2006-03-26 01:14:01 by rjek]Rob Kendrick2006-03-261-16/+16
| | | | | | Improvements to GTK thumbnailing svn path=/import/netsurf/; revision=2169
* [project @ 2006-03-25 23:56:39 by dsilvers]Daniel Silverstone2006-03-251-0/+7
| | | | | | Ensure font scaling is done at font_paint time for GTK frontend svn path=/import/netsurf/; revision=2168
* [project @ 2006-03-25 23:53:34 by rjek]Rob Kendrick2006-03-253-5/+5
| | | | | | Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
* [project @ 2006-03-25 23:31:41 by rjek]Rob Kendrick2006-03-255-9/+109
| | | | | | Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166
* [project @ 2006-03-23 13:51:39 by rjek]Rob Kendrick2006-03-231-2/+63
| | | | | | Dashed and dotted line and rectangle drawing in GDK/Cairo plotters svn path=/import/netsurf/; revision=2155
* [project @ 2006-03-23 04:37:53 by rjek]Rob Kendrick2006-03-231-2/+2
| | | | | | Use higher quality dither in GTK image plotting svn path=/import/netsurf/; revision=2153
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-211-1/+20
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-20 17:39:39 by rjek]Rob Kendrick2006-03-201-3/+3
| | | | | | Minor Cairo colour selection and line drawing improvements svn path=/import/netsurf/; revision=2143
* [project @ 2006-03-20 10:56:54 by rjek]Rob Kendrick2006-03-202-48/+48
| | | | | | Source cleanup and true/false to TRUE/FALSE conversion for GTK plotters svn path=/import/netsurf/; revision=2142
* [project @ 2006-03-19 23:56:52 by rjek]Rob Kendrick2006-03-191-5/+21
| | | | | | Cairo area clipping, and misc fixups in GTK plotters svn path=/import/netsurf/; revision=2141
* [project @ 2006-03-19 21:44:22 by rjek]Rob Kendrick2006-03-191-1/+3
| | | | | | Some Cairo line thickness related fixes svn path=/import/netsurf/; revision=2139
* [project @ 2006-03-19 20:53:46 by rjek]Rob Kendrick2006-03-193-3/+57
| | | | | | Some GTK plotters now use Cairo if it is available for higher render quality svn path=/import/netsurf/; revision=2137
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-2/+8
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-191-7/+33
| | | | | | 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-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 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-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-101-2/+2
| | | | | | 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 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