Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/35b5a5d6cd59b50d47ec2...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/35b5a5d6cd59b50d47ec294...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/35b5a5d6cd59b50d47ec29476...
The branch, mono/atari_treeview_rework has been updated
via 35b5a5d6cd59b50d47ec29476e72b7c5b506bb10 (commit)
from 3a5d8cf6c1bbecfaa23e28a8b4b25f380091db30 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=35b5a5d6cd59b50d47e...
commit 35b5a5d6cd59b50d47ec29476e72b7c5b506bb10
Author: Ole Loots <ole(a)monochrom.net>
Commit: Ole Loots <ole(a)monochrom.net>
Enabled atari_global_history_destry/init
diff --git a/atari/gui.c b/atari/gui.c
index 33d63b4..c0b8cb2 100644
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -174,16 +174,11 @@ void gui_poll(bool active)
// TODO: implement generic treeview redraw function
// TODO: rename hl to atari_hotlist or create getter for it...
- //atari_treeview_redraw(hl.tv);
+
atari_hotlist_redraw();
atari_cookie_manager_redraw();
atari_global_history_redraw();
-/* // TODO: reenable history redraws
- if(gl_history.tv->redraw){
- atari_treeview_redraw(gl_history.tv);
- }
-*/
}
@@ -840,7 +835,7 @@ void gui_quit(void)
}
/* destroy the treeview windows: */
- //atari_global_history_destroy();
+ atari_global_history_destroy();
atari_hotlist_destroy();
atari_cookie_manager_destroy();
@@ -1061,7 +1056,7 @@ static void gui_init2(int argc, char** argv)
treeview_init(0);
/* Initialize the specific treeview windows: */
- //atari_global_history_init();
+ atari_global_history_init();
atari_hotlist_init();
atari_cookie_manager_init();
-----------------------------------------------------------------------
Summary of changes:
atari/gui.c | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/atari/gui.c b/atari/gui.c
index 33d63b4..c0b8cb2 100644
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -174,16 +174,11 @@ void gui_poll(bool active)
// TODO: implement generic treeview redraw function
// TODO: rename hl to atari_hotlist or create getter for it...
- //atari_treeview_redraw(hl.tv);
+
atari_hotlist_redraw();
atari_cookie_manager_redraw();
atari_global_history_redraw();
-/* // TODO: reenable history redraws
- if(gl_history.tv->redraw){
- atari_treeview_redraw(gl_history.tv);
- }
-*/
}
@@ -840,7 +835,7 @@ void gui_quit(void)
}
/* destroy the treeview windows: */
- //atari_global_history_destroy();
+ atari_global_history_destroy();
atari_hotlist_destroy();
atari_cookie_manager_destroy();
@@ -1061,7 +1056,7 @@ static void gui_init2(int argc, char** argv)
treeview_init(0);
/* Initialize the specific treeview windows: */
- //atari_global_history_init();
+ atari_global_history_init();
atari_hotlist_init();
atari_cookie_manager_init();
--
NetSurf Browser