netsurf/gtk
François Revel bae750ee44 Fix a crash when opening Preferences panel and Choices file doesn't exist:
- add missing strdup(),
- fix free() vs g_free() mixups.

svn path=/trunk/netsurf/; revision=13824
2012-04-07 18:32:11 +00:00
..
dialogs Fix a crash when opening Preferences panel and Choices file doesn't exist: 2012-04-07 18:32:11 +00:00
res Add Seeks <http://www.seeks-project.info/> to the list of search engines. Use http for the favicon to avoid a cert popup. 2012-04-07 17:14:31 +00:00
Makefile.target initial move to libdom 2012-03-23 23:18:04 +00:00
bitmap.c Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
bitmap.h Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
compat.c only use libsexy entry widget prior to gtk 2.16 2011-12-30 23:22:18 +00:00
compat.h Fix build with GTK <2.16 2012-01-02 12:11:07 +00:00
completion.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
completion.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
cookies.c fixup gtk source file names 2011-01-29 23:40:22 +00:00
cookies.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
download.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
download.h Hide implementation detail 2011-02-23 08:23:02 +00:00
filetype.c Add missing title 2011-10-15 13:10:54 +00:00
filetype.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
font_pango.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34: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
gdk.c Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
gdk.h Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
gui.c Fix a crash when opening Preferences panel and Choices file doesn't exist: 2012-04-07 18:32:11 +00:00
gui.h load default favicon once 2011-12-31 00:00:54 +00:00
history.c When launching multiple URLs from a treeview, allow to open one window with multiple 2011-07-02 11:41:06 +00:00
history.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
hotlist.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
hotlist.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
login.c reduce to a single global structure for glade file locations 2011-09-24 09:24:13 +00:00
menu.c gtk can have *only* a single accelerator group attached or it goes bang 2011-02-01 23:11:29 +00:00
menu.h gtk can have *only* a single accelerator group attached or it goes bang 2011-02-01 23:11:29 +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 NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
plotters.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
plotters.h remove deprecated GDK usage except for in libsexy 2011-09-17 14:58:42 +00:00
print.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
print.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
save.c Merge branches/jmb/content-factory to trunk 2011-05-06 20:40:09 +00:00
scaffolding.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
scaffolding.h fix favicon display 2012-02-21 20:54:31 +00:00
schedule.c Move schedule.h to utils/ 2011-03-13 22:50:54 +00:00
schedule.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
search.c Remove search init function. 2012-01-06 23:42:22 +00:00
search.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
selection.c Include render/box.h 2012-03-25 10:21:47 +00:00
selection.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
sexy_icon_entry.c fixup gtk source file names 2011-01-29 23:40:22 +00:00
sexy_icon_entry.h make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE 2011-03-26 20:56:59 +00:00
system_colour.c Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
tabs.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
tabs.h clean up gtk tabs argument types to avoid uncessary casting 2011-09-26 14:34:16 +00:00
theme.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
theme.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
throbber.c make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE 2011-03-26 20:56:59 +00:00
throbber.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
thumbnail.c Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
toolbar.c load default favicon once 2011-12-31 00:00:54 +00:00
toolbar.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
treeview.c Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
treeview.h Fix motion event handling in GTK treeview 2011-07-24 11:38:26 +00:00
window.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
window.h fix favicon display 2012-02-21 20:54:31 +00:00