summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-282-0/+6
* Add 16x16 NetSurf icon for use in desktop menus, as required my many environm...Rob Kendrick2008-07-261-0/+211
* Comment out code that causes segfaults on some GTK setups. It is unclear as ...Rob Kendrick2008-07-261-1/+4
* Don't try to set up the old About box, which no longer exists.Rob Kendrick2008-07-262-9/+0
* Don't include gtk_print.h when Haru is disabled.Rob Kendrick2008-07-261-1/+2
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4431,...Rob Kendrick2008-07-267-400/+459
* Add simple, experimental Makefile.config support.Rob Kendrick2008-07-262-3/+20
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-269-17/+778
* Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 ...Rob Kendrick2008-07-1612-242/+1023
* Fix segfault caused by using tab to leave proxy port entry widget in nsgtkRob Kendrick2008-07-011-4/+20
* Shave another 164 bytes off the size of the throbber PNGsRob Kendrick2008-07-019-0/+0
* Reduce throbber PNG filesizes.Michael Drake2008-07-014-0/+0
* Fix NetSurf capitalisation and add me.Michael Drake2008-06-141-11/+11
* Merged revisions 4114-4265,4267-4272,4275-4285,4287-4325 via svnmerge from John Mark Bell2008-06-1115-2478/+2925
* Remove old GTK throbber GIF.Michael Drake2008-06-021-0/+0
* nsgtk now loads the throbber from a set of PNG files. This change will make ...Rob Kendrick2008-06-023-6/+99
* Add new throbber PNGs. (Currently unused.)Michael Drake2008-06-029-0/+0
* Fix desensitisation of reload menu entryJohn Mark Bell2008-05-291-1/+1
* Fix clipping.John Mark Bell2008-05-291-0/+6
* Drop support for non-cairo plotting.John Mark Bell2008-05-293-136/+133
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-3/+4
* Add html extensions to minimal MIME type hashJohn Mark Bell2008-04-281-0/+2
* const fixes in plotters and history coreRob Kendrick2008-04-071-2/+2
* Fix crash when attempting to dump non HTML content (Dobos D. Calin)John Mark Bell2008-03-311-2/+9
* Add support for more GTK accelerators: num pad equivalents, as well as ctrl= ...James Shaw2008-03-291-0/+4
* Make GTK thumbnail creation more robust, return false when unable to create p...Rob Kendrick2008-03-251-8/+24