Age | Commit message (Expand) | Author |
2012-09-28 | call queue_layout from queue_resize | Caolán McNamara |
2012-09-28 | Get optimal size of spinbuttons from min/max values, not current val | Caolán McNamara |
2012-09-28 | make a dialog basically a dictionary of child widgets | Caolán McNamara |
2012-09-28 | map gtk-close -> PushButton+SV_BUTTONTEXT_CLOSE | Caolán McNamara |
2012-09-28 | we need TEXT_RAW to retain leading/trailing label whitespace text | Caolán McNamara |
2012-09-28 | We need to distinguish NumericFields from MetricFields | Caolán McNamara |
2012-09-28 | GetProcAddress doesn't work like dlsym with executable's handle | Caolán McNamara |
2012-09-28 | seperate layout from resize | Caolán McNamara |
2012-09-28 | queue_resize on fixedimage graphic change | Caolán McNamara |
2012-09-28 | calculate and position taking external margins into account | Caolán McNamara |
2012-09-28 | having two SetPosSizePixel is a blasted nuisance | Caolán McNamara |
2012-09-28 | add left/right/top/bottom margin support | Caolán McNamara |
2012-09-28 | Move all the state we need just during parsing to one place | Caolán McNamara |
2012-09-28 | we can need to redo the layout even when the sizes don't change | Caolán McNamara |
2012-09-28 | c++11ism won't wash | Caolán McNamara |
2012-09-28 | map gtk-media-next and gtk-media-previous stock items | Caolán McNamara |
2012-09-28 | map GtkSeparator to FixedLine | Caolán McNamara |
2012-09-28 | map GtkImage to FixedImage | Caolán McNamara |
2012-09-28 | recognize and silently handle placeholders | Caolán McNamara |
2012-09-28 | Implement a VclExpander equivalent of GtkExpander | Caolán McNamara |
2012-09-28 | get_by_name -> get and pretty up widget type casting | Caolán McNamara |
2012-09-28 | add a mechanism to create custom widgets via VclBuilder | Caolán McNamara |
2012-09-28 | Keep binary resource help id on retro-fit | Caolán McNamara |
2012-09-28 | distinguish between NumericFields and MetricFields | Caolán McNamara |
2012-09-28 | honour hexpand/vexpand in the grid | Caolán McNamara |
2012-09-28 | Cut Gordian Knot of helpids with .ui format | Caolán McNamara |
2012-09-28 | get order of destruction right to keep vcl happy | Caolán McNamara |
2012-09-28 | ditch over complex property buckets | Caolán McNamara |
2012-09-28 | move from window.cxx to window2.cxx to build under windows | Caolán McNamara |
2012-09-28 | col ids all have to be 0, use order of appearance instead | Caolán McNamara |
2012-09-28 | handle translations | Caolán McNamara |
2012-09-28 | 1-10 shouldn't be translatable | Caolán McNamara |
2012-09-28 | adapt for changes | Caolán McNamara |
2012-09-28 | hook up tooltips | Caolán McNamara |
2012-09-28 | make isLayoutEnabled stricter | Caolán McNamara |
2012-09-28 | for legacy TabDialogs dialogs hack the hack to reposition the TabControl | Caolán McNamara |
2012-09-28 | further improvements to tabcontrol optimal size | Caolán McNamara |
2012-09-28 | add and use a "WINDOW_CONTAINER" type | Caolán McNamara |
2012-09-28 | improve queue_resize | Caolán McNamara |
2012-09-28 | avoid redraws when size/pos is unchanged | Caolán McNamara |
2012-09-28 | skip queue_resize on irrelevant state changes | Caolán McNamara |
2012-09-28 | keep empty but spanned rows/cols | Caolán McNamara |
2012-09-28 | adjustment implementation | Caolán McNamara |
2012-09-28 | improve TabControl::GetOptimalSize | Caolán McNamara |
2012-09-28 | drop empty rows/cols in VclGrid | Caolán McNamara |
2012-09-28 | MultiListBox replace by builder as well | Caolán McNamara |
2012-09-28 | implement GtkAdjustment import + apply | Caolán McNamara |
2012-09-28 | make default dropdown list length shorter | Caolán McNamara |
2012-09-28 | copy properties of metricfields | Caolán McNamara |
2012-09-28 | implement number of decimal places | Caolán McNamara |