summaryrefslogtreecommitdiff
path: root/gtk/gtk_menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=10865
* move tabs menu somewhere less annoyingVincent Sanders2010-09-181-29/+27
| | | | svn path=/trunk/netsurf/; revision=10797
* Make the gtk menus fully translatableVincent Sanders2010-09-181-131/+161
| | | | | | clean up the macro madness a bit in gtk_menu.c svn path=/trunk/netsurf/; revision=10796
* move the gtk menu creation into gtk_menu.c from gtk_scaffolding.cVincent Sanders2010-09-171-139/+167
| | | | | | This causes the menu creation to be concentrated in one place removing the need for numerous external linkages svn path=/trunk/netsurf/; revision=10794
* Put status bar and horizontal scroll bar next to each other. Each tab now ↵James Bursa2010-04-071-3/+0
| | | | | | contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea. svn path=/trunk/netsurf/; revision=10277
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+422
svn path=/trunk/netsurf/; revision=9729