This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
netsurf
Watch
1
Star
0
Fork
0
You've already forked netsurf
mirror of
https://github.com/netsurf-browser/netsurf
synced
2025-02-07 10:04:43 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netsurf
/
gtk
History
Michael Drake
513793a060
Fix inventory file leafname.
...
svn path=/trunk/netsurf/; revision=10624
2010-07-09 21:36:55 +00:00
..
dialogs
…
res
Remove min status bar width limitation. Set initial status bar width when gui_window is created. Note the TODOs in gtk_window.c gui_create_browser_window().
2010-04-08 18:47:51 +00:00
font_pango.c
…
font_pango.h
…
gtk_bitmap.c
…
gtk_bitmap.h
…
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
…
gtk_completion.h
…
gtk_download.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
gtk_download.h
…
gtk_filetype.c
…
gtk_filetype.h
…
gtk_gui.c
Fix inventory file leafname.
2010-07-09 21:36:55 +00:00
gtk_gui.h
…
gtk_history.c
…
gtk_history.h
…
gtk_login.c
Handle llcache queries (GTK only for now)
2010-04-14 23:03:49 +00:00
gtk_menu.c
…
gtk_menu.h
…
gtk_plotters.c
Slightly clearer comment.
2010-04-08 18:55:38 +00:00
gtk_plotters.h
…
gtk_print.c
…
gtk_print.h
…
gtk_save.c
…
gtk_scaffolding.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
gtk_scaffolding.h
…
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
…
gtk_search.h
…
gtk_selection.c
…
gtk_selection.h
…
gtk_tabs.c
…
gtk_tabs.h
…
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
…
gtk_throbber.c
…
gtk_throbber.h
…
gtk_thumbnail.c
…
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
…
gtk_treeview.c
…
gtk_window.c
+ Refactor input handling from browser window code into content
2010-06-04 09:35:08 +00:00
gtk_window.h
…
notes
…
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
…