summaryrefslogtreecommitdiff
path: root/gtk/res
Commit message (Collapse)AuthorAgeFilesLines
* Fixup gtk viewdata window to open at appropriate sizeVincent Sanders2015-03-062-145/+205
| | | | | | | | | The size hints given were insufficient for gtk to open the window at a sensible size or position. This fixes it to open with a default 640x480 size which is a reasonable compromise. The gtk3 ui builder file was completely reconstructed from fresh as it was broken and was not working.
* Add XDG desktop file for GTK frontendVincent Sanders2014-12-251-0/+68
| | | | | | | | | The XDG spec allows for software to specify how it is executed and presented in a graphical environment by using a desktop file http://standards.freedesktop.org/desktop-entry-spec/latest/ This version is taken from my Debian packaging but should be useful for other operating systems.
* Typo fix: maintinance → maintenance in gtk frontend (closes #2217)Anthony J. Bentley2014-11-102-4/+4
|
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-222-0/+2
| | | | | | | | This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
* fix gtk install target to provide language fallbackVincent Sanders2014-08-198-4/+4
|
* fixup preference dialog handling of Developer view optionsVincent Sanders2014-08-022-305/+657
|
* rationalise source viewVincent Sanders2014-08-012-46/+46
|
* fix disc cache size option to be unsignedVincent Sanders2014-06-092-7/+7
|
* fix default search provider icon handlingVincent Sanders2014-06-031-8/+6
|
* add proxy excusion entry to GTK builder file. From Pavel Smolyar (bug #2122)Vincent Sanders2014-05-291-1/+31
|
* Under GTK, file gadgets are more like buttonsRob Kendrick2014-01-051-1/+1
|
* 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