Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/coretext
/
vcl
1317fed
fix accidental virtual function overload
by Norbert Thiebaud
· 14 years ago
9e6564a
Initial basic support for CoreText. very partial and highly unstable
by Norbert Thiebaud
· 14 years ago
e2a9584
WaE with MAc SDK > 10.4
by Norbert Thiebaud
· 14 years ago
2dd6926
factorize what we can share for salgdi between CoreText and ATSUI
by Norbert Thiebaud
· 14 years ago
442ab3e
move ATSUI entangled-code into its specific sub-directory
by Norbert Thiebaud
· 14 years ago
84b3f7b
gbuild: get rid of realpath in gb_Foo_set_include
by Matúš Kukan
· 14 years ago
77ee92a
change vcl's SETTINGS_* #define's to const int
by Luboš Luňák
· 14 years ago
80b0a3a
fold i18npaper into i18nutil
by Caolán McNamara
· 14 years ago
68f7b7a
STATE_CHANGE_FORMAT is an unused state now
by Caolán McNamara
· 14 years ago
b43fe40
WaE: Fix cppcheck syntax error warning
by Philipp Weissenbacher
· 14 years ago
6220ed4
callcatcher: update list
by Caolán McNamara
· 14 years ago
6b1a102
make it easier to find leaks by dropping globals at exit
by Caolán McNamara
· 14 years ago
d99251c
leak in IMHandler::signalIMPreeditChanged early return
by Caolán McNamara
· 14 years ago
70143dc
fix leak: return value of pango_attr_list_get_iterator should be released
by Caolán McNamara
· 14 years ago
f9a4af41
silence SolarMutex not locked spew
by Caolán McNamara
· 14 years ago
0e7f815
nothing uses ImplAsyncStateChangedHdl anymore now
by Caolán McNamara
· 14 years ago
681c6b4
improve debugging message
by Caolán McNamara
· 14 years ago
a7f8276
last user of Window::PostStateChanged was TaskBar
by Caolán McNamara
· 14 years ago
7e3ebe3
Related: rhbz#799628 crash with chewing-IM with g3g
by Caolán McNamara
· 14 years ago
cecbf71
iterator are not ordered
by Norbert Thiebaud
· 14 years ago
159b508
Resolves: fdo#31306 some icons don't get grayed when disabled
by Caolán McNamara
· 14 years ago
330461f
iterator end should be tested with != not <
by Norbert Thiebaud
· 14 years ago
2ea4964
help GlyphItems vector to be sized correctly up-front
by Norbert Thiebaud
· 14 years ago
6bb68ca
GenericSalLayout: manage the collection of GlyphItem with a vector.
by Norbert Thiebaud
· 14 years ago
87618ea
Brutal dummy hacks based on "aqua" code just to get iOS stuff to link
by Tor Lillqvist
· 14 years ago
1cf3e44
gtk3: Avoid crash with some themes (unico based)
by Lucas Baudin
· 14 years ago
f6dcf28
Revert "Added 'Copy to Clipboard' button to error dialogs"
by Tor Lillqvist
· 14 years ago
945a286
IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994
by Tor Lillqvist
· 14 years ago
dfc9c72
Added 'Copy to Clipboard' button to error dialogs
by Szabolcs Dezsi
· 14 years ago
bd20522
New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
by Stephan Bergmann
· 14 years ago
6c3699b
I really only want to know if IsSymbolFont was toggled
by Caolán McNamara
· 14 years ago
3a08fd3
WaE: unused variable
by Tor Lillqvist
· 14 years ago
8c99b93
WaE: is abstract but has non-virtual destructor
by Tor Lillqvist
· 14 years ago
fa4a171
String types have changed in base class
by Tor Lillqvist
· 14 years ago
63f9ca8
WaE: class 'CGRect' was previously declared [in SDK headers] as a struct
by Tor Lillqvist
· 14 years ago
cb1f574
WaE: 'SalData' defined as a struct here but previously declared as a class
by Tor Lillqvist
· 14 years ago
8ffef2f
WaE: extra tokens at end of #endif directive
by Tor Lillqvist
· 14 years ago
ab29d94
Typo fps_kde4 -> vclplug_kde4
by Stephan Bergmann
· 14 years ago
8c9823d
we use mpFontData->IsSymbolFont() in our comparison to detect symbol fonts
by Caolán McNamara
· 14 years ago
b5af1c3
can use Zip for this
by David Tardon
· 14 years ago
f57cd61
SessionManagerClient is never instantiated
by Caolán McNamara
· 14 years ago
966981d
Actually there is no need to have if and elseif with same action.
by Tomas Chvatal
· 14 years ago
24f4cd9
Fix crash on exit using KDE interface
by Tomas Chvatal
· 14 years ago
15cf249
Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxx
by Christina Rossmanith
· 14 years ago
0039d23
move vcl session management to fancy new SAL_LOG tracing
by Bjoern Michaelsen
· 14 years ago
34d71c5
callcatcher: remove newly unused methods and update list
by Caolán McNamara
· 14 years ago
c581d33
there is no Sequence::isEmpty()
by Ivan Timofeev
· 14 years ago
a667f08
disable warnigns as errors for KDE3 code
by Luboš Luňák
· 14 years ago
9974eed
disable -Wshadow for KDE backends
by Luboš Luňák
· 14 years ago
5d1acca
Replace getLength() with isEmpty() where appropriate
by Chr. Rossmanith
· 14 years ago
b737e91
callcatcher: update unused list
by Caolán McNamara
· 14 years ago
0ef8e5c
WaE: some super-high debugging level warnings
by Caolán McNamara
· 14 years ago
ab07cf8
WaE: some super-high debugging level warnings
by Caolán McNamara
· 14 years ago
9ab611a
android: move DamageTracker concept into SvpSalFrame and try to use it
by Michael Meeks
· 14 years ago
b8f41e5
android: get basic 0-9, a-z keyinput working
by Michael Meeks
· 14 years ago
dd3f485
Unify indentation
by Tor Lillqvist
· 14 years ago
64de14a
My fix is nicer ;)
by Stephan Bergmann
· 14 years ago
825d31d
ensure ppd translation indexes are valid
by Caolán McNamara
· 14 years ago
331b377
make vcl ByteString free
by Caolán McNamara
· 14 years ago
d066f7e
vcl: crash in GraphiteLayout::expandOrCondense:
by Michael Stahl
· 14 years ago
f9ddb32
WaE: retain parameter names in the base class for documentation
by Michael Meeks
· 14 years ago
88def70
-Werror=unused-parameter
by Stephan Bergmann
· 14 years ago
f1cf3d1
vcl: fdo#46399 cleanup and share dummy virtual methods ...
by Greggory Hernandez
· 14 years ago
ef026f3
unusedcode.easy: remove some more
by Thomas Arnhold
· 14 years ago
178ce42
unusedcode.easy: vcl: remove DrawNativeControlText()
by Thomas Arnhold
· 14 years ago
936ebcf
EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)
by Josh Heidenreich
· 14 years ago
0f42e7c
WaE: duplicateBranch
by Thomas Arnhold
· 14 years ago
bc7b349
headless: more work in vcl
by Riccardo Magliocchetti
· 14 years ago
42eb8d3
unwrap ifdefs with unused members
by Caolán McNamara
· 14 years ago
4bb2645
ByteString->rtl::OString
by Caolán McNamara
· 14 years ago
e125c8f
Put HEADLESS definition under LIBO namespace
by Riccardo Magliocchetti
· 14 years ago
30869cd
vcl: TwoRect -> SalTwoRect
by Thomas Arnhold
· 14 years ago
f8a120b
headless: cleanup HEADLESS definition
by Riccardo Magliocchetti
· 14 years ago
ced95ab
vcl: simplify logic
by Thomas Arnhold
· 14 years ago
e7e4871
unusedcode.easy: some cleaning
by Thomas Arnhold
· 14 years ago
f4fbdf7
unusedcode.easy: Remove SwProtocol::Snapshot()
by Thomas Arnhold
· 14 years ago
3006397
Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
by Takeshi Abe
· 14 years ago
65a3ec9
Resoves fdo#42901 duplicated .pfb without duplicated .afm drops font
by Caolán McNamara
· 14 years ago
2e54f4f
vcl: dead code
by Thomas Arnhold
· 14 years ago
1a302e7
risk converting ByteString to rtl::OString for OSes I don't have
by Caolán McNamara
· 14 years ago
5cb7271
ByteString->rtl::OString
by Caolán McNamara
· 14 years ago
d30b4e9
Get rid of size() == 0
by Elton Chung
· 14 years ago
37159db
Remove unused code
by Petr Vorel
· 14 years ago
7e11694
pngread: remove some unused defines
by Thomas Arnhold
· 14 years ago
07cd0a8
WaE: unused variable rc
by Thomas Arnhold
· 14 years ago
d10470bf
WaE: unused variable err
by Thomas Arnhold
· 14 years ago
7bf5fa1
vcl: remove some more unused windows code
by Thomas Arnhold
· 14 years ago
39d219b
vcl: nFallbacklevel has no effect
by Thomas Arnhold
· 14 years ago
35244a5
WaE: fix build
by Michael Meeks
· 14 years ago
46506f8
fix build
by Ivan Timofeev
· 14 years ago
a88f9ad
Replaced 'if-elseif-else' chains with 'switches' where they seem natural
by Mariusz Dykierek
· 14 years ago
77946f3
vcl: bring ImplFindByLocale back (windows build)
by Thomas Arnhold
· 14 years ago
afdcc3c
Revert "vcl: bring ImplFindByLocale back (windows build)"
by Thomas Arnhold
· 14 years ago
f2601ba
remove some unused windows code
by Thomas Arnhold
· 14 years ago
04af526
vcl: bring ImplFindByLocale back (windows build)
by Thomas Arnhold
· 14 years ago
23af031
Fix typos in comments
by Elton Chung
· 14 years ago
78e9ba6
Remove unused code
by Elton Chung
· 14 years ago
019458b
partial revert of unused code removal, and add LINUX guards
by Michael Meeks
· 14 years ago
b4d4751
Removed unused code from vcl module
by Szabolcs Dezsi
· 14 years ago
69eede0
Remove unused code.
by Petr Vorel
· 14 years ago
Next »