aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
AgeCommit message (Expand)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2016-07-12cppcheck: ignored return value.Jorge Arellano Cid
2013-09-16Made show_url dillorc option work again (BUG#1128)Jorge Arellano Cid
2012-12-31we still aren't using UI::customize() flags arg, so rm itcorvid
2012-12-30ui color fg/bg preferencescorvid
2012-11-14Avoid scroll flickering with a custom tooltip class (TipWin) & a custom buttonJorge Arellano Cid
2012-10-30trim some spacescorvid
2011-08-05Fixed CustLightButton "light" color deactivationJorge Arellano Cid
2011-08-05Fix: Don't confuse FLTK when tabs overflow.Jorge Arellano Cid
2011-08-05Fix resize for the corner case of starting dillo in a tiny windowJorge Arellano Cid
2011-08-04Fix: include the close-tab tooltip in the workaround to avoid them lingerJorge Arellano Cid
2011-08-04FindBar cleanup: use the same size(0,0) trick we use for PanelsJorge Arellano Cid
2011-08-04minor cleanupsJorge Arellano Cid
2011-08-03Moved CustLightButton into ui.hhJorge Arellano Cid
2011-08-01Re-enabled the temoporary panels feature for Ctrl+lJorge Arellano Cid
2011-08-01Cleanup: removed some unused code from the UIJorge Arellano Cid
2011-07-11Made "hide-panels" hide the findbar, then panels (and removed "fullscreen").Jorge Arellano Cid
2011-05-26remove use of Fl_Pack to avoid resizing issuesJohannes Hofmann
2011-04-21Added a submenu to control the panel size (Tools)Jorge Arellano Cid
2011-04-16Fixed offset bugs with panel tiny and large (also fullscreen mode for large)Jorge Arellano Cid
2011-03-23Made fullscreen work again (Ctrl+Space)Jorge Arellano Cid
2011-03-15Made the findbar operative again (it has tricks and workarounds)Jorge Arellano Cid
2011-03-15Keybindings and some variable name normalizationsJorge Arellano Cid
2011-03-13Made the status bar visible and operative.Jorge Arellano Cid
2011-03-09Added code and made the necesary bindings so tabs start to be functionalJorge Arellano Cid
2011-03-09Made Dillo code follow my fltk1.3 UI prototypeJorge Arellano Cid
2011-03-09Made a brand new CustTabs class (to allow fine control of tabs).Jorge Arellano Cid
2011-03-09Added CustGroup class (it repositions child widgets when others are hidden)Jorge Arellano Cid
2011-03-09Initial changes to make the tiny panel mode workJorge Arellano Cid
2011-01-11more src/uicorvid
2011-01-09some more src/uicorvid
2011-01-07a bit of src/uicorvid
2010-01-18Added a help button. It tries a local help file then dillo.org's one.corvid, jcid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
2009-05-16Fix: don't update window title for background tabsJorge Arellano Cid
2009-02-15Moved creation of the UI's status panel into a function.corvid
2009-02-08Switched load images on/off feature to the Tools menucorvid
2009-01-27Implemented the tools button with CSS options. Also removed nav.h from html.ccJorge Arellano Cid
2008-10-26- Added the "middle_click_drags_page" dillorc option.jcid
2008-10-10- WORKAROUND to display HTML for sylpheed.jcid
2008-10-09- File menu as popup implementation.jcid
2008-10-01- Set UI's to share icons.jcid
2008-10-01- Committed the no bw as window user_data() patch.jcid
2008-09-29- Switched the image load button to be a per-window choice.jcid
2008-09-26- Added the "middle_click_opens_new_tab" option to dillo2rc.jcid
2008-09-18- Implemented tabbed browsing.jcid
2008-09-12- Reverted an accidental testing code commit.jcid
2008-09-12- Fixed a crash bug with repush and non-viewable content.jcid
2008-08-23- Reimplemented the menubar in a more ortodox way.jcid
2008-07-04- implemented UI's destructor (i.e. UI::~UI())jcid