Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-24 | update component factory methods to use new prefixes, to add lib merging | Matus Kukan | |
2011-06-24 | make svp / headless backend's headers more public | Michael Meeks | |
2011-06-24 | rtl::ByteString->rtl::OString | Caolán McNamara | |
2011-06-24 | rtl::ByteString->rtl::OString | Caolán McNamara | |
2011-06-23 | make sure we send resize event to fullscreen windows | Radek Doulik | |
- this fixes regression of i#86302 fix. it happens when screen is resized (by xrandr for example) and the fullscreen windows are not notified about their size change, because they don't have sizeable style set | |||
2011-06-23 | fix condition for compositing surface refresh | Radek Doulik | |
- fixes problems on slideshow window shrinking | |||
2011-06-23 | fix crash when changing screen resolution | Radek Doulik | |
- m_aXineramaScreenIndexMap in GtkSalDisplay was shadowing the same field in SalDisplay, which led to crash in saldisp.cxx code in SalDisplay::addXineramaScreenUnique | |||
2011-06-23 | Resolves: fdo#33509 Context menu in spellcheck in RTL UI closes too early | Caolán McNamara | |
2011-06-23 | remove unused forward declaration | Caolán McNamara | |
2011-06-23 | Remove unused SmartRel2Abs variant | Caolán McNamara | |
2011-06-23 | use OString::equalsL | Caolán McNamara | |
2011-06-23 | anonymous namespaces work fine now | Caolán McNamara | |
2011-06-23 | ditch other unused stream operators | Caolán McNamara | |
2011-06-23 | ditch unused stream operators | Caolán McNamara | |
2011-06-23 | remove parse ByteString variant | Caolán McNamara | |
2011-06-23 | this method is debugging only | Caolán McNamara | |
2011-06-23 | ByteString->rtl::OString | Caolán McNamara | |
2011-06-23 | ditch unused APPEVENT strings | Caolán McNamara | |
2011-06-23 | ditch unused inline methods | Caolán McNamara | |
2011-06-23 | Use the newly introduced sehandler.hxx (now in solenv/wntgcci/inc) | Tor Lillqvist | |
Where the OOo MinGW people get their __SEHandler from, no idea. | |||
2011-06-23 | Fix includes for MinGW cross-compilation | Tor Lillqvist | |
Don't use backslashes. Use correct case in header names. | |||
2011-06-22 | add comphelper as a depend if we use comphelper includes | Caolán McNamara | |
2011-06-22 | dewrap fontconfig and link directly, remove non-fontconfig paths | Caolán McNamara | |
2011-06-22 | Implement GetLastEntryInView for SvTreeListBox. | Luke Symes | |
This function matches up with GetFirstEntryInView, and will be useful in saving the scroll state of a SvTreeListBox, in particular the CustomAnimationList. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> | |||
2011-06-22 | Implement ScrollToAbsPos for listboxes. | Luke Symes | |
Scrolls the listbox so the given entry is the first visible entry. The existing MakeVisible is not good enough since it won't scroll down if the given entry is already visible. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> | |||
2011-06-22 | Set the listbox height to an integer multiple of the listbox entry height. | Luke Symes | |
This ensures that we don't get a half visible entry at the bottom of the view. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> | |||
2011-06-22 | Use the sweep flag to determine the drawing direction | Fridrich Štrba | |
The previous solution was giving somehow acceptable results in the majority of cases, but was pretty broken with corner cases where the arc is exactly half of the whole ellipse and where the large arc flag is largely irrelevant. If the sweep flag is equal to 0 drawing goes in the sense of decreasing angles. If it is set, drawing goes in the sense of increasing angles. | |||
2011-06-22 | Fix deliver | Fridrich Štrba | |
2011-06-22 | Teach LibreOffice proper svg:d support | Thorsten Behrens | |
2011-06-22 | make fontconfig non-optional on non-MacOSX unix | Caolán McNamara | |
2011-06-22 | fix build errors | Caolán McNamara | |
2011-06-22 | ByteString->osl::OString[Buffer] | Caolán McNamara | |
2011-06-22 | ditch old string | Caolán McNamara | |
2011-06-22 | simplify this now | Caolán McNamara | |
2011-06-22 | junk unused archaic pre-stl containers | Caolán McNamara | |
2011-06-22 | remove unused appendUSASCIIParameter methods | Caolán McNamara | |
2011-06-22 | take advantage of default arguments | Caolán McNamara | |
2011-06-22 | ditch some old-style strings | Caolán McNamara | |
2011-06-22 | use the new way of specifying UNO API includes | David Tardon | |
2011-06-22 | Fix MinGW compilation | Tor Lillqvist | |
2011-06-22 | Drop unnecessary UNX vs. Windows ifdef | Tor Lillqvist | |
The UNX code compiles fine both with MSVC and MinGW. In fact, the non-UNX code did not compile with a modern MinGW. | |||
2011-06-21 | Add (dummy) svsys.h file for Android | Tor Lillqvist | |
2011-06-21 | WaE: short-reads/writes | Caolán McNamara | |
2011-06-21 | Use "Unix-style" (import) library names for MinGW, to match libs.mk | Tor Lillqvist | |
2011-06-21 | Don't use backslashes in #include, eek | Tor Lillqvist | |
2011-06-21 | convert string | Caolán McNamara | |
2011-06-21 | convert string | Caolán McNamara | |
2011-06-21 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-06-21 | Do depend on rsc always, we include rscsfx.hxx delivered from there | Tor Lillqvist | |
2011-06-21 | Mark l10ntools for DESKTOP builds only | Tor Lillqvist | |