summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2015-05-13gtk3: if we have GTK_STATE_FLAG_CHECKED use only that bitCaolán McNamara1-4/+4
2015-05-13gtk3: don't include the focus pad and width in comboboxesCaolán McNamara1-12/+5
2015-05-13gtk3:don't even out the left/right top/bottom, take the figures as-isCaolán McNamara1-6/+8
2015-05-13gtk3: implement CTRL_FRAMECaolán McNamara1-31/+83
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-31/+17
2015-05-13gtk3: get comboboxes and listboxes rendering right againCaolán McNamara1-75/+107
2015-05-13Make it more obvious that the value combines DrawFrameFlags|DrawFrameStyleStephan Bergmann1-1/+2
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin2-2/+2
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2-4/+4
2015-05-13Fix kde4Stephan Bergmann1-1/+1
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin2-6/+6
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-12vcl: kde4: loplugin:staticmethodsMichael Stahl1-1/+1
2015-05-11gtk3: insert a gap between tabsCaolán McNamara1-6/+20
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara1-3/+30
2015-05-11vcl: gtk3: GTK_STYLE_CLASS_LABEL requires 3.16Michael Stahl1-0/+4
2015-05-11gtk3: now need to match GTK_STYLE_CLASS_LABEL to get label in tab propertiesCaolán McNamara1-3/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-2/+2
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-3/+3
2015-05-10Clean up misguided use of EMPTYARGStephan Bergmann1-8/+5
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-4/+4
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-08loplugin:staticmethodsStephan Bergmann13-301/+336
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe1-3/+3
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-1/+1
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-05loplugin:staticcallStephan Bergmann1-2/+1
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist1-4/+4
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-05-05loplugin:staticmethodsNoel Grandin10-28/+28
2015-05-03tdf#91043 - attempted fix of filer-less gtk+ save dialog crash.Michael Meeks1-2/+5
2015-05-01gtk3: distinguish between first, last and only tabsCaolán McNamara1-1/+12
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-3/+2
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara4-35/+73
2015-04-30Gradually typed LinkStephan Bergmann2-4/+4
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-3/+3
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-4/+4
2015-04-29gtk3: implement background theme paintingCaolán McNamara1-2/+5
2015-04-28gtk3: render the frames, looking more like the real thing nowCaolán McNamara1-1/+4
2015-04-28gtk3: implement notebook header supportCaolán McNamara1-0/+5
2015-04-28gtk3: render notebook pane for tab controlsCaolán McNamara1-1/+4
2015-04-28gtk3: make CTRL_TAB_BODY a successful no-op like gtk2Caolán McNamara1-1/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks8-59/+80
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-59/+80
2015-04-28gtk3: draw native tab activate/roll-over statusCaolán McNamara1-0/+14
2015-04-28gtk3: use native tab item sizeCaolán McNamara1-5/+20
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara4-0/+4
2015-04-27loplugin:literaltoboolconversion wrong conditionCaolán McNamara1-2/+2