Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix missing surf.desktop in installationv2.0.7.1 | Karel Kočí | 2018-11-06 |
| | |||
* | Merge branch 'surf-webkit2' into mysurfv2.0.7 | Karel Kočí | 2018-11-05 |
|\ | |||
| * | Use pkg-config for X11{INC,LIB} | Leonardo Taccari | 2018-10-09 |
| | | |||
| * | Makefile: fix dependencies | Quentin Rameau | 2018-10-09 |
| | | |||
| * | Fix, again, webext directory in Makefile | Quentin Rameau | 2018-10-08 |
| | | |||
| * | Fix webext directory in Makefile | Quentin Rameau | 2018-10-08 |
| | | |||
| * | Remove libtool depencency, reorganise Makefile | Quentin Rameau | 2018-10-08 |
| | | | | | | | | | | We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too. | ||
| * | Unobfuscate Makefile | Quentin Rameau | 2018-10-08 |
| | | |||
| * | ext: get the right DOM on msg | Quentin Rameau | 2018-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 functions | Quentin Rameau | 2018-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 pipe | Quentin Rameau | 2018-10-08 |
| | | |||
| * | ext: first commit for surf lib | Quentin Rameau | 2018-10-08 |
| | | |||
| * | Request cookiemanager only once at creation | Quentin Rameau | 2018-10-08 |
| | | |||
| * | Exit more gracefully on web process crash. | Quentin Rameau | 2018-10-08 |
| | | |||
| * | Allow tilde expansion in loaduri | nzl | 2018-10-08 |
| | | | | | | | | also fixed a bug that ~foo/ was expanded to /home/fo/o/ | ||
| * | Fixed wording in FAQ.md | Eddie Thieda | 2018-06-18 |
| | | |||
* | | Overcome no support for wayland | Karel Kočí | 2018-11-05 |
| | | |||
* | | Merge remote-tracking branch 'surf/surf-webkit2' into mysurf | Karel Kočí | 2018-06-16 |
|\| | |||
| * | Force printing the winid when requested | Quentin Rameau | 2018-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.6 | Karel Kočí | 2018-05-19 |
| | | |||
* | | Merge branch 'surf-webkit2' into mysurf | Karel Kočí | 2018-05-19 |
|\| | |||
| * | Document SIGHUP in manpage | Jochen Sprickerhof | 2018-02-23 |
| | | |||
| * | Script text shouldn't go through formatted conversion | nzl | 2018-02-23 |
| | | |||
| * | Add support for WebGL | Eon S. Jeon | 2018-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.2 | Karel Kočí | 2018-01-18 |
| | | |||
* | | Fix previous commitv2.0.5.1 | Karel Kočí | 2018-01-18 |
| | | |||
* | | Update configurationv2.0.5 | Karel Kočí | 2018-01-18 |
| | | |||
* | | User surf in surf desktop instead of surf-menuv2.0.4 | Karel Kočí | 2017-12-07 |
| | | |||
* | | Add desktop filev2.0.3 | Karel Kočí | 2017-12-06 |
| | | |||
* | | Embed go to windowv2.0.2 | Karel Kočí | 2017-12-03 |
| | | |||
* | | Add ability to specify xid to surf-menuv2.0.1 | Karel Kočí | 2017-12-03 |
| | | |||
* | | Add current version of surf menu | Karel Kočí | 2017-12-03 |
| | | |||
* | | Add script for remote add | Karel Kočí | 2017-12-03 |
| | | |||
* | | Drop surf-open script as I don't need itv2.0.0 | Karel Kočí | 2017-12-03 |
| | | |||
* | | Change some compilation options for gentoo | Karel Kočí | 2017-12-03 |
| | | |||
* | | Add my config | Karel Kočí | 2017-12-03 |
| | | |||
* | | Drop default config | Karel Kočí | 2017-12-03 |
| | | |||
* | | Change used clipboard | Karel Kočí | 2017-10-29 |
|/ | |||
* | Disable media autoplay by default | Quentin Rameau | 2017-06-03 |
| | |||
* | Store modified parameters list | Quentin Rameau | 2017-05-30 |
| | |||
* | Use priority values instead of “forced” parameters | Quentin Rameau | 2017-05-22 |
| | | | | | This makes parameter handling a bit easier and lets the user override parameters as he sees fit. | ||
* | Get rid of config parameter MACROs | Quentin Rameau | 2017-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 Arg | Quentin Rameau | 2017-05-22 |
| | | | | | There's no need to keep another integer member there, use directly the i integer one. | ||
* | Only apply parameters when needed | Quentin Rameau | 2017-05-22 |
| | | | | Specify which parameter should be applied on which load state. | ||
* | Fix handling of uri-specific parameters | Quentin Rameau | 2017-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 one | Quentin Rameau | 2017-05-22 |
| | |||
* | Add config option for cross requests from file URLs | Constantine Bytensky | 2017-05-22 |
| | | | | I use it to open local .xml files with .xsl style-sheets. | ||
* | Add config option for microphone and webcam access | Quentin Rameau | 2017-05-21 |
| | |||
* | Fix synchronization issue with atoms | Quentin Rameau | 2017-05-12 |
| | | | | | Be sure to sync after setting an atom. Sync too before reading one. | ||
* | There's no need to call geturi() again in loadchanged | Quentin Rameau | 2017-05-12 |
| | | | | | Also call the variable “uri” instead of “title” which was ambiguous regarding what it is. |