Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Make Dillo C99 standard compliant | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-06-25 | Add support for zoom factor | Rodrigo Arias Mallo | |
Allows zooming in and out of pages by changing the size of all elements, including font size, images and tables. The initial zoom is specified in the "zoom_factor" option of dillorc. Use the new shortcuts Ctrl+ and Ctrl- to adjust the zoom of the current page and Ctrl 0 to reset it to 100%. When a new tab or window is opened, the current zoom factor is inherited. Each tab retains its own zoom factor. Fixes: https://github.com/dillo-browser/dillo/issues/21 | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2011-08-05 | Added an API to access the expected URL resource | Jorge Arellano Cid | |
This fixes a segfault bug introduced by changeset 350af350b840. By mistake the expected URL got inside the parallel handling of CCC, into a race condition with a segfault path. | |||
2009-08-11 | s/Bw_Force/BW_Force/g | Jorge Arellano Cid | |
2009-04-18 | Implemented Instant client-side redirects (META refresh with delay=0) | Jorge Arellano Cid | |
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html | |||
2009-02-08 | Fixed the load image popup option. Also cleaned up the API a bit. | corvid | |
Introduced a_Bw_get_url_doc(). Mainly for popup menus. | |||
2008-12-21 | Patch for CSS stylesheet loading part#2 | Jorge Arellano Cid | |
2008-10-01 | - Committed the no bw as window user_data() patch. | jcid | |
2008-09-30 | - Removed the button sensitivity timeout. | jcid | |
2008-09-30 | - Added a confirmation dialog for closing with Windows/Tabs > 1 | jcid | |
2008-09-14 | - minor mem leak fix. | jcid | |
2008-09-14 | - Made several cleanups according to compiler warnings with "-W -Wall". | jcid | |
2008-04-11 | - Implemented a_Dialog_choice5(). May be used by dpis and dillo. | jcid | |
2007-12-12 | Made the stop button sensitive when loading an image. | jcid | |
2007-11-14 | Implemented "Load Images" in the page menu and cleaned up html.hh. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-24 | Implemented a new scheme of scroll-position remembering. This is one per | jcid | |
visited page intead of one per url (this is more standard). | |||
2007-10-07 | Initial revision | jcid | |