summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-05spelling: attachement -> attachmentNoel Grandin
Change-Id: I1bb1ad04adec864b594d96711f85b8fcdc1d1ef2
2015-01-05fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson
A few states have been added in the IA2 integration. These need to be handled somehow on linux as well. At the moment they all get the state INVALID. Let's add the state DEFAULT that already have a equivalent. The state MOVEABLE is causing the issues in paragraphs of LibreOffice Writer. The state is not invalid so let's avoid reporting it at all. There must be a cleaner way of doing this however. Change-Id: I859439f92fe19f5050195383f43fa4af787b249e Reviewed-on: https://gerrit.libreoffice.org/13727 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05java: these fields can become local variablesNoel Grandin
found by PMD Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf
2015-01-05Need <boost/functional/hash.hpp> for boost::hashTor Lillqvist
Change-Id: I64915b6a1dde7c0c518334b8d90bce70844d0fbe
2015-01-04check size before looking into the stringMarkus Mohrhard
Found by Asan. e.g moz233272-2.xpm Change-Id: Ic563db41dbd4ce7250492e99f3e48a203cfdcf00 Reviewed-on: https://gerrit.libreoffice.org/13686 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I00dabf3307734e319a8187df111e1065ea383524
2015-01-04vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I27ac26250c1994e6254b2e662559ce5782b29a73
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
Change-Id: I6ca0e477a4429e762c48c721951b9876db3a5c6c
2015-02-03Typo: calulate->calculateJulien Nabet
Change-Id: I33866a177eded1e96860cb07b16b753385b88319
2015-01-04Draw a rect in the uncovered region of the native scrollbarTomaž Vajngerl
When the requested region is larger than the native scrollbar the uncovered regions need to be drawn with a background color to avoid artifacts. This situation can happen when the TabBar is inline with scrollbar when the width of the TabBar is greater than the width of the scrollbar. Inline TabBar support is added in a later commit. Change-Id: I70cb2e5bfd8d79401f77bbe55abe596adc160194
2015-01-02Fix simple typos.Andrea Gelmini
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599 Reviewed-on: https://gerrit.libreoffice.org/13719 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara
Change-Id: Id80f524bd8f1ac19d99e3cb6edb8c7f0ba4ab586
2015-01-02missing headerCaolán McNamara
Change-Id: I65487e6a96a730b95c873613df6f33df27ceaf80
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl
Change-Id: I132c046323e1c7805fc7ead6f247732c1843eb24
2015-01-01get rid of obsolete code for 32-bit targetsDouglas Mencken
fixes vcl/osx/a11ywrapper.mm:1037: error: ambiguous overload for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'CGPoint') Change-Id: Iabf9a1e795c9fe89ff5d6ff379aa6a18dd7dbf65
2014-12-31drop dateformatter resource loadingCaolán McNamara
Change-Id: Ie94c7502b0a82ca406b8d76e18def7bab8233a00
2014-12-31drop timeformatter resource loadingCaolán McNamara
Change-Id: I11de468ab65aa4dec761fbcc1e9416528c332dd5
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
2014-12-31add some warnings to non-implemented featuresMarkus Mohrhard
Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b
2014-12-31prefer ptr_container to manual memory managementMarkus Mohrhard
Change-Id: I11326c2873aad5116fd70bfa31eb94e93fef3f40
2014-12-30DockingWindow will need a timer after allCaolán McNamara
to update layout after initial show when contents change Change-Id: I8edbe84fa366cdb04dbfe5e479dc01cbf04dbf4c
2014-12-28callcatcher: update unused codeCaolán McNamara
Change-Id: Idb5df3a8dd89d56ae1b70b05d5c6baf01e27b569
2014-12-26Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl
Change-Id: Id697b3b799c7437d937de6534edf88083e5c4dfd
2014-12-26Scale menu icons by a HiDPI scaling factorTomaž Vajngerl
Change-Id: I358794f86d541d2b49a8281a7224e5c6c29066d9
2014-12-23vcl: fdo#87510 regression in GetFontMetricChris Sherlock
Unfortunately when I refactored the code some time ago in commit 588bb542bebd I forgot to remove the original assignment to mnExtLeading. This fixes this issue. Change-Id: I9ef514c1a28ec72747fed865a47c41a1193ce1b9 Reviewed-on: https://gerrit.libreoffice.org/13627 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-12-22coverity#1260295 Wrong operator usedCaolán McNamara
Change-Id: I0addad51e880de333a455573f0e4c6a35f5dedd3
2014-12-22Resolves: fdo#85875 MultiLineEdit like Edit should not forward mouse-[down|up]Caolán McNamara
Change-Id: Ia2aa69461effe0099ca9208eb0eb8aec9548de08
2014-12-22callcatcher: update unused codeCaolán McNamara
Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119
2014-12-22-Werror,-WshadowStephan Bergmann
Change-Id: I0e9ff9efd685f17e45ada29fc2bd6134229b28c7
2014-12-20TyposJulien Nabet
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara
Change-Id: Ic2175faf247d7c05717d397b8afdb9d90087f1d3
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky
So consolidate their filling-in at one place, after we are sure we have the pCurrentChild created (whatever way). Change-Id: Ia98a927e1158041836b173e1c2f9529d70295855
2014-12-19Resolves: fdo#86552 undo want to take ownership of nodes, but can'tCaolán McNamara
Revert "fdo#75757 remove inheritance from std::vector" This reverts commit 63d8977f9fb0618d36dc8e0ee2f8068b1af92fe6. Change-Id: Idc9902a77ee2c1cb21b9e3b477b2d960772a022e
2014-12-19java: static fields that should not be staticNoel Grandin
Found by FindBugs. Change-Id: I223841f7bb8c515c9612322abc0b13e134385abd
2014-12-18Fix MSVC buildStephan Bergmann
Change-Id: I14f9b8e7b7e2cdcbdc60de17471b1a3a381d83f0
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I899164412ad90653b4228423283f9fbd4cb5fccc
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I169624820cd7d25eab18a6b90482e075ebfebcc6
2014-12-18Resolves: rhbz#1175142 nStarts ends up as an invalid -1Caolán McNamara
Change-Id: Ic67c5562d0e9936cd6a524ecd4f798aaf885a6e8
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist
No need for redundancy. Change-Id: Ia68d2e57af33cdca90246de54cdff656ea6c3942
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I010146e9b7181d0cc704a26ae1d373794cf6facb
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist
This reverts commit 3e5371aba3eb29efb9574881212cba0975c168d7. Change-Id: I9e02a3d72f66a1eabb1f25d95417c855459556cc
2014-12-18draw also opengl polygon with AA edges if AA is wantedLuboš Luňák
Especially given that lines are sometimes actually drawn using polygons. Change-Id: I429a24faff94f8b9accc20bdee3ff66f47669bde
2014-12-18Small tweaks to printing UIAdolfo Jayme Barrientos
Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0 Reviewed-on: https://gerrit.libreoffice.org/12492 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard
Change-Id: I931a4b618f35188e4e0cca07305ff15bbbacc20a
2014-12-17make use of the new ForceOpenGL config variableMarkus Mohrhard
Change-Id: Ifdfcbd9d3d62d2a55e3e050d4723700f8436e57a
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara
start docked, move to undocked start undocked, move to dock, back to undocked start undocked, with and without size saved in settings and restored Change-Id: I0bfdceb11aabdf9fdb855b97433b2af0532e4d03
2014-12-17silence parent-less warning for temp images from builderCaolán McNamara
Change-Id: I3efcac58f7a6629ae2615e29ea564e583414479c