summaryrefslogtreecommitdiff
path: root/gtk/res
Commit message (Collapse)AuthorAgeFilesLines
* Add and use no proxy list optionVincent Sanders2013-06-041-1/+31
|
* fix cookies and bookmarks windows on gtk3Vincent Sanders2013-05-042-0/+2
|
* Fix mouse wheel scrolling on gtk3 by implementing the smooth scroll directionVincent Sanders2013-05-041-2/+2
| | | | Fix mouse wheel scrolling on gtk2 by setting a reasonable default step
* add fallback languageVincent Sanders2013-04-284-0/+4
|
* fix scrolling on gtk3Vincent Sanders2013-04-171-4/+4
|
* add translation tokens for GTK preferences dialogVincent Sanders2013-04-172-282/+282
|
* attach scrollbar and layout to the same adjustment so it need not be done in ↵Vincent Sanders2013-04-172-0/+32
| | | | code
* update gtk3 preferences dialogVincent Sanders2013-04-141-1677/+2088
|
* all-program now splits fatmessages for generic in-tree executionDaniel Silverstone (parasomnia chroot)2013-04-105-0/+5
|
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-69/+205
|
* restructure GTK frontend options dialog to be compiant with the gnome HIG ↵Vincent Sanders2012-12-282-1395/+1394
| | | | and actually work
* fixup combo boxes to have content, missed in conversion from gladeVincent Sanders2012-12-261-16/+165
|
* Try to rationalise the gtk install target somewhatRob Kendrick (fatigue)2012-11-0411-6/+5
|
* Add welcome page resources. Add symlinks to English welcome page to gtk and ↵Michael Drake2012-07-211-0/+1
| | | | framebuffer.
* remove junk blank page resourceVincent Sanders2012-06-101-32/+0
| | | | svn path=/trunk/netsurf/; revision=13959
* allow netsurf to build with gtk3Vincent Sanders2012-05-1632-1906/+6969
| | | | svn path=/trunk/netsurf/; revision=13926
* Add Seeks <http://www.seeks-project.info/> to the list of search engines. ↵François Revel2012-04-071-0/+1
| | | | | | Use http for the favicon to avoid a cert popup. svn path=/trunk/netsurf/; revision=13821
* Fix bug #3481624: this was needlessly complexJohn Mark Bell2012-02-232-1/+3
| | | | svn path=/trunk/netsurf/; revision=13463
* add option to set tab positionVincent Sanders2011-09-261-4200/+2512
| | | | svn path=/trunk/netsurf/; revision=12896
* Remove superseded about doc.Michael Drake2011-03-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12072
* Symlinks for GTK front end.Michael Drake2011-03-124-0/+4
| | | | svn path=/trunk/netsurf/; revision=11992
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-281-129/+0
| | | | | | | | Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static svn path=/trunk/netsurf/; revision=11514
* Change default favicon to content image.Michael Drake2011-01-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=11502
* Make the default favicon a desaturated netsurf logoDaniel Silverstone2011-01-071-0/+0
| | | | svn path=/trunk/netsurf/; revision=11247
* Rationalise titles and styles of various GTK windowsRob Kendrick2010-12-053-33/+50
| | | | svn path=/trunk/netsurf/; revision=11002
* Give bookmarks window the focus when it is opened, remove utility style from ↵Rob Kendrick2010-12-051-15/+15
| | | | | | window definition svn path=/trunk/netsurf/; revision=10997
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=10982
* Merge treeview-redux to trunkJohn Mark Bell2010-10-055-243/+527
| | | | svn path=/trunk/netsurf/; revision=10865
* move tabs menu somewhere less annoyingVincent Sanders2010-09-181-7/+0
| | | | svn path=/trunk/netsurf/; revision=10797
* Make the gtk menus fully translatableVincent Sanders2010-09-181-42/+0
| | | | | | clean up the macro madness a bit in gtk_menu.c svn path=/trunk/netsurf/; revision=10796
* Add GTK language resources Vincent Sanders2010-07-286-0/+6
| | | | svn path=/trunk/netsurf/; revision=10669
* remove symlinks to directories for Message translationsVincent Sanders2010-07-285-5/+0
| | | | svn path=/trunk/netsurf/; revision=10667
* Make GTK frontend select apropriate messages file Vincent Sanders2010-07-226-1/+5
| | | | svn path=/trunk/netsurf/; revision=10657
* Remove min status bar width limitation. Set initial status bar width when ↵Michael Drake2010-04-081-1/+1
| | | | | | gui_window is created. Note the TODOs in gtk_window.c gui_create_browser_window(). svn path=/trunk/netsurf/; revision=10323
* Increase scroll increment.Michael Drake2010-04-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=10317
* Ensure the h/v scrollbars default to 16px step incrementDaniel Silverstone2010-04-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=10315
* Put status bar and horizontal scroll bar next to each other. Each tab now ↵James Bursa2010-04-071-31/+98
| | | | | | contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea. svn path=/trunk/netsurf/; revision=10277
* Remove empty tab labels from glade files; removes GTK assertions on startup. ↵Rob Kendrick2010-03-281-703/+396
| | | | | | Also fix popup menu stock items to be ones that actually exist. svn path=/trunk/netsurf/; revision=10178
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-275-3228/+5586
| | | | svn path=/trunk/netsurf/; revision=10157
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ↵Michael Drake2010-02-132-0/+0
| | | | | | other favicon. svn path=/trunk/netsurf/; revision=10042
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1741-1836/+1598
| | | | svn path=/trunk/netsurf/; revision=9729
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=8752
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer ↵John Mark Bell2009-04-291-261/+261
| | | | | | | | overflows and memory leaks. Additionally, don't bother calculating the default toolbar button type here -- it will already be determined the first time that a browser window is opened (i.e. before the preferences dialog can be opened, anyway). Remove loads of trailing whitespace from every line in the gtk languages file. svn path=/trunk/netsurf/; revision=7370
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-206-3660/+2812
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136
* Squash warnings from GTK.John Mark Bell2009-02-171-2718/+1806
| | | | | | | | | | Rework export_pdf and print menu handlers to not leak memory, actually check return values, and stop processing in those cases. Many pedantic whitespace changes. Remove 3 spurious labels from the tab notebook in netsurf.glade. Make PDF export menu entry sensitive by default. Make Print preview menu entry insensitive, as it's unsupported. svn path=/trunk/netsurf/; revision=6543
* Add sensitive property for PDF export like for the other export entries, ↵John Tytgat2009-02-011-0/+1
| | | | | | this disables the PDF export menu entry when there is no content. svn path=/trunk/netsurf/; revision=6344
* Save page support on the context menu.Sean Fox2009-01-301-9/+32
| | | | svn path=/trunk/netsurf/; revision=6305
* Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. ↵Rob Kendrick2008-10-181-20/+41
| | | | | | Added menu item to do this, too. svn path=/trunk/netsurf/; revision=5593
* Add support for displaying the tab bar if there's only one tab.Daniel Silverstone2008-09-161-2030/+3603
| | | | svn path=/trunk/netsurf/; revision=5348
* Enable dumping of DOM treeJohn Mark Bell2008-09-081-1787/+2673
| | | | svn path=/trunk/netsurf/; revision=5289