summaryrefslogtreecommitdiffstats
path: root/src/window.h
Commit message (Collapse)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
| | | | And use in close confirmation dialog creation.
* MqWindow: Save MqConfig object in structPatrick McDermott2017-10-071-0/+1
|
* MARQUEE MODEPatrick McDermott2017-09-291-0/+9
| | | | Only works on ASCII titles so far. Crashes on UTF-8 titles.
* 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
| | | | | This is not legal in C99, but configure.ac will be changed to set the standard to C11.
* mq_window_new(): Accept MqApplication argumentPatrick McDermott2017-09-221-1/+3
| | | | | | | | | | | | Breaks build due to types not being defined soon enough in circularly dependent headers: CC src/marquee-main.o In file included from src/application.h:27:0, from src/main.c:30: src/window.h:35:15: error: unknown type name ‘MqApplication’ mq_window_new(MqApplication *application, gchar **uris); ^
* 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
| | | | | The corresponding *.c files were already doing this, but it's proper to do it in any file that uses things from <gtk.h>.
* 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