summaryrefslogtreecommitdiffstats
path: root/vcl/source
Commit message (Expand)AuthorAgeFilesLines
* Fix pUnicodes unusedJulien Nabet2013-01-191-3/+0
* sal_Bool to boolTakeshi Abe2013-01-191-2/+2
* Fix duplicate ifJulien Nabet2013-01-171-3/+1
* Personas: Fix fdo#59208 - get rid of artifacts when we run out of bitmap.Jan Holesovsky2013-01-172-0/+3
* Personas: Clear the BitmapEx first, so that we can switch off Personas.Jan Holesovsky2013-01-171-8/+9
* Personas: Fix fdo#59230 - make Personas fully work in non-NWF case too.Jan Holesovsky2013-01-172-2/+7
* Personas: Fix one more potential crash.Jan Holesovsky2013-01-171-6/+7
* callcatcher: remove newly unused codeCaolán McNamara2013-01-171-23/+0
* fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2013-01-152-31/+17
* we only ever want the preferred window size from GetOptimalSizeCaolán McNamara2013-01-1418-147/+62
* merge the 'holy default' default window sizes to a single placeCaolán McNamara2013-01-141-1/+25
* split confused ImplInitDigitMode method into seperate functionsCaolán McNamara2013-01-141-1/+1
* callcatcher: update and remove newly unused codeCaolán McNamara2013-01-132-12/+0
* default spinbuttons to left alignCaolán McNamara2013-01-121-1/+1
* Still trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267Chr. Rossmanith2013-01-121-2/+2
* Further trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267Chr. Rossmanith2013-01-121-24/+24
* Try to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267Chr. Rossmanith2013-01-121-26/+26
* RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/[source,null]Chr. Rossmanith2013-01-1210-82/+81
* RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/windowChr. Rossmanith2013-01-127-76/+70
* RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith2013-01-1215-163/+162
* RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith2013-01-129-54/+50
* we don't need to cast hereMarkus Mohrhard2013-01-121-1/+1
* fix crash with new personas when notifying windowsMarkus Mohrhard2013-01-121-1/+5
* create VclSizeGroup analog of GtkSizeGroupCaolán McNamara2013-01-114-32/+254
* split out the ComboBox code that determines the positioning of subwidgetsCaolán McNamara2013-01-111-45/+62
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-115-12/+11
* No "core dumps" on Windows, and not on iOS or Android eitherTor Lillqvist2013-01-111-0/+6
* export cleaned up dotted version in environment and GtkWindow user-data.Michael Meeks2013-01-101-0/+4
* Show takes a sal_Bool, 0x2000 gets truncated to 0, instead of trueCaolán McNamara2013-01-101-2/+2
* split scrolling support for internal/external scrolling supportCaolán McNamara2013-01-101-29/+44
* add a stock apply button text and map to gtk-applyCaolán McNamara2013-01-102-0/+7
* implement a VclEventBox akin to GtkEventBox and mapCaolán McNamara2013-01-092-1/+52
* allow menu items to be enabled by nameCaolán McNamara2013-01-092-0/+18
* add a CloseButton to vcl for convenienceCaolán McNamara2013-01-092-0/+9
* Personas: As Michael suggested, use BitmapEx instead of BitmapEx*.Jan Holesovsky2013-01-093-33/+25
* fix api change in MenuNorbert Thiebaud2013-01-081-1/+1
* allow menu items to be referred to by a nameCaolán McNamara2013-01-072-30/+48
* default .ui ListBoxes to simple selection modeCaolán McNamara2013-01-071-2/+2
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-073-0/+3
* Change public variables of class ImplFontAttributes to private.navin2013-01-073-112/+111
* Avoid duplicates not just for iOS but DISABLE_DYNLOADING in generalTor Lillqvist2013-01-061-4/+5
* WaE: defined but not used in the DISABLE_EXPORT caseTor Lillqvist2013-01-051-0/+4
* Personas: Broadcast the information that the Persona has changed.Jan Holesovsky2013-01-041-0/+1
* Fix build on linux.Jan Holesovsky2013-01-042-4/+4
* Personas: Fix copy constructor + always reference the Application settingsJan Holesovsky2013-01-043-8/+8
* Kill workaround of i#75264 - it breaks drawing of a perfectly fine bitmap.Jan Holesovsky2013-01-041-65/+0
* Personas: Make the Persona working in the top docking area too.Jan Holesovsky2013-01-041-2/+26
* Personas: Make the Persona in the menubar working.Jan Holesovsky2013-01-041-17/+44
* Fix base location of the bitmap Wallpaper computation.Jan Holesovsky2013-01-041-2/+2
* Personas: Read the bitmaps in StyleSettings.Jan Holesovsky2013-01-041-3/+107