Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-07 | use custom target for generated source | David Tardon | |
2012-01-07 | split module targets' registration | David Tardon | |
2012-01-07 | use custom target for generated source | David Tardon | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | workaround for LO namespace pollution breaking KDE4 fpicker build | Luboš Luňák | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | fpicker: add missing comphelper | Michael Stahl | |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-04 | fpicker: fix makefile typo | Michael Stahl | |
2011-12-29 | EasyHack fdo#42454, remove code associated with unused icons | Gustavo Buzzatti Pacheco | |
2011-12-27 | add the needed -framework for fps_aqua | Norbert Thiebaud | |
2011-12-27 | WaE unused variables | Norbert Thiebaud | |
2011-12-27 | WaE: unused variables | Matúš Kukan | |
2011-12-27 | fpicker: convert to gbuild | Matúš Kukan | |
2011-12-27 | fpicker: aqua: move source files .cxx -> .mm | Matúš Kukan | |
2011-12-26 | Fix for fdo43460 Part XIX getLength() to isEmpty() | Olivier Hallot | |
Part XIX Module formula and fpicker | |||
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák | |
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). | |||
2011-12-22 | make KDE4FilePicker::appendFilterGroup() simply use appendFilter() | Luboš Luňák | |
2011-12-14 | shrinked useless constants/defines | Takeshi Abe | |
2011-12-14 | catch exception by constant reference | Takeshi Abe | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from fpicker | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-07 | gtk: fix issue with built-in file/folder picker settings | Michael Meeks | |
2011-11-07 | gtk: move the file-picker into vcl/ and add Application:: factory hooks | Michael Meeks | |
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs | |||
2011-11-02 | more fpicker related gtk cleanup | Michael Meeks | |
2011-11-02 | cleanup gtk / gdk locking situation to use the SolarMutex instead | Michael Stahl | |
The SolarMutex is integrated with native gtk+ toolkit locking so this is semantically equivalent and rather less problematic. | |||
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | |
2011-10-25 | WaE: misc. windows related fixes | Michael Meeks | |
2011-10-24 | Undo basis/brand split: removed RPATH BRAND (same as OOO now). | Stephan Bergmann | |
2011-10-24 | Argument to setTitle cannot be const | Kristian Rietveld | |
2011-10-05 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | Use OUString::getStr() | Tor Lillqvist | |
2011-10-05 | Fix fpicker windows build | Fridrich Štrba | |
2011-09-29 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const ↵ | Stephan Bergmann | |
*() in Mac OS X only code. | |||
2011-09-29 | WaE: 'fileAttributesAtPath:traverseLink:' is deprecated | Tor Lillqvist | |
2011-09-29 | Add mode lines | Tor Lillqvist | |
2011-09-29 | WaE: class 'AquaFilePickerDelegate' does not implement the ↵ | Tor Lillqvist | |
'NSOpenSavePanelDelegate' protocol | |||
2011-09-29 | Avoid "jump to case label crosses initialization" errors with gcc 4.2.1 | Tor Lillqvist | |
Reduce scope of variables declared inside a switch statement. OK, so make those code snippets into blocks then, to reduce the scope of those variables. Workaround for weird errors as reported by gcc 4.2.1 in the 10.6 SDK: SalAquaPicker.cxx: In member function 'void SalAquaPicker::implInitialize()': SalAquaPicker.cxx:134: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults' SalAquaPicker.cxx:141: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults' | |||
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-09-15 | Rewrite a bit so that Windows dbgutils build does not shout | Fridrich Štrba | |