Commit Graph

175 Commits (release/3.1)

Author SHA1 Message Date
Vincent Sanders 6f9a93e332 fix formatting of defaults makefiles 11 years ago
Vincent Sanders 5c6a0eda3b fixup missing includes from schedule changes 11 years ago
Vincent Sanders 87f6314dab move scheduleing into browser operation table 11 years ago
Michael Drake a38a63a37e Make history internal to browser_window module. 11 years ago
Michael Drake 49bed056dd Make browser_window_navigate (un)verifiable flag match browser_window_create. 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 ea79e85fcd Clean up gui_window creation API. 11 years ago
Michael Drake 3d7cd77982 Simplify local history interface. 11 years ago
Vincent Sanders 886a3106db move utf8 local conversion operations to table 11 years ago
Vincent Sanders e353973518 fix missing 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 233904c7ed fix build faliures from fetch table operation refactor 11 years ago
Vincent Sanders 0475693394 create table for fetcher operations and move all operations into it 11 years ago
Vincent Sanders 2f478eb5d7 fix missing forward declaration 11 years ago
Vincent Sanders fb1120c212 fix windows build error 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 0075eab194 move remaining gui operations to table 11 years ago
Vincent Sanders 8dfe225153 move download operations to download table 11 years ago
Vincent Sanders d18c8ed452 move teh final optional window operations into the table 11 years ago
Vincent Sanders e82d83f184 move four more optional window operations to table 11 years ago
Vincent Sanders d70e371cd9 move two more mandantory window operations to table 11 years ago
Vincent Sanders 7227c29bba move window scroll getter and setter into operations table 11 years ago
Vincent Sanders 5a962586fb move mandantory window update and redraw operations into table 11 years ago
Vincent Sanders 4b49b4ac77 move more optional window operations into table including removing unused hide_pointer operation altogether 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
Daniel Silverstone f97c1fc605 Add some more frontend stubs and fix up some others 11 years ago
Vincent Sanders f7916866e3 remove all references to using libMNG 11 years ago
Michael Drake 4c6a176d39 Remove BITMAP_PERSISTENT flag. 11 years ago
Michael Drake cf8ffa412a Remove old hotlist, cookies, and history_global_core modules. 12 years ago
Michael Drake 4473f4b8a8 Remove tree icon_name globals from all the front ends. 12 years ago
Michael Drake 5c7ca39ada Remove tree_url_node module. Had to disable treeview scanning in amiga and cocoa front ends. Amiga front end very likely broken. 12 years ago
Michael Drake 68078d7ea7 Fix up for cookies_old rename. 12 years ago
Michael Drake 3f45e53539 s/history_core/local_history/ 12 years ago
Vincent Sanders a92e5930ff fixup issues with new options API merge 12 years ago
Vincent Sanders fcc61ea374 move windows to new option API 12 years ago
Vincent Sanders 63d7247a9c fix mismatched option name and variable names 12 years ago
Vincent Sanders ee6e6eec05 move options include 12 years ago
Vincent Sanders 35dacc3671 move the logging initialisation out to be call by frontends 12 years ago
Michael Drake 631265ef6b Front ends have no reason to include desktop/selection.h now. 12 years ago
Michael Drake 9644d0594c Remove struct selection from gui_drag_save_selection, so gui.h doesn't need it now. 12 years ago
Vincent Sanders 98369b74e2 fixup message splitting with updated tool 12 years ago
Michael Drake 037beb44fb Pass caret clip rect out to front ends. (Nothing actually using them yet.) 12 years ago
Michael Drake 7bdaf95576 Squash warnings from errorcode shake up. 12 years ago
Michael Drake 69c0fb1fff Pass select all as keypress. 12 years ago