]> spindle.queued.net Git - midori/commit
Implement MidoriApp singleton and improve multiple window support
authorChristian Dywan <christian@twotoasts.de>
Thu, 22 May 2008 22:17:10 +0000 (00:17 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 22 May 2008 22:17:10 +0000 (00:17 +0200)
commit4a488da7b165787dca56dbd87bcea8f718b40045
tree484884fc365c6f2084ac5dbf34cc40e7ab0bdca2
parent61d26feae870b0c59f59507fce5bdecf321e1e91
Implement MidoriApp singleton and improve multiple window support

The new singleton holds the shared settings and trash. It is
further more used to keep track of all open windows and quits
when the last window was closed. It also watches the focus in
case you need something like a "current" browser.
src/Makefile.am
src/main.c
src/main.h
src/midori-app.c [new file with mode: 0644]
src/midori-app.h [new file with mode: 0644]
src/midori-browser.c
src/midori-browser.h
src/midori-panel.c
src/midori-trash.c
src/midori-webview.c