Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_web_view_grab_focus(): New function | Patrick McDermott | 2017-11-14 | 1 | -0/+3 |
| | |||||
* | MqWebView: Mark some functions as pure | Patrick McDermott | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | mq_web_view_get_scheme(): Declare with "const" attribute | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | Fixes: CC src/marquee-web-view.o src/web-view.c: In function ‘mq_web_view_get_scheme’: src/web-view.c:355:1: warning: function might be candidate for attribute ‘const’ [-Wsuggest-attribute=const] mq_web_view_get_scheme(MqWebView *web_view) ^ | ||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | src/web-view.h: Add missing #include | Patrick McDermott | 2017-11-01 | 1 | -0/+1 |
| | |||||
* | mq_web_view_get_data(): New function | Patrick McDermott | 2017-10-30 | 1 | -0/+3 |
| | | | | And add a new "data" property to the MqWebView class. | ||||
* | mq_web_view_get_scheme(): New function | Patrick McDermott | 2017-10-30 | 1 | -0/+4 |
| | |||||
* | mq_web_view_get_tab_page(): New function | Patrick McDermott | 2017-10-30 | 1 | -0/+3 |
| | |||||
* | mq_web_view_get_config(): New function | Patrick McDermott | 2017-10-30 | 1 | -0/+3 |
| | |||||
* | MqWebView: Make file chooser filters function non-static | Patrick McDermott | 2017-10-30 | 1 | -0/+3 |
| | |||||
* | mq_web_view_open(), mq_web_view_save(): New functions | Patrick McDermott | 2017-10-28 | 1 | -0/+6 |
| | |||||
* | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 1 | -3/+3 |
| | |||||
* | src/web-view.h: Include tab-page.h | Patrick McDermott | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | MqWebView: Use MqTabPage | Patrick McDermott | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | src/*.h: Standardize, reorder, and fix #include directives | Patrick McDermott | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | mq_web_view_zoom_*(): New functions | Patrick McDermott | 2017-10-12 | 1 | -0/+9 |
| | |||||
* | mq_web_view_get_web_view(): Remove | Patrick McDermott | 2017-10-12 | 1 | -5/+0 |
| | |||||
* | mq_web_view_get_container(): Remove | Patrick McDermott | 2017-10-12 | 1 | -2/+0 |
| | |||||
* | src/web-view.h: Drop commented-out gtype.h backport stuff | Patrick McDermott | 2017-10-12 | 1 | -4/+0 |
| | |||||
* | mq_web_view_get_uri(): New function | Patrick McDermott | 2017-10-12 | 1 | -0/+3 |
| | |||||
* | mq_web_view_load_uri(): New function | Patrick McDermott | 2017-10-12 | 1 | -0/+3 |
| | |||||
* | src/web-view.h: Forward declare types | Patrick McDermott | 2017-10-11 | 1 | -3/+3 |
| | |||||
* | MqWebView: New class | Patrick McDermott | 2017-10-11 | 1 | -0/+66 |