Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract57
/
accessibility
fc61dbd
fix a11y crash seen in save-as-template
by Caolán McNamara
· 11 years ago
8aac888
Some missing SolarMutexGuard around VclPtr acquire/release
by Stephan Bergmann
· 11 years ago
5b1337f
tdf#62475: partial handmade fixes
by Andrea Gelmini
· 11 years ago
d93915b
conver MENU_FLAG_ constants to scoped enum
by Noel Grandin
· 11 years ago
21773f6
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
3ead3ad
Gradually typed Link
by Stephan Bergmann
· 11 years ago
d883c12
Get rid of the initial :: for the vcl namespace
by Tor Lillqvist
· 11 years ago
83ed85e
some build fixes
by Caolán McNamara
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
fc205e4
More loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
2f6497b
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
38143e4
convert TREEBOX_ALLITEM constants to scoped enum
by Noel Grandin
· 11 years ago
8d3eefd
convert TREEFLAG_ constants to scoped enum
by Noel Grandin
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
373a9b9
loplugin:redundantcast: redundant const_cast followed by implicit upcast
by Stephan Bergmann
· 11 years ago
26ec80f
loplugin:staticmethods
by Noel Grandin
· 11 years ago
746b518
More misc. cleanup.
by Michael Meeks
· 11 years ago
e35bc27
vclwidget: make sure we have an explicit destructor
by Noel Grandin
· 11 years ago
de6b914
accessibility: cleanup for updated toolkit API.
by Michael Meeks
· 11 years ago
1c4025b
vclwidget: change all vcl::window fields to be wrapped in VclPtr
by Noel Grandin
· 11 years ago
14505bb
loplugin:staticmethods
by Noel Grandin
· 11 years ago
74e673b
Resolves: tdf#82998 no object:active descendant changed emitted
by Caolán McNamara
· 11 years ago
da907c7
Related: tdf#82998 rearrange, no logic change
by Caolán McNamara
· 11 years ago
835fcfa
Related: tdf#82998 assume VALUE_CHANGED makes sense only for windows
by Caolán McNamara
· 11 years ago
ccaeafa
Related: tdf#82998 don't emit an Indeterminate state change for boxes
by Caolán McNamara
· 11 years ago
9e13404
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
33de587
tdf#88230: cleanup solar mutex yielding
by Pranav Kant
· 11 years ago
fb14be5
create new 'enum class' SotClipboardFormatId to unify types
by Noel Grandin
· 11 years ago
5a308b1
V801: Decreased performance
by Caolán McNamara
· 11 years ago
1129248
Avoid unnecessary bad downcasts to ToolBox
by Stephan Bergmann
· 11 years ago
e8064be
Typo: aditional->additional
by Julien Nabet
· 11 years ago
a1ceacc
boost::foo_ptr->std::foo_ptr
by Caolán McNamara
· 11 years ago
23505ff
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
52c2111
callcatcher: remove some unused methods
by Caolán McNamara
· 11 years ago
3095743
callcatcher: large newly detected unused methods post de-virtualization
by Caolán McNamara
· 11 years ago
9b7b177
tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updated
by Niklas Johansson
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
d22a270
Accessibility: Expose keyboard short-cuts of menu entries
by Niklas Johansson
· 11 years ago
bae855e
fdo#84938: replace BUTTONTYPE_ constants with 'enum class'
by Noel Grandin
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
7f476fe
boost::unordered_map -> c++11 std::unordered_map
by Caolán McNamara
· 11 years ago
3338f47
reduce scope of local variables
by Michael Weghorn
· 11 years ago
ef8e382
fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator
by Maxim Monastirsky
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
3c58f07
fdo#84938: replace TOOLBOXITEM_ constants with enum
by Noel Grandin
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
a7542d3
fdo#84938: replace MIB_ constants with enum
by Noel Grandin
· 11 years ago
035fe8a
fdo#84938: replace MENUITEM constants with enum
by Noel Grandin
· 11 years ago
67c9d05
fdo#84938: replace TIB_ constants with enum
by Noel Grandin
· 11 years ago
06562c6
convert SV_BMP_ constants to enum
by Noel Grandin
· 11 years ago
ad9498f
More -Werror,-Wunused-private-field
by Stephan Bergmann
· 11 years ago
e52758f
coverity#1242517 Arguments in wrong order (gold ?)
by Caolán McNamara
· 12 years ago
a0bd9fd
coverity#1242449 Identical code for different branches
by Caolán McNamara
· 12 years ago
6edb52e
loplugin: cstylecast
by Noel Grandin
· 12 years ago
7561a0f
loplugin: cstylecast
by Noel Grandin
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
60e78fb
fdo#82577: Handle Font
by Noel Grandin
· 12 years ago
b0bac59
accessibility: sal_False/True -> false/true
by Stephan Bergmann
· 12 years ago
69ac0fa
toolkit: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
5bce329
SfxHint: convert home-grown RTTI to normal C++ RTTI
by Noel Grandin
· 12 years ago
30ae83c
fdo#82577: Handle KeyCode
by Tor Lillqvist
· 12 years ago
59e8f81
coverity#1132662 Dereference after null check
by Caolán McNamara
· 12 years ago
482f979
use SimpleReferenceObject in svtools module
by Noel Grandin
· 12 years ago
ea91310
use SimpleReferenceObject in accessibility
by Noel Grandin
· 12 years ago
c6ff610
Notify screen readers when selection changes in listboxes
by Niklas Johansson
· 12 years ago
cfdc2cf
fix some more indent and strip ::rtl::
by Caolán McNamara
· 12 years ago
192e087
Related: #i124856# guard against crash
by Jürgen Schmidt
· 12 years ago
0f1d7251
fix some mangled indentation
by Caolán McNamara
· 12 years ago
e627641
hmm, that's not right
by Caolán McNamara
· 12 years ago
3258c4f
Dropdown combo-/listboxes should support accessible action togglePopup
by Niklas Johansson
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
9b25820
fdo#74681: quick help may be used as accessible text
by Jacobo Aragunde Pérez
· 12 years ago
c2d4743
loplugin:staticcall
by Stephan Bergmann
· 12 years ago
2da7ce3
-Werror,-Wundefined-bool-conversion
by Stephan Bergmann
· 12 years ago
0e507ae
various: remove SAL_THROW macro
by Noel Grandin
· 12 years ago
5e62d30
update_pch
by Thomas Arnhold
· 12 years ago
92b4478
css already means ::com::sun::star
by Thomas Arnhold
· 12 years ago
b09b5f8
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19
by Julien Nabet
· 12 years ago
4f6e343
fix-includes.pl: accessibility
by Thomas Arnhold
· 12 years ago
3db8d60
hrc and src files: squeeze multiple newlines
by Thomas Arnhold
· 12 years ago
f5dae84
fix cut and paste into macro editor crash
by Caolán McNamara
· 12 years ago
569ff67
update_pch: add a bunch of pch files
by Thomas Arnhold
· 12 years ago
4f9b212
simplify ternary conditions "xxx ? yyy : false"
by Noel Grandin
· 12 years ago
0a1d822
Many spelling fixes: directories a* - g*.
by Pedro Giffuni
· 12 years ago
c98eef7
fixincludeguards.sh: accessibility
by Thomas Arnhold
· 12 years ago
a7ee831
non-desktop: Avoid accessibility.
by Jan Holesovsky
· 12 years ago
ba41988
accessibility: Move AccessibleFactory to anonymous namespace.
by Jan Holesovsky
· 12 years ago
1d93b5d
No need for the extra levels here.
by Jan Holesovsky
· 12 years ago
af047fc
accessibility: sal_Bool->bool
by Noel Grandin
· 12 years ago
bb667fc
typo: arround -> around
by Thomas Arnhold
· 12 years ago
2805ac1
typo: choosen -> chosen
by Thomas Arnhold
· 12 years ago
cc13522
typo: accesible -> accessible
by Thomas Arnhold
· 12 years ago
6835d9f
It's "its", not "it's"
by Tor Lillqvist
· 12 years ago
3fd2c49
Remove unused functions
by Stephan Bergmann
· 12 years ago
453ee35
fdo#43157 : clean up more OSL_POSTCOND
by Michaël Lefèvre
· 12 years ago
618dc92
Remove unused functions
by Stephan Bergmann
· 12 years ago
5babf1b
remove unnecessary scope qualifier from sal_Bool uses
by Noel Grandin
· 12 years ago
362d4f0
Explicitly mark overriding destructors as "virtual"
by Stephan Bergmann
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
436cd90
svtools: sal_Bool->bool
by Noel Grandin
· 12 years ago
Next »