index
:
marquee/marquee.git
master
Marquee Web browser
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/config.[ch], src/settings.[ch]: Move under src/config/
Patrick McDermott
2017-11-01
1
-1/+1
*
src/window.c: Add missing #include
Patrick McDermott
2017-11-01
1
-0/+1
*
mq_notebook_insert_*(): Optionally switch to new tab
Patrick McDermott
2017-10-24
1
-2/+3
*
MqWindow: Drop notebook positions update callback
Patrick McDermott
2017-10-23
1
-16/+0
*
mq_window_get_num_tabs(): Use mq_notebook_get_n_pages()
Patrick McDermott
2017-10-23
1
-2/+1
*
mq_window_[gs]et_current_tab(): Remove functions
Patrick McDermott
2017-10-23
1
-14/+0
*
mq_window_update_tab_title(): Remove function
Patrick McDermott
2017-10-23
1
-8/+0
*
Move page switch cb from MqWindow to MqNotebook
Patrick McDermott
2017-10-23
1
-11/+0
*
mq_window_set_title(): New function
Patrick McDermott
2017-10-23
1
-0/+6
*
MqWindow: Use mq_notebook_insert_top()
Patrick McDermott
2017-10-23
1
-12/+5
*
MqWindow: Append (rather than prepend) tabs
Patrick McDermott
2017-10-23
1
-4/+6
*
mq_window_insert_tab(): Remove function
Patrick McDermott
2017-10-23
1
-14/+0
*
Mqwindow: Use mq_notebook_insert_sibling()
Patrick McDermott
2017-10-23
1
-2/+8
*
MqWindow: Fix notebook page switch callback
Patrick McDermott
2017-10-23
1
-5/+2
*
MqWindow: Adapt to new tree-less MqTabPage API
Patrick McDermott
2017-10-23
1
-7/+7
*
MqWindow: Use MqNotebook
Patrick McDermott
2017-10-22
1
-5/+2
*
MqWindow: Don't show notebook border
Patrick McDermott
2017-10-22
1
-0/+1
*
MqWindow: GObjectify
Patrick McDermott
2017-10-22
1
-57/+163
*
MqApplication, MqWindow: Focus on OK button of quit/close warning dialogs
Patrick McDermott
2017-10-18
1
-0/+2
*
MqWindow: Use MqTabPage
Patrick McDermott
2017-10-18
1
-10/+10
*
MqWindow: Update a TODO comment
Patrick McDermott
2017-10-17
1
-2/+3
*
src/*.c: Reorganize #include directives
Patrick McDermott
2017-10-13
1
-1/+2
*
Standardize spelling of GParamSpec parameter names
Patrick McDermott
2017-10-13
1
-1/+1
*
mq_window_toggle_fullscreen(): New function
Patrick McDermott
2017-10-07
1
-0/+23
*
mq_window_quit(): New function
Patrick McDermott
2017-10-07
1
-0/+6
*
mq_window_get_num_tabs(): New function
Patrick McDermott
2017-10-07
1
-1/+7
*
MqWindow: Add tabs.warn-on-close check to close confirmation
Patrick McDermott
2017-10-07
1
-0/+22
*
MqWindow: Add icon to close confirmation dialog
Patrick McDermott
2017-10-07
1
-7/+25
*
MqWindow: Confirm close of multiple tabs
Patrick McDermott
2017-10-07
1
-0/+47
*
MqWindow: Save MqConfig object in struct
Patrick McDermott
2017-10-07
1
-7/+6
*
s/__attribute__((unused))/G_GNUC_UNUSED/
Patrick McDermott
2017-10-07
1
-11/+10
*
MqWindow: Set window.width and window.height on resize
Patrick McDermott
2017-10-06
1
-0/+11
*
mq_window_new(): Set default window size even if maximized
Patrick McDermott
2017-10-06
1
-3/+3
*
MqWindow: Set window.maximized on maximize or unmaximize
Patrick McDermott
2017-10-06
1
-0/+11
*
mq_window_new(): Obey window.* preferences
Patrick McDermott
2017-10-06
1
-1/+10
*
MARQUEE MODE
Patrick McDermott
2017-09-29
1
-0/+18
*
Pass MqWindow up to mq_application_delete_window()
Patrick McDermott
2017-09-29
1
-1/+7
*
mq_window_set_current_tab(): New function
Patrick McDermott
2017-09-28
1
-0/+7
*
mq_window_update_tab_title(): New function
Patrick McDermott
2017-09-28
1
-0/+8
*
MqWindow: Count tabs from 1
Patrick McDermott
2017-09-28
1
-2/+2
*
MqWindow: Update title on tab switch
Patrick McDermott
2017-09-28
1
-0/+13
*
mq_window_get_current_tab(): New function
Patrick McDermott
2017-09-28
1
-0/+16
*
mq_application_add_window(), mq_window_new(): Make uris const
Patrick McDermott
2017-09-27
1
-1/+1
*
mq_tab_new*(): Drop MqWindow parameter
Patrick McDermott
2017-09-27
1
-2/+2
*
mq_tab_new_root(): Accept and save MqWindow argument
Patrick McDermott
2017-09-27
1
-1/+1
*
MqWindow: Remove old function
Patrick McDermott
2017-09-25
1
-17/+0
*
mq_window_insert_tab(): Show tab
Patrick McDermott
2017-09-25
1
-0/+2
*
mq_window_new(): Add tabs without adding to notebook
Patrick McDermott
2017-09-25
1
-2/+2
*
mq_window_insert_tab(): New function
Patrick McDermott
2017-09-25
1
-0/+12
*
MqWindow: Don't overwrite tab positions on create
Patrick McDermott
2017-09-25
1
-2/+0
[next]