summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Partially fix usage of APIs deprecated in GTK3.jmb/gtk3hacksJohn-Mark Bell2015-02-2413-148/+145
|
* GTK: inherit GTK version from environment.John-Mark Bell2015-02-241-1/+1
|
* add missing includesVincent Sanders2014-12-271-0/+1
|
* remove unecessary includes from gtk guiVincent Sanders2014-12-271-11/+0
|
* Add XDG desktop file for GTK frontendVincent Sanders2014-12-251-0/+68
| | | | | | | | | The XDG spec allows for software to specify how it is executed and presented in a graphical environment by using a desktop file http://standards.freedesktop.org/desktop-entry-spec/latest/ This version is taken from my Debian packaging but should be useful for other operating systems.
* move host based default settings to core as tehy are not frontend dependantVincent Sanders2014-12-211-18/+0
|
* ensure gtk build on freebsd uses the correct iconvVincent Sanders2014-12-211-0/+6
|
* remove some warnings from freebsd buildVincent Sanders2014-12-211-6/+4
|
* Cope with freebsd gdk pathsVincent Sanders2014-12-211-0/+4
|
* make the form select menu API smaller.Vincent Sanders2014-11-131-6/+11
| | | | | | By hiding all but the form selection menu option structure from code outside of render this reduces the API to the absolute minimum to support this feature.
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+1
|
* cleanup Doxygen warningsVincent Sanders2014-11-121-8/+9
|
* Doxygen cleanupsVincent Sanders2014-11-121-2/+5
|
* Typo fix: maintinance → maintenance in gtk frontend (closes #2217)Anthony J. Bentley2014-11-102-4/+4
|
* Doxygen warning fixesVincent Sanders2014-11-102-5/+9
|
* Doxygen cleanups and documentation additionsVincent Sanders2014-11-103-8/+11
|
* Continue doxygen error cleanup.Vincent Sanders2014-11-084-13/+16
|
* fix up more doxygen errorsVincent Sanders2014-11-083-8/+15
|
* Improve Doxygen documentationVincent Sanders2014-11-081-2/+2
|
* Fix several doxygen issuesVincent Sanders2014-11-081-1/+2
|
* Improve content encoding information APIVincent Sanders2014-11-071-4/+4
| | | | | Extend the content_get_encoding() API to retrieve the source of the encoding as well as the actual encoding.
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-2/+7
| | | | | | | | Previously content handler debugging features were accessed by global variables. This allows the setting of debugging parameters via a content API giving per content control over debugging features. Currently only used by the html content handler to toggle global redraw debugging.
* move themse install to its own headerVincent Sanders2014-11-061-0/+1
|
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-2/+1
| | | | | | | The frontends previously had to use an html renderer API to get the encoding of a content. This also required the explicit checking of the contents type rather than using the existing content API to abstract this knowledge.
* ensure gtk thumbnail content has a minimum render width. (fix coverity 1109861)Vincent Sanders2014-11-041-3/+4
|
* check stat return value (fixes coverity 1109842)Vincent Sanders2014-11-041-2/+2
|
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-022-3/+4
|
* remove unecessary utils/types.hVincent Sanders2014-11-022-0/+2
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-57/+38
| | | | | | | | | | | | | Update the API which allows frontends to acquire the page features (images, link urls or form elements) present at the given coordinates within a browser window. By making this an explicit browser_window API and using the browser.h header for the associated data structure with a more appropriate API naming the usage is much more obvious and contained. Additionally the link url is now passed around as a nsurl stopping it being converted from nsurl to text and back again several times.
* Don't need the old url header.Michael Drake2014-10-312-2/+0
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-312-7/+6
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-292-6/+10
|
* fix amiga pdf save includeVincent Sanders2014-10-272-6/+2
|
* Clean up saving as PDFVincent Sanders2014-10-262-52/+69
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* remove the die API from the core.Vincent Sanders2014-10-261-5/+13
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* Don't take core/front-end choice away from user.Michael Drake2014-10-241-3/+0
|
* Move create_form_select_menu to window gui table.Michael Drake2014-10-242-54/+55
|
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-223-1/+3
| | | | | | | | This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
* Update gtk frontend to cope with split operations table headersVincent Sanders2014-10-167-21/+21
|
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ↵Michael Drake2014-10-161-1/+1
| | | | ends.
* Remove seemingly unused global.Michael Drake2014-10-161-2/+0
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* remove unused includeVincent Sanders2014-10-131-1/+0
|
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-135-12/+13
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* add API to set DPIVincent Sanders2014-10-131-5/+2
|
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-228-10/+10
|
* remove old notes that are no longer relevantVincent Sanders2014-09-221-36/+0
|
* move gtk to using its own main loop instead of core pollingVincent Sanders2014-09-221-37/+48
|
* use gtk completion variable and remove uneeded include of netsurf.hVincent Sanders2014-09-224-9/+8
|
* add flag to allow gtk loop to be signalled to exitVincent Sanders2014-09-221-14/+20
|