summaryrefslogtreecommitdiffstats
path: root/src/tab.h
Commit message (Collapse)AuthorAgeFilesLines
* Move tab population code from MqWindow to MqTabPatrick McDermott2017-09-221-1/+5
|
* MqTab: Save tab image and label in structPatrick McDermott2017-09-211-0/+2
|
* MqTab: Save tab position in structPatrick McDermott2017-09-211-0/+1
|
* MqTab: Save WebKitWebView instance in structPatrick McDermott2017-09-211-3/+4
|
* mq_tab_update_position(): New functionPatrick McDermott2017-09-171-0/+3
|
* Revert add_tab() and pass label widgets insteadPatrick McDermott2017-09-171-1/+1
|
* mq_tab_new(): Accept notebook instead of labelPatrick McDermott2017-09-171-1/+1
|
* mq_tab_new(): Accept tab label argumentPatrick McDermott2017-09-171-1/+1
|
* src/tab-body.[ch]: New filesPatrick McDermott2017-09-161-0/+2
| | | | And use in src/tab.[ch].
* 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/tab-chrome.[ch]: New filesPatrick McDermott2017-09-161-1/+4
| | | | And use in src/tab.[ch].
* src/tab.[ch]: New filesPatrick McDermott2017-09-161-0/+30
And use in src/window.c.