summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2014-10-11convert vcl StateChangedType to enum classNoel Grandin2-4/+4
2014-10-10cid#1244948 Uncaught exceptionNoel Grandin2-2/+2
2014-10-10cid#1244950 Uncaught exceptionNoel Grandin2-2/+2
2014-10-10cid#1244951 Uncaught exceptionNoel Grandin2-2/+2
2014-10-10cid#1244952 Uncaught exceptionNoel Grandin2-2/+2
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-2/+2
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-2/+2
2014-10-03coverity#1078526 Logically dead codeCaolán McNamara1-2/+1
2014-10-02coverity#1242768 Unused valueCaolán McNamara1-2/+1
2014-10-02coverity#1242970 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-02fix for older compiler, doesn't like <::Noel Grandin4-10/+10
2014-10-02loplugin: cstylecastNoel Grandin29-109/+110
2014-10-01loplugin: cstylecastNoel Grandin9-51/+51
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30framework: std::auto_ptr -> std::unique_ptrStephan Bergmann2-4/+2
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-5/+11
2014-09-24fdo#83558 Don't change toolbar tooltip on state changeSamuel Mehrbrodt1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin39-154/+154
2014-09-22Always add the keyboard shortcut to the toolbar tooltipsSamuel Mehrbrodt1-14/+9
2014-09-22Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky1-9/+14
2014-09-22Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann1-2/+1
2014-09-22Unwind one level of cluttering indirectionStephan Bergmann1-27/+27
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-5/+5
2014-09-21Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt1-14/+9
2014-09-21fdo#81237: OpenGL window is not resized by view changeZolnai Tamás1-6/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12framework: sal_Bool -> boolStephan Bergmann2-3/+3
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2-8/+6
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet22-41/+41
2014-09-09Fix indentation.Jan Holesovsky1-5/+5
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist9-17/+17
2014-08-22Open the right tab for the More... commandMaxim Monastirsky1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-9/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-6/+6
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-6/+6
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-4/+4
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-74/+74
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin5-6/+6
2014-08-19java: remove unused methodsNoel Grandin1-11/+0
2014-08-18document the swap-on-free idiom usageNoel Grandin8-10/+10
2014-08-15drop TabControl resource loaderCaolán McNamara5-78/+7
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin8-44/+9
2014-08-13remove dead java constantsNoel Grandin1-14/+0
2014-08-13java: remove dead methodsNoel Grandin3-106/+2