summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
Commit message (Expand)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
* 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
* 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