summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* move gtk execution loop to main()Vincent Sanders2014-09-221-7/+9
|
* Remove redundant code.Michael Drake2014-09-061-6/+0
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-4/+2
| | | | and C++
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-08-263-22/+10
|\
| * fix menu and C-q gtk exiting (closes bug #2184)Vincent Sanders2014-08-233-22/+10
| |
* | Don't include browser_private.hMichael Drake2014-08-221-8/+11
|/
* fix gtk install target to provide language fallbackVincent Sanders2014-08-199-15/+18
|
* deal with ftell errors and short reads (coverity 1230589 1230588)Vincent Sanders2014-08-181-4/+9
|
* sanity check length os environment variable derived paths (Coverity 1231845)Vincent Sanders2014-08-181-9/+20
|
* fix leaking of title text (coverity 1229480)Vincent Sanders2014-08-181-9/+4
|
* fix resource leak of default application desktop file name. (coverity 1231844)Vincent Sanders2014-08-181-5/+6
|
* extend gtk viewdata to open files in an editor using the freedesktop default ↵Vincent Sanders2014-08-163-20/+299
| | | | app specification
* fix DOM tree dump debugVincent Sanders2014-08-042-40/+23
|
* extend viewdata to files and use it for box tree dumpVincent Sanders2014-08-043-57/+186
|
* fixup preference dialog handling of Developer view optionsVincent Sanders2014-08-024-321/+668
|
* rationalise source viewVincent Sanders2014-08-0112-594/+750
|
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-2714-406/+483
|
* stop gtk about dialog forcing navigation of existing browsing contextsVincent Sanders2014-07-276-62/+88
|
* use public browser interface rather than privateVincent Sanders2014-07-241-1/+1
|
* update gtk frontend menu structure to be more standardVincent Sanders2014-07-235-57/+94
|
* clean up attach parent macroVincent Sanders2014-07-231-22/+20
|
* remove unused popup menu link context sensative change code.Vincent Sanders2014-07-233-70/+19
|
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-211-81/+94
|
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-171-5/+8
|