Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-09-15 | We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source files | Tor Lillqvist | |
It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered. | |||
2011-09-12 | Drop Win9x code | Tor Lillqvist | |
2011-09-12 | deletion of unneded variable in fpicker, previewadapter.cxx | Pierre-André Jacquod | |
2011-08-29 | More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC builds | Tor Lillqvist | |
2011-08-24 | fpicker depends on ucb thanks to the ODMA headers. | Jan Holesovsky | |
2011-08-23 | Avoid compilation error in dbgutil (_DEBUG) MSVC build | Tor Lillqvist | |
Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging ordering predicates, which cause compilation errors thanks to the way we use std::equal_range(). In this case it seemed fairly hairy to fix that, so... | |||
2011-08-17 | cppcheck: possibly efficient checking for emptiness | Takeshi Abe | |
2011-07-20 | More header name case fixes for MinGW cross-compilation | Tor Lillqvist | |
2011-07-20 | Use delay loading only with MSC | Tor Lillqvist | |
2011-07-20 | Fix MSVC warnings and errors, fallout from previous commit | Tor Lillqvist | |
2011-07-20 | MinGW fixes | Tor Lillqvist | |
Unfortunately IFileDialog is missing from both mingw-w64 and Wine headers, so we can't build the specialized file picker for Vista or newer with MinGW. That sucks. Also fix some file name case and backslash botches in #include statements. | |||
2011-07-20 | Fix some MinGW warnings and errors | Tor Lillqvist | |
2011-07-20 | The file is Fps.rc, not fps.rc | Tor Lillqvist | |
2011-07-20 | Drop Win9x dialogs and make compatible with windres | Tor Lillqvist | |
2011-07-20 | Drop Win9x stuff | Tor Lillqvist | |
2011-07-20 | Fix MinGW compilation errors | Tor Lillqvist | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-06-22 | adapt for new api | Caolán McNamara | |
2011-06-20 | ByteString -> rtl::OStringBuffer | Caolán McNamara | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-06 | Sanity test, seems to fix fdo#37930 | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx | |||
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-05-12 | do not leak memory | David Tardon | |
2011-05-12 | use rtl::OUString | David Tardon | |