Vincent Sanders
|
2f478eb5d7
|
fix missing forward declaration
|
2014-01-16 15:23:11 +00:00 |
Vincent Sanders
|
fb1120c212
|
fix windows build error
|
2014-01-16 15:00:43 +00:00 |
Vincent Sanders
|
d47fed4524
|
move 401 login into operation table
|
2014-01-16 00:52:17 +00:00 |
Vincent Sanders
|
38cb39339a
|
move filename_from_path and path_add_part into gui operation tables
|
2014-01-16 00:01:25 +00:00 |
Vincent Sanders
|
bd065d4a43
|
split browser gui operations up
|
2014-01-15 19:37:05 +00:00 |
Vincent Sanders
|
0075eab194
|
move remaining gui operations to table
|
2014-01-14 23:31:54 +00:00 |
Vincent Sanders
|
8dfe225153
|
move download operations to download table
|
2014-01-14 16:04:02 +00:00 |
Vincent Sanders
|
d18c8ed452
|
move teh final optional window operations into the table
|
2014-01-13 22:54:19 +00:00 |
Vincent Sanders
|
e82d83f184
|
move four more optional window operations to table
|
2014-01-13 14:51:27 +00:00 |
Vincent Sanders
|
d70e371cd9
|
move two more mandantory window operations to table
|
2014-01-13 11:38:35 +00:00 |
Vincent Sanders
|
7227c29bba
|
move window scroll getter and setter into operations table
|
2014-01-13 01:08:15 +00:00 |
Vincent Sanders
|
5a962586fb
|
move mandantory window update and redraw operations into table
|
2014-01-12 23:50:54 +00:00 |
Vincent Sanders
|
4b49b4ac77
|
move more optional window operations into table including removing unused hide_pointer operation altogether
|
2014-01-12 22:55:26 +00:00 |
Vincent Sanders
|
b7736bae2f
|
split gui operations into core and window and move more operations into tables
|
2014-01-12 17:07:34 +00:00 |
Vincent Sanders
|
56bb9582b1
|
move set title, set url, start and stop throbber window operations to gui table
|
2014-01-12 10:27:41 +00:00 |
Vincent Sanders
|
c8496df3df
|
move window creation and destruction into table
|
2014-01-11 22:34:12 +00:00 |
Vincent Sanders
|
d3c392c3d3
|
Initial conversion of netsurf gui to callback vtable
|
2014-01-11 14:20:30 +00:00 |
Daniel Silverstone
|
f97c1fc605
|
Add some more frontend stubs and fix up some others
|
2014-01-05 17:37:21 +00:00 |
Vincent Sanders
|
f7916866e3
|
remove all references to using libMNG
|
2014-01-04 17:07:11 +00:00 |
Michael Drake
|
4c6a176d39
|
Remove BITMAP_PERSISTENT flag.
|
2013-10-03 21:02:08 +01:00 |
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.
|
2013-09-02 22:41:04 +01:00 |
Michael Drake
|
4473f4b8a8
|
Remove tree icon_name globals from all the front ends.
|
2013-09-02 16:39:46 +01:00 |
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.
|
2013-09-02 14:17:09 +01:00 |
Michael Drake
|
68078d7ea7
|
Fix up for cookies_old rename.
|
2013-07-22 10:21:37 +01:00 |
Michael Drake
|
3f45e53539
|
s/history_core/local_history/
|
2013-07-10 11:55:42 +01:00 |
Vincent Sanders
|
a92e5930ff
|
fixup issues with new options API merge
|
2013-05-28 16:44:46 +01:00 |
Vincent Sanders
|
fcc61ea374
|
move windows to new option API
|
2013-05-28 15:19:06 +01:00 |
Vincent Sanders
|
63d7247a9c
|
fix mismatched option name and variable names
block_ads should be block_advertisments to match option name
toolbar_status_width should be toolbar_status_size to match option name
|
2013-05-28 14:16:11 +01:00 |
Vincent Sanders
|
ee6e6eec05
|
move options include
|
2013-05-28 14:16:10 +01:00 |
Vincent Sanders
|
35dacc3671
|
move the logging initialisation out to be call by frontends
This allows each frontend to pass a distinct callback to configure the
output file stream appropriately for their use.
|
2013-05-23 11:50:57 +01:00 |
Michael Drake
|
631265ef6b
|
Front ends have no reason to include desktop/selection.h now.
|
2013-05-10 12:16:05 +01:00 |
Michael Drake
|
9644d0594c
|
Remove struct selection from gui_drag_save_selection, so gui.h doesn't need it now.
|
2013-05-10 11:54:26 +01:00 |
Vincent Sanders
|
98369b74e2
|
fixup message splitting with updated tool
|
2013-05-02 09:24:18 +01:00 |
Michael Drake
|
037beb44fb
|
Pass caret clip rect out to front ends. (Nothing actually using them yet.)
|
2013-03-05 22:54:51 +00:00 |
Michael Drake
|
7bdaf95576
|
Squash warnings from errorcode shake up.
|
2013-02-22 14:34:23 +00:00 |
Michael Drake
|
69c0fb1fff
|
Pass select all as keypress.
|
2013-02-22 14:34:01 +00:00 |
Michael Drake
|
4fd095c060
|
Update for core change.
|
2013-02-22 14:19:04 +00:00 |
Vincent Sanders
|
529ca251fc
|
rename flags for browser_window routines to be shorter
|
2013-02-18 11:51:42 +00:00 |
Vincent Sanders
|
b112dec78d
|
change browser_window_create and refactor all callsites
|
2013-02-18 11:23:48 +00:00 |
Vincent Sanders
|
3bfb5b96a7
|
browser_window_navigate refactor
|
2013-02-18 11:23:27 +00:00 |
Michael Drake
|
bd2ca73de7
|
Update for new nsfont_split expectations. Untested, but code same as framebuffer.
|
2013-02-10 18:30:44 +00:00 |
Michael Drake
|
9cb1da921b
|
Prompt core to deal with copy/paste correctly.
|
2013-01-08 17:47:04 +00:00 |
Michael Drake
|
9dc965d51c
|
Untested update for new clipboard API.
|
2013-01-08 17:07:04 +00:00 |
Vincent Sanders
|
68565113f3
|
link order matters
|
2012-12-20 17:34:17 +00:00 |
Vincent Sanders
|
484fa8b110
|
move common include path setup to core Makefile
|
2012-12-20 15:27:07 +00:00 |
Vincent Sanders
|
c87cbe5655
|
split target defaults out
|
2012-12-13 19:26:24 +00:00 |
John-Mark Bell
|
617d655c7b
|
Remove libxml
|
2012-11-10 00:11:57 +00:00 |
John-Mark Bell
|
f824ab8af4
|
Port save complete to libdom.
|
2012-11-03 23:19:45 +00:00 |
Rob Kendrick (fatigue)
|
58202b2dfd
|
Try to get Windows building with FatMessages. This approach makes me ill, and may not even work.
|
2012-11-03 13:40:34 +00:00 |
Michael Drake
|
35eb251244
|
Fix "error setting certificate verify locations" problem when the Choices file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
|
2012-10-17 14:20:18 +01:00 |