index
:
marquee/marquee.git
master
Marquee Web browser
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mq_notebook_insert_*(): Return tab page
Patrick McDermott
2017-10-23
2
-4/+8
*
mq_window_insert_tab(): Remove function
Patrick McDermott
2017-10-23
2
-18/+0
*
MqTabPage: Don't call mq_window_insert_tab()
Patrick McDermott
2017-10-23
1
-2/+0
*
Mqwindow: Use mq_notebook_insert_sibling()
Patrick McDermott
2017-10-23
1
-2/+8
*
mq_notebook_insert_(): Allow NULL sibling/parent arguments
Patrick McDermott
2017-10-23
1
-10/+25
*
MqMainMenu: Use mq_notebook_insert_child()
Patrick McDermott
2017-10-23
1
-2/+11
*
MqTabLabel: Use mq_notebook_insert_child()
Patrick McDermott
2017-10-23
1
-1/+5
*
mq_tab_page_get_label(): Cast return value
Patrick McDermott
2017-10-23
1
-1/+1
*
MqWebView: Use mq_notebook_insert_child()
Patrick McDermott
2017-10-23
1
-18/+26
*
mq_notebook_insert_*(): New functions
Patrick McDermott
2017-10-23
2
-0/+83
*
mq_tab_page_get_label(): New function
Patrick McDermott
2017-10-23
2
-0/+10
*
src/notebook.c: Fix MQ_TAB_TREE()
Patrick McDermott
2017-10-23
1
-1/+1
*
src/tree.h: Fix MQ_TREE()
Patrick McDermott
2017-10-23
1
-1/+1
*
MqWindow: Fix notebook page switch callback
Patrick McDermott
2017-10-23
1
-5/+2
*
MqWebView: Adapt to new tree-less MqTabPage API
Patrick McDermott
2017-10-23
1
-15/+18
*
MqWindow: Adapt to new tree-less MqTabPage API
Patrick McDermott
2017-10-23
1
-7/+7
*
MqTabPage: Remove tree structure and related code
Patrick McDermott
2017-10-23
2
-310/+10
*
MqTabLabel: Remove tab list from popover
Patrick McDermott
2017-10-23
1
-126/+1
*
MqNotebook: Set up MqTree root
Patrick McDermott
2017-10-23
1
-0/+15
*
MqTree: New type
Patrick McDermott
2017-10-23
3
-0/+312
*
MqWindow: Use MqNotebook
Patrick McDermott
2017-10-22
1
-5/+2
*
MqNotebook: New class
Patrick McDermott
2017-10-22
3
-0/+178
*
MqTabPage: Change window property type to object
Patrick McDermott
2017-10-22
1
-3/+4
*
mq_tab_label_scroll(): Use gsize for iterators
Patrick McDermott
2017-10-22
1
-2/+2
*
MqTabLabel: Ensure no relief is drawn around close button
Patrick McDermott
2017-10-22
1
-0/+1
*
MqWindow: Don't show notebook border
Patrick McDermott
2017-10-22
1
-0/+1
*
mq_tab_label_begin_scrolling(): Make PangoFontDescription static
Patrick McDermott
2017-10-22
1
-4/+7
*
Merge branch 'gobjectification'
Patrick McDermott
2017-10-22
40
-2122/+4359
|
\
|
*
Revert "configure.ac: Set C standard to C11"
Patrick McDermott
2017-10-22
1
-3/+1
|
*
src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards
Patrick McDermott
2017-10-22
13
-37/+37
|
*
MqConfig: Make struct definition private
Patrick McDermott
2017-10-22
2
-8/+8
|
*
MqApplication: Make struct definition private
Patrick McDermott
2017-10-22
2
-7/+7
|
*
MqWindow: GObjectify
Patrick McDermott
2017-10-22
2
-68/+184
|
*
MqMainMenu: Make tab switching a little less hackish
Patrick McDermott
2017-10-22
1
-4/+4
|
*
MqTabPage: Replace tab_page->window->config
Patrick McDermott
2017-10-22
1
-2/+3
|
*
MqTabLabel, MqNavigationToolbar, MqWebView: Chain up finalize method
Patrick McDermott
2017-10-22
3
-0/+6
|
*
MqTabPage: Free duplicated URI string
Patrick McDermott
2017-10-22
1
-1/+15
|
*
MqTabPage: Duplicate URI property to fix URI loading
Patrick McDermott
2017-10-22
1
-1/+1
|
*
mq_application_quit(): Improve "1 windows" message
Patrick McDermott
2017-10-18
1
-3/+9
|
*
MqApplication, MqWindow: Focus on OK button of quit/close warning dialogs
Patrick McDermott
2017-10-18
2
-0/+4
|
*
mq_tab_page_update_positions(): Assert existence of each node's MqTabLabel
Patrick McDermott
2017-10-18
1
-4/+3
|
*
MqTabPage: Instantiate MqTabLabel before adding to notebook
Patrick McDermott
2017-10-18
1
-5/+8
|
*
MqTabPage: Add to tree before adding to notebook
Patrick McDermott
2017-10-18
1
-15/+9
|
*
MqTabPage: Call mq_window_insert_tab()
Patrick McDermott
2017-10-18
1
-0/+3
|
*
src/toolbars/navigation/main-menu.[ch]: Include ../../tab-page.h
Patrick McDermott
2017-10-18
2
-2/+2
|
*
src/toolbars/navigation-toolbar.h: Include ../tab-page.h
Patrick McDermott
2017-10-18
1
-1/+1
|
*
src/web-view.h: Include tab-page.h
Patrick McDermott
2017-10-18
1
-1/+1
|
*
MqTab: Remove
Patrick McDermott
2017-10-18
3
-464/+0
|
*
MqTabPage: Fix more mq_tab_*() calls
Patrick McDermott
2017-10-18
1
-4/+4
|
*
MqTabPage: Don't use mq_tab_update_positions()
Patrick McDermott
2017-10-18
1
-4/+4
[prev]
[next]