aboutsummaryrefslogtreecommitdiff
path: root/src/bw.c
AgeCommit message (Collapse)Author
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-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-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- 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-12Made the stop button sensitive when loading an image.jcid
2007-11-14Implemented "Load Images" in the page menu and cleaned up html.hh.jcid
2007-11-05Updated copyright linesjcid
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