Age | Commit message (Expand) | Author |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-30 | accessibility: shift by zero | Robert Antoni Buj i Gelonch |
2014-10-30 | java: Method uses the same code for two switch clauses | Robert Antoni Buj i Gelonch |
2014-10-23 | Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" | Jan Holesovsky |
2014-10-23 | Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" | Jan Holesovsky |
2014-10-21 | fdo#84938: replace WINDOW_BORDER constants with enum | Noel Grandin |
2014-10-19 | accessibility: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-16 | fdo#84854 it seems long is not enough on 32 bit | David Tardon |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-13 | java: Collections.addAll for adding an array of elements to a Collection | Robert Antoni Buj i Gelonch |
2014-10-13 | accessibility: ensure that the stream is cleaned up before the method returns | Robert Antoni Buj i Gelonch |
2014-10-11 | accessibility: Calling String.toString() | Robert Antoni Buj i Gelonch |
2014-10-10 | unchecked call to getDeclaredMethod(String,Class<?>...) | Robert Antoni Buj i Gelonch |
2014-10-09 | As of JDK version 1.5, show() and hide() in Dialog have been deprecated | Robert Antoni Buj i Gelonch |
2014-10-09 | fdo#81356: convert Fraction to boost::rational<long> - wip | Juan Picca |
2014-10-08 | complex: Use 'import com.sun.star.beans.UnknownPropertyException;' | Robert Antoni Buj i Gelonch |
2014-10-08 | back out more wrong and confusing tools::Time comment changes | Eike Rathke |
2014-10-08 | spelling: instanciated -> instantiated | Noel Grandin |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: remove unnecessary adding of empty strings | Noel Grandin |
2014-10-07 | java: no need to check for null before calling instanceof | Noel Grandin |
2014-10-04 | fix for invalid dynamic_cast | Noel Grandin |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-30 | fdo#82577: Handle PolyPolygon | Noel Grandin |
2014-09-30 | fdo#82577: Handle Region | Noel Grandin |
2014-09-29 | toolkit: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-26 | remove unnecessary casts's | Noel Grandin |
2014-09-25 | comphelper: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-12 | toolkit: sal_Bool -> bool | Stephan Bergmann |
2014-09-10 | Typo: (N|n)ormaly->(N|n)ormally | Julien Nabet |
2014-09-10 | vcl: sal_Bool -> bool | Stephan Bergmann |
2014-09-09 | toolkit: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-02 | toolkit: fix javadoc errors | rbuj |
2014-08-25 | set names on a bunch more threads... | Michael Stahl |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-08-22 | Remove some useless tools/debug.hxx includes | Marcos Paulo de Souza |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | fix exception not caught | Noel Grandin |
2014-08-20 | use correct loop index variable | Noel Grandin |
2014-08-20 | remove some dead Java code | Noel Grandin |
2014-08-20 | double-checked locking is not thread-safe in Java | Noel Grandin |
2014-08-19 | java: no need to instantiate String objects directly | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |