aboutsummaryrefslogtreecommitdiff
path: root/src/bw.h
AgeCommit message (Collapse)Author
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
Reviewed-by: dogma
2024-06-25Add support for zoom factorRodrigo 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-09Use Doxygen comments for C filesRodrigo Arias Mallo
2013-01-12clean up struct typedefsp37sitdu, corvid
2011-08-05Added an API to access the expected URL resourceJorge 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-11s/Bw_Force/BW_Force/gJorge Arellano Cid
2009-06-22remove system includescorvid
2009-04-18Implemented 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-08Fixed 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-21Patch for CSS stylesheet loading part#2Jorge Arellano Cid
2008-12-20Added basic authentication!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 > 1jcid
2008-09-14- Made several cleanups according to compiler warnings with "-W -Wall".jcid
2008-05-08- Fixed handling of #anchors with repush.jcid
2008-04-11- Implemented a_Dialog_choice5(). May be used by dpis and dillo.jcid
2007-11-14Implemented "Load Images" in the page menu and cleaned up html.hh.jcid
2007-10-24Implemented a new scheme of scroll-position remembering. This is one perjcid
visited page intead of one per url (this is more standard).
2007-10-07Initial revisionjcid