summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-08loplugin:staticmethodsStephan Bergmann
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-05-05loplugin:staticcallStephan Bergmann
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03tdf#91043 - attempted fix of filer-less gtk+ save dialog crash.Michael Meeks
2015-05-01gtk3: distinguish between first, last and only tabsCaolán McNamara
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29gtk3: implement background theme paintingCaolán McNamara
2015-04-28gtk3: render the frames, looking more like the real thing nowCaolán McNamara
2015-04-28gtk3: implement notebook header supportCaolán McNamara
2015-04-28gtk3: render notebook pane for tab controlsCaolán McNamara
2015-04-28gtk3: make CTRL_TAB_BODY a successful no-op like gtk2Caolán McNamara
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28gtk3: draw native tab activate/roll-over statusCaolán McNamara
2015-04-28gtk3: use native tab item sizeCaolán McNamara
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-27loplugin:literaltoboolconversion wrong conditionCaolán McNamara
2015-04-27gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk doesCaolán McNamara
2015-04-27gtk3: render vertical toolbar seperatorsCaolán McNamara
2015-04-27gtk3: set max spin box height before determining rectCaolán McNamara
2015-04-27gtk3: semi-sane height for spinboxesCaolán McNamara
2015-04-27gtk3: seperate calcs for lists, comboboxes and editboxesCaolán McNamara
2015-04-27gtk3: hive the borders and padding calc off into a standaloneCaolán McNamara
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-27I can't read this horror, expandCaolán McNamara
2015-04-27gtk3: flat menus and can draw widgets at any size, etcCaolán McNamara
2015-04-27gtk3: pull text high colors from view styleCaolán McNamara
2015-04-26gtk3: sane height for list boxes tooCaolán McNamara
2015-04-25gtk3: honour the control region height if it is largerCaolán McNamara
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-24Resolves: tdf#73211 gtk checkboxes need erase afer togglingCaolán McNamara
2015-04-23Assume use of GdkFilterReturn instead of bool was a glitchStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10More misc. cleanup.Michael Meeks
2015-04-10vcl cleanup post re-base.Michael Meeks