netsurf/gtk
Vincent Sanders 7ff51a93d5 gtk context menu cleanups
svn path=/trunk/netsurf/; revision=11480
2011-01-25 09:19:47 +00:00
..
dialogs Rationalise titles and styles of various GTK windows 2010-12-05 15:03:53 +00:00
res Make the default favicon a desaturated netsurf logo 2011-01-07 14:16:33 +00:00
Makefile.target Futher simplification of the makefile 2010-10-29 00:54:27 +00:00
font_pango.c Remove redundant computation. 2011-01-09 00:52:00 +00:00
font_pango.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
gtk_bitmap.c Start bitmap opacity support in GTK front end. Still needs bitmap_test_opaque() implemented to be complete. 2010-08-14 16:47:18 +00:00
gtk_bitmap.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
gtk_compat.c More GTK 2.22.0 support 2010-10-23 14:12:33 +00:00
gtk_compat.h More GTK 2.22.0 support 2010-10-23 14:12:33 +00:00
gtk_completion.c Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
gtk_completion.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
gtk_cookies.c make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_cookies.h make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_download.c make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_download.h make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_filetype.c Fix WebP images for little-endian processors, and enable for gtk build. 2010-10-16 13:50:35 +00:00
gtk_filetype.h Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text 2007-08-08 16:16:03 +00:00
gtk_gui.c Make the tree icon dir a non-option 2011-01-20 14:05:13 +00:00
gtk_gui.h make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_history.c make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_history.h make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_hotlist.c make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_hotlist.h make the history, download, hotlist and cookies initialisation actually use the generic glade file finding code instead of their own thing and erroring out. 2010-12-14 18:54:20 +00:00
gtk_login.c Handle llcache queries (GTK only for now) 2010-04-14 23:03:49 +00:00
gtk_menu.c gtk context menu cleanups 2011-01-25 09:19:47 +00:00
gtk_menu.h gtk context menu cleanups 2011-01-25 09:19:47 +00:00
gtk_plotters.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
gtk_plotters.h Merge Paul Blokus' selectscroll branch. Adds core select menu widget for forms and core scrollbar widget. 2009-08-14 10:37:33 +00:00
gtk_print.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
gtk_print.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
gtk_save.c Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
gtk_scaffolding.c gtk context menu cleanups 2011-01-25 09:19:47 +00:00
gtk_scaffolding.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
gtk_schedule.c Add missing includes 2010-04-30 07:02:19 +00:00
gtk_schedule.h The schedule_run function is only called by the frontends so remove it from the core header and add its definition to the frontend headers. 2010-04-28 22:39:37 +00:00
gtk_search.c Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
gtk_search.h Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
gtk_selection.c Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow dragging 2010-07-24 16:39:37 +00:00
gtk_selection.h Merged revisions 4114-4265,4267-4272,4275-4285,4287-4325 via svnmerge from 2008-06-11 10:57:44 +00:00
gtk_tabs.c Hackery to support GTK >= 2.21.6 2010-10-23 13:53:11 +00:00
gtk_tabs.h Put status bar and horizontal scroll bar next to each other. Each tab now contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea. 2010-04-07 16:52:45 +00:00
gtk_theme.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
gtk_theme.h Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
gtk_throbber.c Somewhat rationalise GTK throbber initialisation 2010-01-24 01:46:17 +00:00
gtk_throbber.h Somewhat rationalise GTK throbber initialisation 2010-01-24 01:46:17 +00:00
gtk_thumbnail.c Fix GTK redraw artifacts with non html content 2010-09-10 13:08:05 +00:00
gtk_toolbar.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
gtk_toolbar.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
gtk_treeview.c When we get a motion notify event, only set of a drag in the core if the mouse has moved at least 5px from where it was pressed. 2010-12-16 20:30:10 +00:00
gtk_treeview.h Small refactor to change icon names to being passed in from frontends instead of core treeview globals 2010-12-14 00:18:24 +00:00
gtk_window.c Make drags less jerky. 2010-12-16 20:46:13 +00:00
gtk_window.h Put status bar and horizontal scroll bar next to each other. Each tab now contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea. 2010-04-07 16:52:45 +00:00
notes Initial basic notes on the refactor necessary to get nsgtk supporting the new frames code 2006-09-29 22:10:12 +00:00
options.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
sexy_icon_entry.c Add gtk_compat.c, which provides implementations of newer GTK functions that we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere. 2010-04-13 17:13:52 +00:00
sexy_icon_entry.h Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00