summaryrefslogtreecommitdiffstats
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* mq_window_get_notebook(): New functionP. J. McDermott2018-10-051-0/+4
* mq_window_get_application(): Mark as purePatrick McDermott2017-11-011-1/+1
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-011-1/+1
* mq_window_[gs]et_current_tab(): Remove functionsPatrick McDermott2017-10-231-6/+0
* mq_window_update_tab_title(): Remove functionPatrick McDermott2017-10-231-4/+0
* mq_window_set_title(): New functionPatrick McDermott2017-10-231-0/+3
* mq_window_insert_tab(): Remove functionPatrick McDermott2017-10-231-4/+0
* src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guardsPatrick McDermott2017-10-221-3/+3
* MqWindow: GObjectifyPatrick McDermott2017-10-221-11/+21
* MqWindow: Use MqTabPagePatrick McDermott2017-10-181-2/+2
* src/*.h: Standardize, reorder, and fix #include directivesPatrick McDermott2017-10-131-0/+2
* mq_window_toggle_fullscreen(): New functionPatrick McDermott2017-10-071-0/+4
* mq_window_quit(): New functionPatrick McDermott2017-10-071-0/+3
* mq_window_get_num_tabs(): New functionPatrick McDermott2017-10-071-0/+3
* MqWindow: Save MqConfig object in structPatrick McDermott2017-10-071-0/+1
* MARQUEE MODEPatrick McDermott2017-09-291-0/+9
* mq_window_set_current_tab(): New functionPatrick McDermott2017-09-281-0/+3
* mq_window_update_tab_title(): New functionPatrick McDermott2017-09-281-0/+4
* mq_window_get_current_tab(): New functionPatrick McDermott2017-09-281-0/+4
* mq_application_add_window(), mq_window_new(): Make uris constPatrick McDermott2017-09-271-1/+1
* mq_window_insert_tab(): New functionPatrick McDermott2017-09-251-0/+4
* mq_window_get_application(): New functionPatrick McDermott2017-09-241-0/+3
* MqWindow: Save MqApplication in structPatrick McDermott2017-09-241-3/+4
* src/window.h: Include tab.hPatrick McDermott2017-09-241-0/+1
* MqWindow: Create and save root tab nodePatrick McDermott2017-09-241-0/+1
* src/application.h, src/window.h: Forward declare typesPatrick McDermott2017-09-221-2/+4
* mq_window_new(): Accept MqApplication argumentPatrick McDermott2017-09-221-1/+3
* src/window.[ch]: Drop "gtk_" from member namesPatrick McDermott2017-09-161-2/+2
* src/*.h: OopsPatrick McDermott2017-09-161-1/+1
* src/*.h: Add include guardsPatrick McDermott2017-09-161-0/+5
* src/*.h: Include <gtk.h>Patrick McDermott2017-09-161-0/+2
* src/window.h: Split function declarationPatrick McDermott2017-09-161-1/+2
* mq_window_new(): Open initial tabsPatrick McDermott2017-09-161-0/+1
* mq_window_new(): Accept NULL-terminated uris arrayPatrick McDermott2017-09-161-1/+1
* src/main-window.[ch]: Rename to src/window.[ch]Patrick McDermott2017-09-151-0/+26