Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-25 | let the enter key trigger buttons when possible | corvid | |
Topic brought up by Alexander recently. In FLTK2, Enter and Space would both trigger buttons. In 1.3, only Space does it. I asked the FLTK guys about this, and I learned that Space to trigger buttons is actually old-school X behaviour that I somehow never became aware of. | |||
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
2011-08-04 | free instead of delete | corvid | |
2011-08-01 | deal with Fl_Text_Buffer::text() returning a copy | corvid | |
2011-07-21 | work around a fl_width() bug | corvid | |
Pretty easy workaround, yes? :) | |||
2011-07-18 | turn on wrapping for textarea | corvid | |
2011-07-03 | draw the labels when hidden inputs are shown | corvid | |
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-06-29 | Remove wrong comment | Jorge Arellano Cid | |
2011-06-21 | Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-06-18 | Enabled CTRL+{a,e,d,k} shortcuts for form's inputs | Jorge Arellano Cid | |
2011-06-12 | clean up fltk form button callbacks (allows Space to trigger) | corvid | |
I would still like Enter to work as well, but I haven't looked into whether that would be nicely trivial -- and I still don't know whether I'm the only user who expects Enter to trigger buttons. | |||
2011-05-27 | rm fltk2 workaround | corvid | |
Haven't found any need for it with 1.3. | |||
2011-05-19 | forms listResource item selection | corvid | |
2011-05-16 | cast | Rob S. | |
2011-05-16 | rm spaces | corvid | |
2011-05-14 | forms menu/list selection | corvid | |
2011-05-10 | more of the same | corvid | |
2011-05-10 | straighten out free/delete/delete[] | corvid | |
2011-02-09 | disable symbol-interpretation in labels | corvid | |
There was some discussion of how to do this last month in fltk-dev http://fltk.org/newsgroups.php?s10630+gfltk.development+v10640+T0 | |||
2011-02-04 | widget coloring | corvid | |
2011-01-29 | font/size for fltk widgets | corvid corvid | |
2011-01-29 | improve widget colors | corvid | |
- 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-29 | clean out FltkSelectionResource | corvid | |
2011-01-29 | fix initial selection for OptionMenu | corvid | |
2011-01-29 | push/pop for List | corvid | |
2011-01-29 | push/popGroup is back. Implemented for FltkOptionMenu | corvid | |
2011-01-29 | width for FltkList as well | corvid | |
2011-01-29 | uncomment the font calls in fltkui | corvid | |
2011-01-29 | OptionMenu size | corvid | |
2011-01-29 | our own menuItem array for OptionMenu | corvid | |
2011-01-23 | FltkListResource::sizeRequest | corvid | |
2011-01-23 | add tree items directly to a parent | corvid | |
When adding them by using a path argument, it wouldn't add duplicates with the same name. And maybe pushGroup and popGroup will resurface after all. | |||
2011-01-23 | Fl_Tree settings | corvid | |
2011-01-15 | fltkui | corvid | |
2011-01-15 | fltkui changes | corvid | |
2011-01-13 | just get fltkui into compilable state | corvid | |
2011-01-12 | fltkui comment | corvid | |
2011-01-08 | a bit of fltkui | corvid | |
2011-01-07 | a bit of fltkui | corvid | |
2011-01-06 | RAW_LABEL is SHORTCUT_LABEL | corvid | |
2011-01-06 | some UI constants | corvid | |
2011-01-06 | when | corvid | |
2011-01-06 | events | corvid | |
2011-01-06 | more key/button modifiers | corvid | |
2011-01-06 | keys and mouse buttons | corvid | |
2010-12-15 | silence a couple of MSGs | corvid | |
2010-10-09 | make dillo compile with clang | Johannes Hofmann | |
* Variable length arrays are not allowed in C++. They are supported in C99 and gcc seems to accept them in C++ mode. Replace the few places where variable length arrays are used. * The widget member in ComplexButtonResource was colliding with the widget member of FltkResource, so rename it to childWidget. | |||
2009-10-15 | remove multiple views capability from dw | corvid | |
It was complicated, we don't use it, and we currently had no plans to use it. | |||
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-08-10 | fltk widget types are not bits | corvid | |