summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix missing surf.desktop in installationv2.0.7.1Karel Kočí2018-11-06
|
* Merge branch 'surf-webkit2' into mysurfv2.0.7Karel Kočí2018-11-05
|\
| * Use pkg-config for X11{INC,LIB}Leonardo Taccari2018-10-09
| |
| * Makefile: fix dependenciesQuentin Rameau2018-10-09
| |
| * Fix, again, webext directory in MakefileQuentin Rameau2018-10-08
| |
| * Fix webext directory in MakefileQuentin Rameau2018-10-08
| |
| * Remove libtool depencency, reorganise MakefileQuentin Rameau2018-10-08
| | | | | | | | | | We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too.
| * Unobfuscate MakefileQuentin Rameau2018-10-08
| |
| * ext: get the right DOM on msgQuentin Rameau2018-10-08
| | | | | | | | | | | | When navigating history, the document-loaded signal isn't triggered and we can't directly get back the previous webview, so we have no other choice than to look it up everytime a new message is received.
| * Add a file for shared functionsQuentin Rameau2018-10-08
| | | | | | | | | | New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
| * Communicate with webextension via a pipeQuentin Rameau2018-10-08
| |
| * ext: first commit for surf libQuentin Rameau2018-10-08
| |
| * Request cookiemanager only once at creationQuentin Rameau2018-10-08
| |
| * Exit more gracefully on web process crash.Quentin Rameau2018-10-08
| |
| * Allow tilde expansion in loadurinzl2018-10-08
| | | | | | | | also fixed a bug that ~foo/ was expanded to /home/fo/o/
| * Fixed wording in FAQ.mdEddie Thieda2018-06-18
| |
* | Overcome no support for waylandKarel Kočí2018-11-05
| |
* | Merge remote-tracking branch 'surf/surf-webkit2' into mysurfKarel Kočí2018-06-16
|\|
| * Force printing the winid when requestedQuentin Rameau2018-06-09
| | | | | | | | | | | | Do not wait for the libc to decide flushing buffers, force it ourselves. Thanks to koniu for reporting the issue.
* | Enable WebGLv2.0.6Karel Kočí2018-05-19
| |
* | Merge branch 'surf-webkit2' into mysurfKarel Kočí2018-05-19
|\|
| * Document SIGHUP in manpageJochen Sprickerhof2018-02-23
| |
| * Script text shouldn't go through formatted conversionnzl2018-02-23
| |
| * Add support for WebGLEon S. Jeon2018-02-23
| | | | | | | | | | Allows enabling and disabling WebGL support built into WebKit. The feature is turned off by default.
* | Revert to previous font sizev2.0.5.2Karel Kočí2018-01-18
| |
* | Fix previous commitv2.0.5.1Karel Kočí2018-01-18
| |
* | Update configurationv2.0.5Karel Kočí2018-01-18
| |
* | User surf in surf desktop instead of surf-menuv2.0.4Karel Kočí2017-12-07
| |
* | Add desktop filev2.0.3Karel Kočí2017-12-06
| |
* | Embed go to windowv2.0.2Karel Kočí2017-12-03
| |
* | Add ability to specify xid to surf-menuv2.0.1Karel Kočí2017-12-03
| |
* | Add current version of surf menuKarel Kočí2017-12-03
| |
* | Add script for remote addKarel Kočí2017-12-03
| |
* | Drop surf-open script as I don't need itv2.0.0Karel Kočí2017-12-03
| |
* | Change some compilation options for gentooKarel Kočí2017-12-03
| |
* | Add my configKarel Kočí2017-12-03
| |
* | Drop default configKarel Kočí2017-12-03
| |
* | Change used clipboardKarel Kočí2017-10-29
|/
* Disable media autoplay by defaultQuentin Rameau2017-06-03
|
* Store modified parameters listQuentin Rameau2017-05-30
|
* Use priority values instead of “forced” parametersQuentin Rameau2017-05-22
| | | | | This makes parameter handling a bit easier and lets the user override parameters as he sees fit.
* Get rid of config parameter MACROsQuentin Rameau2017-05-22
| | | | | There's no need to obfuscate so much what is done, the user can deal with a few extra knobs to set instead.
* Get rid of integer member b in ArgQuentin Rameau2017-05-22
| | | | | There's no need to keep another integer member there, use directly the i integer one.
* Only apply parameters when neededQuentin Rameau2017-05-22
| | | | Specify which parameter should be applied on which load state.
* Fix handling of uri-specific parametersQuentin Rameau2017-05-22
| | | | | | | | We need to (re)apply uri-specific parameters for each new uri even if the parameter has already been set to get the correct value. Thanks to Julien STEINHAUSER <julien.steinhauser@orange.fr> for the report!
* Unset previous user styles before applying another oneQuentin Rameau2017-05-22
|
* Add config option for cross requests from file URLsConstantine Bytensky2017-05-22
| | | | I use it to open local .xml files with .xsl style-sheets.
* Add config option for microphone and webcam accessQuentin Rameau2017-05-21
|
* Fix synchronization issue with atomsQuentin Rameau2017-05-12
| | | | | Be sure to sync after setting an atom. Sync too before reading one.
* There's no need to call geturi() again in loadchangedQuentin Rameau2017-05-12
| | | | | Also call the variable “uri” instead of “title” which was ambiguous regarding what it is.