summaryrefslogtreecommitdiff
path: root/gtk/gtk_scaffolding.c
Commit message (Expand)AuthorAgeFilesLines
* Give bookmarks window the focus when it is opened, remove utility style from ...Rob Kendrick2010-12-051-0/+1
* Remove a small amount of putridness from GTK full save implemention. Still n...Rob Kendrick2010-12-051-4/+9
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-5/+28
* move tabs menu somewhere less annoyingVincent Sanders2010-09-181-5/+5
* Make the gtk menus fully translatableVincent Sanders2010-09-181-22/+19
* move the gtk menu creation into gtk_menu.c from gtk_scaffolding.cVincent Sanders2010-09-171-50/+22
* Fix GTK redraw artifacts with non html contentVincent Sanders2010-09-101-0/+5
* Add gtk_compat.c, which provides implementations of newer GTK functions that ...Rob Kendrick2010-04-131-1/+2
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-131-1/+1
* GTK 2.20 removes some widget property access macros that were deprecated in 2...Rob Kendrick2010-04-131-1/+1
* Put status bar and horizontal scroll bar next to each other. Each tab now con...James Bursa2010-04-071-47/+0
* rationalise the usage of the file schemeVincent Sanders2010-03-311-2/+2
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-81/+90
* Call the toolbar sensitivity update function when changing sensitivity of too...Rob Kendrick2010-03-281-0/+2
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ...Michael Drake2010-02-131-200/+200
* Change previous commit to more sensible valuesRob Kendrick2010-02-121-1/+5
* More normal default window size for nsgtk.Michael Drake2010-02-121-1/+1
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-0/+5
* Ensure scaffolding object exists before using itJohn Mark Bell2009-12-181-1/+6
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-15/+23
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-643/+1406
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-0/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-3/+4
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Simplify handling of tab switching. Now only has one event entry point, rathe...John Mark Bell2009-04-221-5/+16
* Some kind of documentation of option_button_type. Ideally, we'll be using an ...John Mark Bell2009-04-211-7/+11
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworki...Rob Kendrick2009-04-201-104/+245
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-7/+0
* Change URL bar contents when switching tabs in GTK frontend.John Mark Bell2009-03-301-0/+5
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-171-0/+7
* Select the text in the URL bar on Ctrl-A if the widget has the focus, ratherRob Kendrick2009-02-281-3/+8
* Remove misleading commentJohn Mark Bell2009-02-171-2/+0
* Divorce PDF export and printing.John Mark Bell2009-02-171-23/+29
* Squash warnings from GTK.John Mark Bell2009-02-171-191/+238
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-051-1/+1
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-011-1/+1
* Properly show the context menu separator.Sean Fox2009-01-301-3/+0
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-301-0/+5
* Save page support on the context menu.Sean Fox2009-01-301-19/+98
* Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. ...Rob Kendrick2008-10-181-0/+11
* Remove redundant function, and guard print/export-pdf against lack of haruDaniel Silverstone2008-10-101-18/+2
* Fixed most of the scaffolding warnings.Mike Lester2008-10-091-32/+2
* Whole bunch of warning fixes in GTKRob Kendrick2008-10-091-2/+26
* Ensure we set the CSS DPI every time a window opens. For now, this will do. L...Daniel Silverstone2008-10-091-1/+4
* Enable dumping of DOM treeJohn Mark Bell2008-09-081-0/+52
* The status bar is now a single GtkStatusbar instead of a hpane'd label and (e...Mike Lester2008-08-271-7/+3
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-15/+85
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-27/+46
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+1