Vincent Sanders
91deff3797
fix menu and C-q gtk exiting (closes bug #2184 )
11 years ago
Vincent Sanders
d0da99beca
extend gtk viewdata to open files in an editor using the freedesktop default app specification
11 years ago
Vincent Sanders
58eea873f8
rationalise source view
11 years ago
Vincent Sanders
55669387ff
clean up gtk scaffolding interface, remove lots of cruft and globals
11 years ago
Vincent Sanders
5b4d38b29b
stop using certificate data from the stack outside the message context.
11 years ago
Vincent Sanders
18aefabd20
change reformat to be driven from the scheduler like redraw
11 years ago
Vincent Sanders
8944edd649
convert all frontends to scheduled fetch operation
11 years ago
Vincent Sanders
f1c2dde13b
extend file table with mkdir all and make fs backing store use it.
...
enable fs backing store for RISC OS.
11 years ago
Vincent Sanders
7d02ae916a
make launch_url core operation use nsurl
11 years ago
Vincent Sanders
a6d3ceae0e
Completely re-write web search provider handling
11 years ago
Vincent Sanders
a4be7f7d1a
ensure new config directories can be created.
11 years ago
Vincent Sanders
6d3f5d2338
Enable filesystem based cache in gtk frontend
11 years ago
Vincent Sanders
64f607760b
add backing store storage path to browser initialisation
11 years ago
Vincent Sanders
ccc9ad969b
fix gtk options loading
11 years ago
Vincent Sanders
16b11e7238
ensure operations tables are registered as early as possible.
11 years ago
Vincent Sanders
2326d3c503
remove unecessary utils/url.h includes
11 years ago
Vincent Sanders
c56642819e
add file operations table and make all frontends use it.
...
This rationalises the path construction and basename file
operations. The default implementation is POSIX which works for all
frontends except windows, riscos and amiga which have differeing path
separators and rules.
These implementations are significantly more robust than the previous
nine implementations and also do not use unsafe strncpy or buffers
with arbitrary length limits.
These implementations also carry full documentation comments.
11 years ago
Vincent Sanders
a73f22c966
make gtk commandline filename loading use snprintf
11 years ago
Vincent Sanders
1fd565cba7
make GTK configuration handling conform to XDG specification.
11 years ago
Vincent Sanders
4d4d74c8cd
move page search gui callbacks to their own operations table
11 years ago
Vincent Sanders
87f6314dab
move scheduleing into browser operation table
11 years ago
Michael Drake
af014bce99
Allow tab creation without history clone. Changes browser_window_create and browser_window_navigate flags.
11 years ago
Michael Drake
5f517cc714
Don't need browser_private.h any more.
11 years ago
Michael Drake
8deb9ec25c
Native select menu interface shouldn't force front end to dig inside bw struct.
11 years ago
Vincent Sanders
886a3106db
move utf8 local conversion operations to table
11 years ago
Vincent Sanders
8bb0e87b1a
make clipboard table operations static and remove unecessary includes
11 years ago
Vincent Sanders
654da2ffb5
move utf8 conversion routines to use nserror instead of their own error enum
11 years ago
Vincent Sanders
8ce0a10670
move path_to_url and url_to_path to fetch operation table
11 years ago
Vincent Sanders
0475693394
create table for fetcher operations and move all operations into it
11 years ago
Vincent Sanders
d47fed4524
move 401 login into operation table
11 years ago
Vincent Sanders
38cb39339a
move filename_from_path and path_add_part into gui operation tables
11 years ago
Vincent Sanders
bd065d4a43
split browser gui operations up
11 years ago
Vincent Sanders
68eaec5cb4
complete move of remaining core gui functions
11 years ago
Vincent Sanders
8dfe225153
move download operations to download table
11 years ago
Vincent Sanders
b7736bae2f
split gui operations into core and window and move more operations into tables
11 years ago
Vincent Sanders
56bb9582b1
move set title, set url, start and stop throbber window operations to gui table
11 years ago
Vincent Sanders
c8496df3df
move window creation and destruction into table
11 years ago
Vincent Sanders
d3c392c3d3
Initial conversion of netsurf gui to callback vtable
11 years ago
Rob Kendrick
550c8cd73c
Change gui_file_gadget_interface to pass gui_window not browser_window, add GTK implementation that of course does not work.
11 years ago
Rob Kendrick
d8ad3b8e78
Add new gui entry point for file open dialogue requests
11 years ago
Vincent Sanders
47c17ad889
check return of chmod (coverity 1109836)
11 years ago
Michael Drake
3eb65bb54f
Fix Coverity #1129524 , resource leak.
11 years ago
Daniel Silverstone
4b3a7666dc
Use realpath and stuff file:// on the front of file arguments in GTK frontend
11 years ago
Vincent Sanders
9c707c8df0
fix coverity 1109891
11 years ago
Michael Drake
2d14f0bb2e
Fix Ctrl+Shift+Z.
11 years ago
Michael Drake
10b422b163
Pass KEY_UNDO and KEY_REDO to core. (Currently ignored.)
11 years ago
Michael Drake
cf8ffa412a
Remove old hotlist, cookies, and history_global_core modules.
...
New versions of expand/collapse node functions for these modules aren't yet implemented.
12 years ago
Michael Drake
49c7994d05
Remove bulk of old treeview implementation.
12 years ago
Michael Drake
4a01ef9e7a
Avoid sslcert_get_tree_flags.
12 years ago
Michael Drake
d7f73d77bc
Use new ssl certificate viewer.
12 years ago