Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_window_get_application(): Mark as pure | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | mq_window_[gs]et_current_tab(): Remove functions | Patrick McDermott | 2017-10-23 | 1 | -6/+0 |
| | |||||
* | mq_window_update_tab_title(): Remove function | Patrick McDermott | 2017-10-23 | 1 | -4/+0 |
| | |||||
* | mq_window_set_title(): New function | Patrick McDermott | 2017-10-23 | 1 | -0/+3 |
| | |||||
* | mq_window_insert_tab(): Remove function | Patrick McDermott | 2017-10-23 | 1 | -4/+0 |
| | |||||
* | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 1 | -3/+3 |
| | |||||
* | MqWindow: GObjectify | Patrick McDermott | 2017-10-22 | 1 | -11/+21 |
| | |||||
* | MqWindow: Use MqTabPage | Patrick McDermott | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | src/*.h: Standardize, reorder, and fix #include directives | Patrick McDermott | 2017-10-13 | 1 | -0/+2 |
| | |||||
* | mq_window_toggle_fullscreen(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+4 |
| | |||||
* | mq_window_quit(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+3 |
| | |||||
* | mq_window_get_num_tabs(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+3 |
| | | | | And use in close confirmation dialog creation. | ||||
* | MqWindow: Save MqConfig object in struct | Patrick McDermott | 2017-10-07 | 1 | -0/+1 |
| | |||||
* | MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -0/+9 |
| | | | | Only works on ASCII titles so far. Crashes on UTF-8 titles. | ||||
* | mq_window_set_current_tab(): New function | Patrick McDermott | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | mq_window_update_tab_title(): New function | Patrick McDermott | 2017-09-28 | 1 | -0/+4 |
| | |||||
* | mq_window_get_current_tab(): New function | Patrick McDermott | 2017-09-28 | 1 | -0/+4 |
| | |||||
* | mq_application_add_window(), mq_window_new(): Make uris const | Patrick McDermott | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | mq_window_insert_tab(): New function | Patrick McDermott | 2017-09-25 | 1 | -0/+4 |
| | |||||
* | mq_window_get_application(): New function | Patrick McDermott | 2017-09-24 | 1 | -0/+3 |
| | |||||
* | MqWindow: Save MqApplication in struct | Patrick McDermott | 2017-09-24 | 1 | -3/+4 |
| | |||||
* | src/window.h: Include tab.h | Patrick McDermott | 2017-09-24 | 1 | -0/+1 |
| | |||||
* | MqWindow: Create and save root tab node | Patrick McDermott | 2017-09-24 | 1 | -0/+1 |
| | |||||
* | src/application.h, src/window.h: Forward declare types | Patrick McDermott | 2017-09-22 | 1 | -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 argument | Patrick McDermott | 2017-09-22 | 1 | -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 names | Patrick McDermott | 2017-09-16 | 1 | -2/+2 |
| | |||||
* | src/*.h: Oops | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | src/*.h: Add include guards | Patrick McDermott | 2017-09-16 | 1 | -0/+5 |
| | |||||
* | src/*.h: Include <gtk.h> | Patrick McDermott | 2017-09-16 | 1 | -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 declaration | Patrick McDermott | 2017-09-16 | 1 | -1/+2 |
| | |||||
* | mq_window_new(): Open initial tabs | Patrick McDermott | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | mq_window_new(): Accept NULL-terminated uris array | Patrick McDermott | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | src/main-window.[ch]: Rename to src/window.[ch] | Patrick McDermott | 2017-09-15 | 1 | -0/+26 |