aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
AgeCommit message (Collapse)Author
2013-04-20include optgroup-close among items in dillo-dw interface for SELECTcorvid
On the whole, this makes things easier to deal with.
2013-04-19Fl_Browser instead of Fl_Tree for <select> list box.corvid
Discussion: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009604.html http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009609.html Fl_Tree didn't handle the 18000-item list in https://bugzilla.redhat.com/query.cgi?format=advanced so well, plus it's relatively heavy, plus we've found bugs in it on occasion because it's newer than Fl_Browser. Fl_Browser is naturally closer to what we use than Fl_Tree is in its ordinary default usage. Why didn't I use Fl_Browser initially when going to fltk-1.3? Documentation made it sound like fltk1 and fltk2's browsers were quite different despite having the same name (I think the APIs were rather dissimilar, although I don't feel it's worth my time to verify that right now), and I believe I had the impression that Fl_Browser was going to be too limited in some ways.
2013-01-26typocorvid
2013-01-26Some comments about the dw::fltk::ui design.Sebastian Geerken
2013-01-24Doxygen comments: added "dir=both" to graphs, which recent versions of dot ↵Sebastian Geerken
seem to expect.
2012-11-25and now we can implement maxlengthcorvid
2012-11-25dw entry resource, mentions of maxLength should be sizecorvid
2012-11-24reset for <select>corvid
2011-08-01deal with Fl_Text_Buffer::text() returning a copycorvid
2011-07-03draw the labels when hidden inputs are showncorvid
In fltk-1.3, it doesn't draw inside labels for Fl_Inputs, and it wasn't very nice anyway. Here I move them to the left. Johannes took a look at this change: "The only issue I could think of is that the additional draw_outside_label() would cause excessive redraws for some reason. But I didn't see anything like that during short testing here."
2011-05-27Make sources fit in 80 columnsJorge Arellano Cid
2011-05-19forms listResource item selectioncorvid
2011-05-14forms menu/list selectioncorvid
2011-02-04widget coloringcorvid
2011-01-29font/size for fltk widgetscorvid corvid
2011-01-29improve widget colorscorvid
- The background for the radio/check button likes to be white, so I'm leaving selection_color() as black. - OptionMenu, I don't like what background color we tend to get for a selected item while the menu's up, but you can always tell what's current by the box, anyway. - ListMenu, that will wait until some Fl_Tree changes are made, which it sounds like will happen very shortly.
2011-01-29clean out FltkSelectionResourcecorvid
2011-01-29push/pop for Listcorvid
2011-01-29push/popGroup is back. Implemented for FltkOptionMenucorvid
2011-01-29width for FltkList as wellcorvid
2011-01-29OptionMenu sizecorvid
2011-01-29our own menuItem array for OptionMenucorvid
2011-01-15fltkuicorvid
2011-01-15fltkui changescorvid
2011-01-13just get fltkui into compilable statecorvid
2011-01-07a bit of fltkuicorvid
2010-02-27a typocorvid
2010-02-27spellingcorvid
2009-10-15remove multiple views capability from dwcorvid
It was complicated, we don't use it, and we currently had no plans to use it.
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-04-22implement FltkResource::isEnabled()Johannes Hofmann
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-06Implemented size for SELECT listscorvid
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-10-05- Improvement for the radio/check buttons size patch.jcid
2008-10-05- Fixed check and radio buttons size_request.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid