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 |
|
Michael Drake
|
d88a839937
|
Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache.
|
2012-10-14 20:03:18 +01:00 |
|
Michael Drake
|
d9e7d58106
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
|
Vincent Sanders
|
e237ebac8f
|
Split install and package targets.
Install target is for installing on the local machine and package generates a package
|
2012-08-23 11:46:31 +01:00 |
|
Michael Drake
|
920c8b390e
|
Include browser_private.h
|
2012-08-22 13:10:54 +01:00 |
|
Michael Drake
|
d106091d6e
|
Pass font plot style out to front end clipboard append function.
|
2012-08-13 14:43:04 +01:00 |
|
Vincent Sanders
|
de982b4d3e
|
fix windows build format specifiers
add install target for windows - creates installer rather than actually installing
|
2012-08-12 21:52:39 +01:00 |
|
Vincent Sanders
|
d6b293001d
|
fix build warnings
|
2012-08-10 22:23:22 +01:00 |
|
Michael Drake
|
88055b5810
|
Update to use selection_copy_to_clipboard, although this code is all commented out anyway.
|
2012-08-02 15:09:31 +01:00 |
|
Vincent Sanders
|
a796b6020c
|
fix library link order
|
2012-07-24 12:52:54 +01:00 |
|
Vincent Sanders
|
3faaff91ac
|
change to use netsurf toolchain build
|
2012-07-23 21:12:19 +01:00 |
|
Michael Drake
|
ce20021df7
|
Fix colour string matching. Lose unneeded case insensitivity in matching.
svn path=/trunk/netsurf/; revision=13739
|
2012-03-27 11:02:35 +00:00 |
|
Michael Drake
|
eb189092c7
|
Constify param to gui_system_colour_char function.
svn path=/trunk/netsurf/; revision=13737
|
2012-03-27 10:47:29 +00:00 |
|
Vincent Sanders
|
1490b52a6b
|
NetSurf options rework (a=vince r=daniels,jmb)
svn path=/trunk/netsurf/; revision=13548
|
2012-03-22 09:34:34 +00:00 |
|