summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
Commit message (Collapse)AuthorAgeFilesLines
* mq_web_view_grab_focus(): New functionPatrick McDermott2017-11-141-0/+3
|
* MqWebView: Mark some functions as purePatrick McDermott2017-11-011-3/+3
|
* mq_web_view_get_scheme(): Declare with "const" attributePatrick McDermott2017-11-011-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 McDermott2017-11-011-1/+1
|
* src/web-view.h: Add missing #includePatrick McDermott2017-11-011-0/+1
|
* mq_web_view_get_data(): New functionPatrick McDermott2017-10-301-0/+3
| | | | And add a new "data" property to the MqWebView class.
* mq_web_view_get_scheme(): New functionPatrick McDermott2017-10-301-0/+4
|
* mq_web_view_get_tab_page(): New functionPatrick McDermott2017-10-301-0/+3
|
* mq_web_view_get_config(): New functionPatrick McDermott2017-10-301-0/+3
|
* MqWebView: Make file chooser filters function non-staticPatrick McDermott2017-10-301-0/+3
|
* mq_web_view_open(), mq_web_view_save(): New functionsPatrick McDermott2017-10-281-0/+6
|
* src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guardsPatrick McDermott2017-10-221-3/+3
|
* src/web-view.h: Include tab-page.hPatrick McDermott2017-10-181-1/+1
|
* MqWebView: Use MqTabPagePatrick McDermott2017-10-181-1/+1
|
* src/*.h: Standardize, reorder, and fix #include directivesPatrick McDermott2017-10-131-0/+1
|
* mq_web_view_zoom_*(): New functionsPatrick McDermott2017-10-121-0/+9
|
* mq_web_view_get_web_view(): RemovePatrick McDermott2017-10-121-5/+0
|
* mq_web_view_get_container(): RemovePatrick McDermott2017-10-121-2/+0
|
* src/web-view.h: Drop commented-out gtype.h backport stuffPatrick McDermott2017-10-121-4/+0
|
* mq_web_view_get_uri(): New functionPatrick McDermott2017-10-121-0/+3
|
* mq_web_view_load_uri(): New functionPatrick McDermott2017-10-121-0/+3
|
* src/web-view.h: Forward declare typesPatrick McDermott2017-10-111-3/+3
|
* MqWebView: New classPatrick McDermott2017-10-111-0/+66