Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | mq_tab_body_new(): Accept and save MqTab | Patrick McDermott | 2017-09-25 | 3 | -3/+8 |
| | |||||
* | MqTab: Remove old functions | Patrick McDermott | 2017-09-25 | 2 | -18/+0 |
| | |||||
* | 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 |
| | | | | | Only the first gtk_widget_show_all() call is needed, but let's make sure everything is shown. | ||||
* | mq_tab_new_root(): Initialize position | Patrick McDermott | 2017-09-25 | 1 | -0/+1 |
| | |||||
* | mq_window_new(): Add tabs without adding to notebook | Patrick McDermott | 2017-09-25 | 1 | -2/+2 |
| | | | | | mq_window_insert_tab(), which adds a tab to the notebook, is now called by mq_tab_new() and mq_tab_new_relative(). | ||||
* | mq_tab_new(), mq_tab_new_relative(): Call mq_window_insert_tab() | Patrick McDermott | 2017-09-25 | 1 | -0/+4 |
| | |||||
* | mq_window_insert_tab(): New function | Patrick McDermott | 2017-09-25 | 2 | -0/+16 |
| | |||||
* | MqTab: Fix positions of appended children | Patrick McDermott | 2017-09-25 | 1 | -1/+2 |
| | |||||
* | MqWindow: Don't overwrite tab positions on create | Patrick McDermott | 2017-09-25 | 1 | -2/+0 |
| | |||||
* | MqTab: Count tabs internally from 1 | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Change argument type to (MqWindow *) | Patrick McDermott | 2017-09-24 | 3 | -10/+13 |
| | | | | And save the window in the MqTab struct. | ||||
* | mq_window_get_application(): New function | Patrick McDermott | 2017-09-24 | 2 | -0/+9 |
| | |||||
* | MqWindow: Save MqApplication in struct | Patrick McDermott | 2017-09-24 | 2 | -3/+5 |
| | |||||
* | MqTab: Add callback for "New tab" button | Patrick McDermott | 2017-09-24 | 1 | -0/+8 |
| | |||||
* | mq_tab_new(), mq_tab_new_relative(): Add tabs to tree | Patrick McDermott | 2017-09-24 | 1 | -0/+4 |
| | |||||
* | MqTab: Move definitions of update_tab_*() | Patrick McDermott | 2017-09-24 | 1 | -17/+17 |
| | |||||
* | mq_tab_seek(): Fix node iteration statement | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | MqTab: Fix append_sibling() | Patrick McDermott | 2017-09-24 | 1 | -5/+3 |
| | | | | Wow. | ||||
* | MqTab: Fix update_positions() recursion calls | Patrick McDermott | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | src/tab.c: Add missing "*" | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | src/tab.c: Add missing function parameter type | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | src/tab.h: Add missing semicolon | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | mq_tab_new(): Accept source argument | Patrick McDermott | 2017-09-24 | 2 | -4/+4 |
| | | | | Also rename mq_tab_new_relative()'s last argument | ||||
* | src/window.h: Include tab.h | Patrick McDermott | 2017-09-24 | 1 | -0/+1 |
| | |||||
* | MqWindow: s/mq_tab_new/mq_tab_new_relative/ | Patrick McDermott | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | MqWindow: Create and save root tab node | Patrick McDermott | 2017-09-24 | 2 | -0/+3 |
| | |||||
* | src/tab.h: Declare mq_tab_new_root() | Patrick McDermott | 2017-09-24 | 1 | -0/+3 |
| | |||||
* | mq_tab_seek(): New function | Patrick McDermott | 2017-09-24 | 2 | -0/+25 |
| | |||||
* | mq_tab_new_relative(): New function | Patrick McDermott | 2017-09-24 | 2 | -2/+25 |
| | |||||
* | MqTab: Add tree manipulation functions | Patrick McDermott | 2017-09-24 | 1 | -0/+61 |
| | |||||
* | MqTab: Rename "tab_position" member to "position" | Patrick McDermott | 2017-09-24 | 2 | -3/+3 |
| | |||||
* | src/tab-chrome.h: Drop mq_tab_chrome_update_tab_position() | Patrick McDermott | 2017-09-24 | 1 | -3/+0 |
| | | | | The function was removed in commit 79fe032. | ||||
* | mq_tab_new_root(): New function | Patrick McDermott | 2017-09-24 | 1 | -0/+15 |
| | |||||
* | MqTab: Add tree structure members | Patrick McDermott | 2017-09-24 | 2 | -0/+11 |
| | |||||
* | src/tab*.h: Forward declare types | Patrick McDermott | 2017-09-22 | 3 | -6/+12 |
| | |||||
* | MqTab: Add close button tooltip | Patrick McDermott | 2017-09-22 | 1 | -2/+7 |
| | |||||
* | MqTab: Add some comments | Patrick McDermott | 2017-09-22 | 1 | -0/+5 |
| | |||||
* | MqTab: Make "Reload tab" button functional | Patrick McDermott | 2017-09-22 | 1 | -0/+8 |
| | |||||
* | MqTab: Drop semicolon in macro definition | Patrick McDermott | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | configure.ac: Enable GCC colors | Patrick McDermott | 2017-09-22 | 1 | -0/+3 |
| | |||||
* | MqTab: Close popover on opening new window | Patrick McDermott | 2017-09-22 | 1 | -0/+1 |
| | |||||
* | MqTab: Save popover in struct | Patrick McDermott | 2017-09-22 | 2 | -4/+4 |
| | |||||
* | MqTab: Make "New window" button functional | Patrick McDermott | 2017-09-22 | 1 | -0/+11 |
| | |||||
* | Save MqApplication in MqTab | Patrick McDermott | 2017-09-22 | 3 | -6/+9 |
| | |||||
* | MqWindow: Delete window from application on close | Patrick McDermott | 2017-09-22 | 1 | -2/+1 |
| | | | | Don't quit on window close. | ||||
* | configure.ac: Set C standard to C11 | Patrick McDermott | 2017-09-22 | 1 | -1/+3 |
| | |||||
* | src/application.h, src/window.h: Forward declare types | Patrick McDermott | 2017-09-22 | 2 | -4/+8 |
| | | | | | 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 | 3 | -3/+6 |
| | | | | | | | | | | | | 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); ^ | ||||
* | mq_application_delete_window(): New function | Patrick McDermott | 2017-09-22 | 2 | -0/+12 |
| |