Age | Commit message (Expand) | Author |
2015-05-26 | convert SCROLL constants to scoped enum | Noel Grandin |
2015-05-26 | convert INVALIDATE constants to scoped enum | Noel Grandin |
2015-05-25 | convert TOTOP constants to scoped enum | Noel Grandin |
2015-05-25 | convert WINDOW_ZORDER constants to scoped enum | Noel Grandin |
2015-05-22 | The corresponding VCL Window is not necessarily a Button | Stephan Bergmann |
2015-05-22 | convert WINDOW_POSSIZE constants to scoped enum | Noel Grandin |
2015-05-22 | convert WINDOW constants for GetWindow() methods to scoped enum | Noel Grandin |
2015-05-22 | convert constants in include/vcl/settings.hxx to scoped enums | Noel Grandin |
2015-05-20 | convert IMAGE_DRAW_ constants to scoped enum | Noel Grandin |
2015-05-20 | convert TEXT_DRAW constants to scoped enum | Noel Grandin |
2015-05-15 | conver MENU_FLAG_ constants to scoped enum | Noel Grandin |
2015-05-15 | convert POPUPMENU_ constants to scoped enum | Noel Grandin |
2015-05-14 | convert KERNING_ constants to scoped enum | Noel Grandin |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-06 | cleanup DIALOG_NO_PARENT, follow on to tdf#91090 | Noel Grandin |
2015-05-06 | convert BMP_SCALE constant to scoped enum | Noel Grandin |
2015-05-05 | typo: strech -> stretch | Andras Timar |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
2015-04-29 | convert INITOUTDEV constants to scoped enum | Noel Grandin |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptrmerge2' | Michael Meeks |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-28 | css.awt.ItemEvent.Highlighted is of type long | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-21 | Get rid of trivial comphelper::in-/decrement wrappers | Stephan Bergmann |
2015-04-20 | java: remove some unused code | Noel Grandin |
2015-04-16 | UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. | Michael Meeks |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-11 | Fix more misc. lifecycle mistakes. | Michael Meeks |
2015-04-10 | Fixup toolkit's printer code. | Michael Meeks |
2015-04-10 | toolkit: much safer WindowDestroyed handler. | Michael Meeks |
2015-04-10 | svtools: switch UNO pieces to use VclPtr enabled toolkit. | Michael Meeks |
2015-04-10 | toolkit: more VclPtr pieces. | Michael Meeks |
2015-04-10 | toolkit: more cleanup. | Michael Meeks |
2015-04-10 | toolkit: first cut at switching to VclPtr. | Michael Meeks |
2015-04-09 | svtools: apply vcl::window refcounting changes | Noel Grandin |
2015-04-07 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-01 | loplugin:staticfunction | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Resolves: tdf#90228 1.06 turns into a monster | Caolán McNamara |
2015-03-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-26 | tdf#67990: Management of case in combobox | Julien Nabet |