summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2006-03-09 20:14:13 by dsilvers]Daniel Silverstone2006-03-092-4/+73
| | | | | | 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-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-22 01:58:19 by rjw]Richard Wilson2006-02-221-2/+15
| | | | | | 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 20:49:11 by rjw]Richard Wilson2006-02-211-1/+1
| | | | | | 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-201-3/+4
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=2086
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-082-4/+17
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-199-21/+74
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-12-19 21:54:51 by bursa]James Bursa2005-12-191-1/+50
| | | | | | Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-201-1/+35
| | | | | | 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) svn path=/import/netsurf/; revision=1812
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-1/+31
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-03 15:41:07 by bursa]James Bursa2005-07-031-0/+6
| | | | | | Implement gui_window_get_height() for the GTK build. svn path=/import/netsurf/; revision=1782
* [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