summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add header guard to reduce warning count marginallyDaniel Silverstone2008-10-091-0/+6
* Ensure we set the CSS DPI every time a window opens. For now, this will do. L...Daniel Silverstone2008-10-091-1/+4
* * desktop/save_pdf/pdf_plotters.c:John Tytgat2008-09-281-0/+2
* Add support for displaying the tab bar if there's only one tab.Daniel Silverstone2008-09-166-2038/+3636
* Enable dumping of DOM treeJohn Mark Bell2008-09-082-1787/+2725
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-071-11/+11
* The status bar is now a single GtkStatusbar instead of a hpane'd label and (e...Mike Lester2008-08-272-143/+93
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-2414-376/+1314
* Allow nsgtk to be built *with* PDF support. Whoops.Rob Kendrick2008-08-151-1/+1
* Allow nsgtk to be built without PDF exportRob Kendrick2008-08-151-0/+4
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-149-55/+951
* Some vague attempt at limiting the size of large bitmaps for thumbnailing.John Mark Bell2008-08-131-9/+14
* Do not include GIF throbber loading support if GIF support is excludedRob Kendrick2008-08-132-0/+7
* Merged revisions 4345-4346,4350-4351,4389,4391,4395,4401-4403,4423,4485-4486 ...James Bursa2008-08-122-70/+115
* Add some ifdef.John Mark Bell2008-08-111-1/+8
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-112-0/+15
* Make the knockout plotter calling behaviour optional by added a new entryJohn Tytgat2008-07-302-4/+4
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-292-2/+2
* Fix overflow spotted by jmb/valgrind.Rob Kendrick2008-07-291-1/+1
* Refactor Makefile a little to be slightly more organised. Made more features...Rob Kendrick2008-07-282-4/+2