netsurf/gtk
Vincent Sanders 8747703583 move tabs menu somewhere less annoying
svn path=/trunk/netsurf/; revision=10797
2010-09-18 20:53:43 +00:00
..
dialogs Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +00:00
res move tabs menu somewhere less annoying 2010-09-18 20:53:43 +00:00
font_pango.c Merge LibCSS port to trunk. 2009-07-23 23:05:34 +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 Fix gtk compat layer to not segfault on old versions of GTK. 2010-07-03 23:44:20 +00:00
gtk_compat.h 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
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_download.c Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +00:00
gtk_download.h Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +00:00
gtk_filetype.c Add .spr -> image/x-riscos-sprite MIME mapping to GTK front end 2009-03-09 00:58:23 +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 Rename wndWarning to nsgtk_warning_window. Remove some unnecessary includes. 2010-09-12 23:40:34 +00:00
gtk_gui.h Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +00:00
gtk_history.c Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +00:00
gtk_history.h Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +00:00
gtk_login.c Handle llcache queries (GTK only for now) 2010-04-14 23:03:49 +00:00
gtk_menu.c move tabs menu somewhere less annoying 2010-09-18 20:53:43 +00:00
gtk_menu.h move tabs menu somewhere less annoying 2010-09-18 20:53:43 +00:00
gtk_plotters.c Slightly clearer comment. 2010-04-08 18:55:38 +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 move tabs menu somewhere less annoying 2010-09-18 20:53:43 +00:00
gtk_scaffolding.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_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 Clean up how GTK frontend finds resources 2010-07-28 15:22:44 +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 Now that theme_install owns hlcache handle, ensure we clean it up. 2010-04-11 23:08:54 +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 Pass an empty string as the label for the local history button. While the GTK docs say NULL is reasonable, it causes the ATK layer to produce runtime assertions. 2010-04-08 14:28:04 +00:00
gtk_toolbar.h Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
gtk_treeview.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_window.c cause content_redraw() to be called with the width and height of the content instead of the window. 2010-09-10 13:35:54 +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 Turn on smooth scaling by default, since it doesn't make much difference to preformance and looks better. Align columns in options table. 2010-04-08 17:37:08 +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