summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
Change-Id: I8ecfbfecd765a35fafcbcc5452b0d04a89be2459
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
Change-Id: I969d99fa8881cc89601696a2d8621905a82b147b
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin
Change-Id: I4cdaf36581d1e1daa39929e621070d18a9996852
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin
Change-Id: Id7ca4853094c214b464e2dee53b10558f1f5a3ba
2015-05-15Fix Button when using double-buffered renderingTomaž Vajngerl
Change-Id: Ib2812723141c5dfe39b30c95f12d1aeca9c367bd
2015-05-14gtk3: shiny native focus rectangles for radiobuttonsCaolán McNamara
Change-Id: I8f709cd0683c1a244d6b8c269c75b7f841824926
2015-05-14tdf#86138 Context menu should state the name of the toolbarPhilippe Jung
When Menu::SetText is called, it defines the title of the menu (reuse of an already defined & not used aTitleText) Popup-menu with a title defined paint it on top of the popup. Text is bold with a background slightly darker than the rest of the popup. Change-Id: Ifca1be60541400f76f562b03f6e3c40dc5fecb29 Reviewed-on: https://gerrit.libreoffice.org/15716 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-14tdf#86850 Always display clipboard functions in context menuTrent MacAlpine
Change-Id: I6e8b750662894050453932dd60830e7ae4ae27f4 Reviewed-on: https://gerrit.libreoffice.org/15546 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-14gtk3: shiny native focus rectangles for checkboxesCaolán McNamara
Change-Id: I4b70878700851cc13a20321a11703c93e3f8ed49
2015-05-14gtk3: shiny native focus rectangles for listboxesCaolán McNamara
Change-Id: Id0ace0ae5e90877497834166c5e488a0f5caf0be
2015-05-14gtk3: provide a scheme where NWF can render the focus rects itselfCaolán McNamara
Change-Id: Ide68e35964670f7acf7a9098b2e04451a17e335a
2015-05-14Scheduler: Deactivate task without deletionTobias Madl
Now a task can be temporary deactivatet, without deletion. Change-Id: Ie72f0fe0e1529e2216271a3ae73be1c406947dec Reviewed-on: https://gerrit.libreoffice.org/15640 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-14honour NoFocusRects in ListBoxes like Buttons, etcCaolán McNamara
Change-Id: I23cc1b5d5f61e0f6d67181d544a900ff99b3b8bd
2015-05-14rendercontext: Double-buffering using the RenderContext.Jan Holesovsky
Change-Id: Ie28ba11dd62733a3c2ae796b43f1a8f0a8c16c2d
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin
Change-Id: I5b99e42a3e85527b27d515c468d2ed66386fc9df
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin
Change-Id: Ic1cb9b32fe252706cd607abb2ae1fd5a00999901
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin
Change-Id: I58031485aaa9ebdeb986a3ee0376f36a9f667947
2015-05-13gtk3: if we have GTK_STATE_FLAG_CHECKED use only that bitCaolán McNamara
in order to get insensitive checkmarks painted gray Change-Id: I29016b8c5f08c74934068bb06ae2c76ca2cb01c7
2015-05-13gtk3: don't include the focus pad and width in comboboxesCaolán McNamara
otherwise the text inside them is getting clipped out. May have to revisit this when we get to drawing focus rects Change-Id: I3be4ce9d5e5540056974159d4ddb866c099958de
2015-05-13gtk3:don't even out the left/right top/bottom, take the figures as-isCaolán McNamara
Change-Id: I2836446a8032b71c83feba5e3e669b5131a29ac1
2015-05-13gtk3: implement CTRL_FRAMECaolán McNamara
Change-Id: Icf9d7703c8a82f1e7b178ea75a66861c01f58800
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara
Change-Id: Ib9d0f06bffc9e9d31149a622350145024a9b8a99
2015-05-13Slightly darken default workspace again to be easier on the eyesAdolfo Jayme Barrientos
Restoring the fix for tdf#79278 and tdf#72142, which was inadvertently dropped, but with a better color. Change-Id: Ifa5a85e5113713d6eff706a542d475a19caa0c13
2015-05-13first step towards removing LazyDeletorNoel Grandin
convert it from a template to a concrete class, since we only have one use-site for it anyway Change-Id: I7209243cc744c7ddb727d6136795d8628b91ff6f
2015-05-13gtk3: stop painting the active listboxes blueCaolán McNamara
gtk3 equivalents are comboboxes without entries and those don't do this Change-Id: I71efe2c11a1d604e6c15927844f5a25b78771e62
2015-05-13gtk3: get comboboxes and listboxes rendering right againCaolán McNamara
and also get roll-over working for listboxes, here its actually to *not* support PART_BUTTON_DOWN that does that, which is weird. Change-Id: I0fc1152a3ee49164f6b5ecca6933730271c6da5c
2015-05-13fix OSX buildNoel Grandin
after my commit facc91ab4a3f25b3290408c7083ed4c09dd8d759 "convert FLOATWIN_POPUPMODE constants to scoped enum" Change-Id: I5c2264eb2bab9ace89a72adecc840bc5d9d80b9d
2015-05-13Make it more obvious that the value combines DrawFrameFlags|DrawFrameStyleStephan Bergmann
Change-Id: I60b92fe2f9120b03293e5f880bb94a6c85e5a7ab
2015-05-13fix OSX build (take 3)Noel Grandin
after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711 "convert FRAME_DRAW constants to scoped enum" Change-Id: If30425e329b13f971723d007086638abdb06865f
2015-05-13convert FLOATWIN_TITLE constants to scoped enumNoel Grandin
Change-Id: Iebd2eadfa375092a33d6de9d7f7964dba64f7d6b
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin
Change-Id: I36fea4608c744c941bdff401b649fa46302b4dbd
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
Change-Id: I744d430ef6a506977eb10b892582c8969ec27524
2015-05-13Fix kde4Stephan Bergmann
Change-Id: Id34bc6fbdbdc3c1f0b99ef9807fb7d27a00aec50
2015-05-13fix OSX build (take 2)Noel Grandin
after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711 "convert FRAME_DRAW constants to scoped enum" Change-Id: I9aa8b267b5ca8f1ffaf2302c91d337f0906089f8
2015-05-13fix OSX buildNoel Grandin
after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711 "convert FRAME_DRAW constants to scoped enum" Change-Id: Id76d76d5549cd09b35b1d9e8fb68c9549f9fd3a9
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
Change-Id: Iaccd9c3be1ae24f7f9861f9049cd5b52f155170f
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
Change-Id: I6ad6558c855736a4a5268593ced9c8300235d4bd
2015-05-13convert FRAME_HIGHLIGHT constants to scoped enumNoel Grandin
Change-Id: I44bd2c54c8b1d6cafd7c15eaf0d77a336ac3fa65
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
Change-Id: I98e52aa56ec063ecc8f3d10baef65eb293c726bf
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
Change-Id: I26e03159fa6115025c6cf376e6ce71443bc98cec
2015-05-13Add DrawSelectionBackground that is outside of vcl::WindowTomaž Vajngerl
This will later replace all existing DrawSelectionBackground methods found on vcl::Window. Change-Id: I383b5ae880066c473c702b59044b1b77f4920c05
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
2015-05-12vcl: kde4: loplugin:staticmethodsMichael Stahl
Change-Id: Ie51eaa11e1ed1e811c9b671c1284f81e1459151d
2015-05-12fix buildCaolán McNamara
Change-Id: I2afc99ec7b54f366044835a8d8e1ceeb1783ca2c
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin
Change-Id: I1a2200782941b1c7b826fd9fb03193e009cce697 Reviewed-on: https://gerrit.libreoffice.org/15676 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-12convert CURSOR_DIRECTION constants to scoped enumNoel Grandin
Change-Id: I444c61d0073b12740b55e316b2bb6e34f59dfe21 Reviewed-on: https://gerrit.libreoffice.org/15675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-11tdf#90990 - listbox focus issue post dispose.Michael Meeks
Change-Id: I091662fed0ebe121d023a1bed1eda79e6eb5a09e
2015-05-11gtk3: insert a gap between tabsCaolán McNamara
Change-Id: I7d502571719e58d1436b6651eb9f01e4ef46aa6a