Age | Commit message (Expand) | Author |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-11 | refactor ToolPanelDrawer to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor PanelTabBar to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor TableControl to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor SvResizeWindow to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor ValueSet to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor TabBar to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor Ruler to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor Roadmap to use RenderContext, some cleanup | Tomaž Vajngerl |
2015-05-11 | remove whitespace, decrease indent level, cleanup | Tomaž Vajngerl |
2015-05-11 | remove whitespace | Tomaž Vajngerl |
2015-05-11 | refactor HeadBar to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor "Calendar" control to use RenderContext | Tomaž Vajngerl |
2015-05-11 | remove whitespace | Tomaž Vajngerl |
2015-05-11 | refactor TreeListBox to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor BrowseBox, IconChoice to use RenderContext | Tomaž Vajngerl |
2015-05-11 | refactor svtools - BrowseBox to use RenderContext | Tomaž Vajngerl |
2015-05-10 | SvtMatchContext_Impl::pBox is never assigned to... | Stephan Bergmann |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann |
2015-05-10 | No more need for EMPTYARG in C++11 | Stephan Bergmann |
2015-05-10 | Use IMPL_[STATIC_]LINK_NOARG where applicable | Stephan Bergmann |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
2015-05-09 | VclPtr: fix crash on loading kde86727-1.html | Caolán McNamara |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-08 | tdf#91157 svtools: fix missing dispose in RoadmapItem causing MM crash | Miklos Vajna |
2015-05-08 | Use bool instead of int | Stephan Bergmann |
2015-05-07 | Remove unnecessary includes of sot/storage.hxx from include/ | Stephan Bergmann |
2015-05-07 | Unwind SotStorageStreamRef typedef | Stephan Bergmann |
2015-05-07 | Unwind SotStorageRef typedef | Stephan Bergmann |
2015-05-07 | convert BMP_DITHER flags to scoped enum | Noel Grandin |
2015-05-06 | convert BMP_MIRROR constants to scoped enum | Noel Grandin |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | tdf#91027 - cleanup dbaccess related dispose logic. | Michael Meeks |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks |
2015-05-02 | Audit LoseFocus - basctl, cui, dbaccess. | Michael Meeks |
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 IMPL_LINK[_NOARG]_INLINE_START/END | Stephan Bergmann |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
2015-04-29 | tdf#90802 add Church Slavic [cu-RU] locale | Aleksandr Andreev |
2015-04-29 | redundant cast | Caolán McNamara |
2015-04-29 | convert WZB_ constants to scoped enum | Noel Grandin |
2015-04-29 | fix compile: delegate RenderContext parameter to super | Tomaž Vajngerl |
2015-04-29 | replace Paint calls to Invalidate + fix compilation | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptrmerge2' | Michael Meeks |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |