summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
* Update GTK tab opening to hopefully correctly render pages on open. (Mark Ben...Daniel Silverstone2009-04-071-3/+6
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-053-29/+0
* Change URL bar contents when switching tabs in GTK frontend.John Mark Bell2009-03-301-0/+5
* Squash warningJohn Mark Bell2009-03-291-0/+3
* Improve line plotter.Michael Drake2009-03-271-2/+2
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-173-0/+29
* Add .spr -> image/x-riscos-sprite MIME mapping to GTK front endJohn Mark Bell2009-03-091-0/+1
* Log gtk gui_window_get_dimensions sizes.Michael Drake2009-03-031-34/+36
* Select the text in the URL bar on Ctrl-A if the widget has the focus, ratherRob Kendrick2009-02-281-3/+8
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-4/+0
* Remove misleading commentJohn Mark Bell2009-02-171-2/+0
* Divorce PDF export and printing.John Mark Bell2009-02-172-113/+116
* Squash warnings from GTK.John Mark Bell2009-02-173-2914/+2049
* Squash warning when built without WITH_SSLJohn Mark Bell2009-02-151-0/+4
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-2/+3
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-051-1/+1
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-032-12/+12
* Add sensitive property for PDF export like for the other export entries, this...John Tytgat2009-02-011-0/+1
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-011-1/+1
* Right-clicking a page now removes the browser caret as well, but isn't proper...Sean Fox2009-01-301-3/+14
* 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-303-0/+10
* Save page support on the context menu.Sean Fox2009-01-304-35/+138
* Squash some memory leaks.Sean Fox2009-01-292-6/+13
* Forward declare gui_windowJohn Mark Bell2009-01-161-0/+2
* Fix warnings and formattingRob Kendrick2009-01-023-56/+67
* Remove unnecessary storage of page number in tab addDaniel Silverstone2009-01-021-2/+2
* Silence lack of return value check warning on fgets()Daniel Silverstone2009-01-021-1/+2
* Silence format-string warningDaniel Silverstone2009-01-021-1/+1
* Fix unchecked result warnings for realpathDaniel Silverstone2009-01-021-13/+20
* A bit of tidying of the GTK options dialog code. Still not ideal, still not w...Daniel Silverstone2009-01-021-135/+160
* Move tab opening logic to same place as new window opening. Make option for "...Michael Drake2008-11-291-3/+2
* Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. ...Rob Kendrick2008-10-184-20/+67
* Ensure that unset string options do not crash when you try and set themDaniel Silverstone2008-10-181-1/+1
* Fix memory leak and warningRob Kendrick2008-10-141-4/+7
* Style guide formatting.Michael Drake2008-10-111-16/+15
* Fix close icon size on tabs. Thanks to Christian Dywan (kalikiana).Michael Drake2008-10-111-11/+15
* Remove redundant function, and guard print/export-pdf against lack of haruDaniel Silverstone2008-10-101-18/+2
* Fix two warnings which only show when not using haru or hubbubDaniel Silverstone2008-10-101-2/+4
* Fixed most of the scaffolding warnings.Mike Lester2008-10-092-34/+2
* More GTK warning fixes.Rob Kendrick2008-10-093-6/+7
* Updated style, 80 char widthMike Lester2008-10-091-6/+6
* Whole bunch of warning fixes in GTKRob Kendrick2008-10-098-34/+45
* Fixed warning relating to Downloads.Mike Lester2008-10-092-3/+7
* Fix warnings in gtk_option.c - this code needs *serious* refactoring to remov...Rob Kendrick2008-10-091-65/+175
* Style guide formatting: indentation, 80 char width, 2 tabs after wrap.Michael Drake2008-10-091-26/+35
* Fix braino in previous commitRob Kendrick2008-10-091-1/+1
* Fix warning in gtk_about.c, reformatRob Kendrick2008-10-091-13/+25
* Fixed all but one "about dialog" related warnings. All credit strings are now...Mike Lester2008-10-092-14/+10