Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-24 | Cleanly exit dillo on USR2 signal | Rodrigo Arias Mallo | |
Allows detecting memory leaks on exit automatically. | |||
2025-04-27 | Add about:keys to show keyboard shortcuts | Rodrigo Arias Mallo | |
Fixes: https://github.com/dillo-browser/dillo/issues/66 | |||
2025-02-19 | Fix build on Solaris 10 and old gcc 4.0.1 | Claes Nästén | |
Remove extra semicolons and commas, as well as isinf() so it builds and runs on Solaris 10. Also add extra fixes for non C++11 courtesy of Sevan Janiyan, making Dillo compile and run on OS X 10.4 PowerPC with GCC 4.0.1 and 8.5. Co-authored-by: Sevan Janiyan <venture37@geeklan.co.uk> | |||
2025-02-05 | Fix several typos | Gevel Tekens | |
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ | |||
2024-12-17 | Add support for user actions in the link menu | Rodrigo Arias Mallo | |
Allows the user to define additional entries in the link menu which will execute the given program/script. Each actions is defined using the "link_action" option. The link URL is stored in the $url enviroment variable and the current page in $origin, so the user can customize how do the handling. Here is a simple example to add three new entries: link_action="Debug variables:echo url=$url origin=$origin" link_action="Open in MPV:mpv $url" link_action="Open in Firefox:firefox $url" The command is spawned in a forked process using the system() call, which uses the shell to expand any variable. In particular, the $url variable is set to the current URL being opened. Fixes: https://github.com/dillo-browser/dillo/issues/3 | |||
2024-11-24 | Print version of libraries and features | Rodrigo Arias Mallo | |
When reporting the version of Dillo with -v, print also the version of the libraries it is currently using, as well as the features that were enabled at build time. Notice the versions are reported by reading them at runtime, so we can detect the version loaded at run time, regardless of which version was used at link time. All features are always printed, but prefixes with + if enabled or - if disabled. This allows checking if the feature was disabled at configure time or if it is missing in that version of Dillo. | |||
2024-10-28 | Reload the current page on SIGUSR1 signal | Rodrigo Arias Mallo | |
Reloads the current page on all windows when the SIGUSR1 is received. This is useful to update the page when it is being edited. Fixes: https://github.com/dillo-browser/dillo/issues/255 | |||
2024-08-07 | Make Dillo C99 standard compliant | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2015-07-06 | Merge with main repo. | Sebastian Geerken | |
2015-06-29 | HTTP Strict Transport Security | corvid | |
I'm not including the preload file yet. | |||
2015-06-10 | SRDOP: Work on RTFL messages. | Sebastian Geerken | |
2015-06-03 | Merge with main repo. | Sebastian Geerken | |
2015-05-28 | 'ssl' -> 'tls' where reasonable, given that ssl3 is dead and all | corvid | |
I used 'hg rename' and expected (at least hoped) that 'hg diff' would do what I would naturally want, but no. | |||
2015-05-10 | Merge with main repo. | Sebastian Geerken | |
2015-05-08 | https: the rest :) | corvid | |
Normally I really like to make commits in small pieces that all compile and make sense in isolation, but with this https work, the effort vs the reward just wasn't going to make sense. | |||
2015-01-08 | Merge with main repo. | Sebastian Geerken | |
2015-01-06 | disable drag and drop | Johannes Hofmann | |
DND support crashes on MacOSX and causes confusion on X11. reported by: James C | |||
2015-01-02 | Merge with main repo. | Sebastian Geerken | |
2014-12-24 | merge 3.0.4.1 branch | corvid | |
2014-12-20 | update documentation for --local | corvid | |
2014-11-05 | Updated RTFL macros. | Sebastian Geerken | |
2014-09-24 | DBG_OBJ_COLOR: order of arguments. | Sebastian Geerken | |
2014-07-21 | New dillorc option adjust_table_min_width. | Sebastian Geerken | |
2014-07-18 | New dillorc option 'adjust_min_width'. Also fixed bug in textblock extremes ↵ | Sebastian Geerken | |
calculation. | |||
2014-03-01 | Merge with main repo. | Sebastian Geerken | |
2014-02-15 | share user agent style between CssContext's | Johannes Hofmann | |
2014-01-13 | RTFL colors. | Sebastian Geerken | |
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>. | Sebastian Geerken | |
2013-10-16 | Strechability of non-justified lines: refinements. | Sebastian Geerken | |
2013-09-14 | BUG#1140: add show_ui_tooltip preference | corvid | |
2013-09-02 | Avoid Dpid children to become zombies | Jorge Arellano Cid | |
This handler was long overdue... Patch: Jorge Arellano, J. Gaffney | |||
2013-06-17 | Cleanup. | Sebastian Geerken | |
2013-04-19 | trim some spaces | corvid | |
2013-01-27 | simplify ui color handling by using fltk free color indices | corvid | |
2013-01-10 | fix tab foreground color defaults | corvid | |
I'll have to think of a way to make the mechanisms more consistent... | |||
2013-01-02 | throw in some more UI colors to play with | corvid | |
2012-12-30 | uicmd.{hh,cc}: simplify by replacing a_UIcmd_{get,set}_save_dir() with ↵ | Jeremy Henty | |
a_UIcmd_init(). | |||
2012-12-30 | ui color fg/bg preferences | corvid | |
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html | |||
2012-12-26 | Use prefs variables penalty_em_dash_left, penalty_em_dash_right, and ↵ | Sebastian Geerken | |
penalty_em_dash_right_2. | |||
2012-12-24 | never leave Location blank when requesting url | corvid | |
2012-12-10 | Dillo: improved window titles. | Jeremy Henty | |
2012-11-18 | Cleaned up and completed configuration for penalties. | Sebastian Geerken | |
2012-11-14 | Cleaned up preferences. | Sebastian Geerken | |
2012-11-07 | Add '#' to the CLI escaped character set | Jorge Arellano Cid | |
2012-10-30 | trim some spaces | corvid | |
2012-10-03 | introduce domainrc mechanism | p37sitdu, corvid | |
2012-09-24 | mention that --local doesn't load stylesheets | corvid | |
2012-06-15 | add comment about NULL URL vs. about:blank | Johannes Hofmann | |