summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-1510-30/+4
* convert vcl StateChangedType to enum classNoel Grandin2014-10-112-4/+4
* cid#1244948 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* cid#1244950 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* cid#1244951 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* cid#1244952 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* spelling: instanciated -> instantiatedNoel Grandin2014-10-082-2/+2
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-2/+2
* coverity#1078526 Logically dead codeCaolán McNamara2014-10-031-2/+1
* coverity#1242768 Unused valueCaolán McNamara2014-10-021-2/+1
* coverity#1242970 Result is not floating-pointCaolán McNamara2014-10-021-2/+2
* fix for older compiler, doesn't like <::Noel Grandin2014-10-024-10/+10
* loplugin: cstylecastNoel Grandin2014-10-0229-109/+110
* loplugin: cstylecastNoel Grandin2014-10-019-51/+51
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* framework: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-302-4/+2
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-5/+11
* fdo#83558 Don't change toolbar tooltip on state changeSamuel Mehrbrodt2014-09-241-3/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-2339-154/+154
* Always add the keyboard shortcut to the toolbar tooltipsSamuel Mehrbrodt2014-09-221-14/+9
* Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky2014-09-221-9/+14
* Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann2014-09-221-2/+1
* Unwind one level of cluttering indirectionStephan Bergmann2014-09-221-27/+27
* vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky2014-09-221-5/+5
* Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt2014-09-211-14/+9
* fdo#81237: OpenGL window is not resized by view changeZolnai Tamás2014-09-211-6/+0
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* framework: sal_Bool -> boolStephan Bergmann2014-09-122-3/+3
* vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2014-09-122-8/+6
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-1022-41/+41
* Fix indentation.Jan Holesovsky2014-09-091-5/+5
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-239-17/+17
* Open the right tab for the More... commandMaxim Monastirsky2014-08-221-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-9/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-6/+6
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-202-6/+6
* fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist2014-08-191-5/+31
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-4/+4
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-74/+74
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-193-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-195-6/+6
* java: remove unused methodsNoel Grandin2014-08-191-11/+0
* document the swap-on-free idiom usageNoel Grandin2014-08-188-10/+10
* drop TabControl resource loaderCaolán McNamara2014-08-155-78/+7
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-148-44/+9
* remove dead java constantsNoel Grandin2014-08-131-14/+0