aboutsummaryrefslogtreecommitdiff
path: root/src/html.hh
AgeCommit message (Collapse)Author
2024-06-07Ensure the same number of tags for CSS and HTMLRodrigo Arias Mallo
The Tags array can be modified without changing the "ntags" number in the CSS side. To prevent errors, an static assert ensures the same number is used in both sides, which is known at compilation time. Fixes: https://github.com/dillo-browser/dillo/issues/184
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-12-21Added a popup menu to form's submit buttoncorvid
2008-06-08- Minor Html cleanups.jcid
2008-06-01- More cleanups in html.cc (form receiver).jcid
2008-04-14- Added input image for FORMS.jcid
2007-11-14Implemented "Load Images" in the page menu and cleaned up html.hh.jcid
2007-11-10Reimplemented html.cc using a class, removed the linkblock,jcid
and hooked memory-release to dw destruction.
2007-11-02Hooked vertical scrolling to the mouse wheel.jcid
2007-11-01 - Added code for the image menu and hooked it to dw2 signals.jcid
- Hooked the page and link menus. - Added code for optional image loading (nice interface) very advanced! - Fixed the position of the Bug Meter popup menu.
2007-10-07Initial revisionjcid