summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* split out gtk SSL certificate verification dialog impementation.Vincent Sanders2015-04-121-1/+1
|
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-1/+6
|
* Improve split message generationVincent Sanders2015-04-071-1/+6
| | | | | | | | | | | | | Changes the way message files are generated to be driven by make as rules rather than from explicit macro calls causing their regeneration every build. A secondary benefit is that errors in message generation actually stop the build instead of being ignored Each frontend will require its filter settings updated to avoid getting the default message filter of "any". Initially gtk has been adapted as proof of concept.
* define _DEFAULT_SOURCE as well as _BSD_SOURCE to supress warnings in glibc 2.12Vincent Sanders2015-03-281-0/+1
|
* remove some warnings from freebsd buildVincent Sanders2014-12-211-6/+4
|
* Cope with freebsd gdk pathsVincent Sanders2014-12-211-0/+4
|
* Clean up saving as PDFVincent Sanders2014-10-261-1/+1
| | | | | | | | | | | | 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.
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-221-1/+1
| | | | | | | | 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/
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-221-1/+1
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-4/+2
| | | | and C++
* fix gtk install target to provide language fallbackVincent Sanders2014-08-191-11/+14
|
* extend gtk viewdata to open files in an editor using the freedesktop default ↵Vincent Sanders2014-08-161-1/+1
| | | | app specification
* rationalise source viewVincent Sanders2014-08-011-2/+2
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-1/+1
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+0
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* move gtk frontend to use new options APIVincent Sanders2013-05-281-1/+1
|
* Ensure default C language is installedVincent Sanders2013-04-281-2/+2
|
* provide gettext hooks to use the netsurf localisation systemVincent Sanders2013-04-141-1/+1
| | | | | This means the internal message system is used for gettext calls from gtk libraries.
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* add pkg-config macro for libraries which are not controled by configurationVincent Sanders2012-12-131-11/+14
|
* make macro name more correctVincent Sanders2012-12-131-9/+9
|
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
|
* Fix GNUisms to make things more portable.Anthony J. Bentley2012-11-071-6/+6
| | | | | On OpenBSD, install does not take a -v flag, and tar does not default to stdin/stdout.
* add math library to linkVincent Sanders2012-11-051-1/+1
|
* Appease ancient "install" by removing -CJohn-Mark Bell2012-11-051-4/+4
|
* Try to rationalise the gtk install target somewhatRob Kendrick (fatigue)2012-11-041-28/+20
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+1
|
* Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-031-4/+0
|\
| * Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-021-4/+0
| |
* | Add a macro to split and install messages files, and have gtk front end use it.Rob Kendrick (monotony)2012-11-031-0/+1
| |
* | Deference symlinks when installing. This should be rewritten to use the ↵Rob Kendrick (monotony)2012-11-021-2/+2
|/ | | | install tool
* Make GTK install target work again, and make copy flags consistentRob Kendrick (humdrum)2012-10-021-23/+23
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+45
| | | | Install target is for installing on the local machine and package generates a package
* Change order of libs.Michael Drake2012-08-211-9/+8
|
* make non js builds compileVincent Sanders2012-06-271-0/+6
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* improve javascript supportVincent Sanders2012-06-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13962
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-4/+31
| | | | svn path=/trunk/netsurf/; revision=13926
* initial move to libdomVincent Sanders2012-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13573
* s/s/S/Michael Drake2012-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13366
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+2
| | | | svn path=/trunk/netsurf/; revision=13360
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=13354
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=13248
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-4/+6
| | | | svn path=/trunk/netsurf/; revision=12803
* ensure depricated interfaces are not usedVincent Sanders2011-09-161-35/+38
| | | | svn path=/trunk/netsurf/; revision=12800
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* consolidate content redraw Vincent Sanders2011-05-081-0/+6
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Update to use official libwebp 0.1Chris Young2011-03-201-1/+1
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* fixup gtk source file namesVincent Sanders2011-01-291-8/+6
| | | | svn path=/trunk/netsurf/; revision=11529