summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Collapse)Author
2011-08-23recreated tag libreoffice-3.3.3.1 which had these commits:Bjoern Michaelsen
commit f4e5c3d6e530c85d1d9be70f2f3b4f5b35d6db80 (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue May 31 17:39:07 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) commit a7febbdcdc9fd4a80e8357f3812456fc3fa0f39f Author: Radek Doulik <rodo@novell.com> Date: Thu Mar 10 15:47:35 2011 +0100 fix for 3.3.2 blocker fdo#34718 - change the type of nDrawerHeight to long - before it became big positive long in the called Point::Move function, moving the drawer under the visible area. so it was basically signed/unsigned problem in the layouter svtools/source/toolpanel/drawerlayouter.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Notes: split repo tag: libs-gui_libreoffice-3.3.3.1
2010-10-28add modelines to .h and .c files as wellCaolán McNamara
2010-10-27Add character count exclusive of whitespace to document statistics part 2Mattias Johnsson
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud
2010-10-25fix missing vos::Guard creeping back-up after rebaseNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-20WaE unused parameterCaolán McNamara
2010-10-20remove unused methodCaolán McNamara
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-18WaE, silence warningCaolán McNamara
2010-10-18remove dupsCaolán McNamara
2010-10-18add matching undefsCaolán McNamara
2010-10-18same ifdef inside itselfCaolán McNamara
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken
2010-10-15fix fdo#30856 remove VBAForm property and associated geometry hackNoel Power
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
Conflicts: unotools/source/config/fltrcfg.cxx
2010-10-07Remove redundant #include directives & commentsJ. Graeme Lingard
2010-10-06Merge commit 'ooo/OOO330_m9'Luboš Luňák
Conflicts: toolkit/source/awt/vclxwindow.cxx
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05include rtl/ustring.hxx instead of non-existing rtl/OUString.hxxPetr Mladek
the wrong include file was newer included because of include guards
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05refactor several SolarMutex releaser classes into oneLuboš Luňák
2010-10-04harmonized BOOL vs sal_Bool usageNorbert Thiebaud
2010-09-03dba33i: #163542# VCLXWindow::OnProcessCallbacks: process window events while ↵Frank Schoenheit [fs]
attempting to re-acquire the solar mutex - this prevents deadlocks with other threads trying to SendMessage into the main thread
2010-09-03CWS-TOOLING: integrate CWS fs33aKurt Zenker
Notes: split repo tag: libs-gui_ooo/OOO330_m7
2010-08-30dba33h: merge after pulling OOO330.m6Frank Schoenheit [fs]
2010-08-23fs33a: expose the WB_HIDESELECTION but of the tree control at its UNO APIFrank Schoenheit [fs]
2010-08-10merging in latest changes from OOO330(m3)Frank Schoenheit [fs]
2010-08-04mib18: #163185# avoid crash when document is closed and a modal dialog is activeMikhail Voytenko
2010-07-21CWS-TOOLING: integrate CWS unoawt2Jens-Heiner Rechtien
2010-07-01unoawt2: do not inline methods of exported classesOcke Janssen [oj]
2010-07-01unoawt2: add XItemList to combobox as well, the sma eas for listboxOcke Janssen [oj]
2010-06-28unoawt2: add missing TOOLKIT_DLLPUBLIC to access classesOcke Janssen [oj]
2010-06-25unoawt2: #i10000# removed unused local variableFrank Schoenheit [fs]
2010-06-25unoawt2: #i112684# let UNO Controls implement the (newly introduced) ↵Frank Schoenheit [fs]
XStyleSettingsSupplier, giving access to their style, in particular, to the HC flag
2010-06-25unoawt2: #i112683 localize string listOcke Janssen [oj]
2010-06-22CWS-TOOLING: integrate CWS mib16obo
2010-06-21mib16: rebase to m83Daniel Rentz
2010-06-21CWS-TOOLING: integrate CWS gridcontrol04obo
2010-06-21unoawt2: derive the RoadmapControlModel from the GraphicControlModel base ↵Frank Schoenheit [fs]
class, benefiting from that classes new image handling this way
2010-06-18unoawt2: get rid of the ImageConsumer class - it has no clients anymoreFrank Schoenheit [fs]
2010-06-18unoawt2: get rid of the ImageConsumer/Producer connection between ↵Frank Schoenheit [fs]
image-rendering controls and their models - this channel doesn't correctly transport transparency. The connection via the 'Graphic' property works absolutely fine here.
2010-06-18unoawt2: don't assume URLs such as private:standardimage/... are relativeFrank Schoenheit [fs]
2010-06-17Automated merge with http://hg.services.openoffice.org/DEV300Frank Schoenheit [fs]