Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-13 | Change unnamespaced file.hxx macros | Andy Holder | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-09 | finish cleanup of missing icon handling code | Joachim Tremouroux | |
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-01 | cppcheck: uninit member | Caolán McNamara | |
2010-11-28 | cppcheck: can use prefix variant | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-25 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 22 | Gert Faller | |
2010-11-24 | fix invalid XML | David Tardon | |
2010-11-22 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 08 | Gert Faller | |
2010-11-17 | libs-gui HC cleanup and .bmp fix | Joseph Powers | |
2010-11-17 | Remove HC throbber image usage | Sebastian Spaeth | |
2010-11-16 | Remove reference to _HC.hrc file that has just been removed | Sebastian Spaeth | |
2010-11-13 | Purged BmpColorMode from libs-gui - libs-gui | Joseph Powers | |
2010-11-05 | fixup embedded graphic url handling | Noel Power | |
2010-11-03 | separation of new container controls and existing Dialog control & model | Noel Power | |
2010-11-03 | tweak after rebase from master | Noel Power | |
2010-11-02 | initial import of latest cws container_controls | Noel Power | |
2010-11-01 | remove a confusing use of GetMutex() when a SolarMutexGuard is really meant | Norbert Thiebaud | |
VCLXDevice, VCLXGraphics and derived class use a mutex that is really a reference to the SolarMutex. They declare a function GetMutex() to access tis reference to the SolarMutex, and the implementation use osl::SolarGuard aGuard(GetMutex()) to take a guad on the solar mutex. This is confusing because some other class in that framework also implement a GetMutex() function, but which this time return a regular Mutex. Since this particular use of GetMutex() is to get the SolarMutex, and invariably this is then used to take a Guard on the SolarMutex, all these uses are replaced by a SolarMutexGuard object, which encapsulate that behavior. | |||
2010-10-28 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-27 | Add character count exclusive of whitespace to document statistics part 2 | Mattias Johnsson | |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | convert vos/process.hxx and related API | Norbert Thiebaud | |
2010-10-25 | rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity | Norbert Thiebaud | |
2010-10-25 | fix missing vos::Guard creeping back-up after rebase | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | Use SolarMutexGuard where appropriate | Norbert Thiebaud | |
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-20 | WaE unused parameter | Caolán McNamara | |
2010-10-20 | remove unused method | Caolán McNamara | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-18 | WaE, silence warning | Caolán McNamara | |
2010-10-18 | remove dups | Caolán McNamara | |
2010-10-18 | add matching undefs | Caolán McNamara | |
2010-10-18 | same ifdef inside itself | Caolán McNamara | |
2010-10-18 | replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS | Kenneth Venken | |
2010-10-15 | fix fdo#30856 remove VBAForm property and associated geometry hack | Noel Power | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-13 | Merge branch 'vba' fix conflics, trailing ws & tab issues | Noel Power | |
Conflicts: unotools/source/config/fltrcfg.cxx | |||
2010-10-07 | Remove redundant #include directives & comments | J. Graeme Lingard | |
2010-10-06 | Merge commit 'ooo/OOO330_m9' | Luboš Luňák | |
Conflicts: toolkit/source/awt/vclxwindow.cxx | |||
2010-10-06 | initial commit for vba blob ( not including container_control stuff ) | Noel Power | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | include rtl/ustring.hxx instead of non-existing rtl/OUString.hxx | Petr Mladek | |
the wrong include file was newer included because of include guards | |||
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-10-05 | refactor several SolarMutex releaser classes into one | Luboš Luňák | |
2010-10-04 | harmonized BOOL vs sal_Bool usage | Norbert Thiebaud | |