summaryrefslogtreecommitdiff
path: root/gtk/gtk_window.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-231-0/+1
| | | | | | are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792
* Add tracking of open windows to nsgtkRob Kendrick2006-07-211-3/+23
| | | | svn path=/trunk/netsurf/; revision=2789
* Tidies for eventual gladification of main browser window in nsgtkRob Kendrick2006-07-201-97/+104
| | | | svn path=/trunk/netsurf/; revision=2784
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-191-1/+13
| | | | svn path=/trunk/netsurf/; revision=2779
* GTK zoom fixes, misc multi-window fixRob Kendrick2006-07-141-11/+19
| | | | svn path=/trunk/netsurf/; revision=2750
* Basic multi-window support for nsgtkDaniel Silverstone2006-07-141-4/+15
| | | | svn path=/trunk/netsurf/; revision=2749
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-021-2/+26
| | | | svn path=/trunk/netsurf/; revision=2611
* Fix some warnings and casting errors in GTK versionRob Kendrick2006-05-011-15/+7
| | | | svn path=/trunk/netsurf/; revision=2575
* Fix GTK buildJohn Mark Bell2006-04-221-24/+24
| | | | 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
* Simple throbber for nsgtkRob Kendrick2006-04-101-11/+25
| | | | svn path=/trunk/netsurf/; revision=2521
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-291-2/+6
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [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: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 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-25 23:31:41 by rjek]Rob Kendrick2006-03-251-0/+1
| | | | | | Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166
* [project @ 2006-03-20 10:56:54 by rjek]Rob Kendrick2006-03-201-2/+2
| | | | | | Source cleanup and true/false to TRUE/FALSE conversion for GTK plotters svn path=/import/netsurf/; revision=2142
* [project @ 2006-03-19 20:53:46 by rjek]Rob Kendrick2006-03-191-0/+9
| | | | | | Some GTK plotters now use Cairo if it is available for higher render quality svn path=/import/netsurf/; revision=2137
* [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-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 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 @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-6/+4
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [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-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-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-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-02-27 16:03:02 by bursa]James Bursa2005-02-271-2/+0
| | | | | | 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-03 02:09:20 by jmb]John Mark Bell2005-01-031-1/+1
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2004-10-17 21:51:06 by bursa]James Bursa2004-10-171-110/+18
| | | | | | Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-1/+6
| | | | | | | | | | | | 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-03 22:44:47 by bursa]James Bursa2004-09-031-2/+2
| | | | | | 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-151-5/+8
| | | | | | Make GTK build work again svn path=/import/netsurf/; revision=1236
* [project @ 2004-07-22 12:03:37 by bursa]James Bursa2004-07-221-33/+64
| | | | | | 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-06-22 18:48:33 by bursa]James Bursa2004-06-221-0/+401
Experimental gtk interface. svn path=/import/netsurf/; revision=993