summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-04-30fdo#62815 - tolerate crazy / out-of-bound ScreenNumbers for FullScreenMichael Meeks2-0/+23
2013-04-26fdo#59259: Suppress the expensive parts when we are only writing to metafile.Jan Holesovsky1-0/+3
2013-04-11Resolves: fdo#62287 avoid a crash on OSX on reusing a dead AquaSalFrameCaolán McNamara1-2/+16
2013-04-04fdo#58807 bring Beep() for basic backThomas Arnhold17-3/+130
2013-04-03Resolves: fdo#61241 background style dialog too smallCaolán McNamara2-2/+3
2013-03-28fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks1-36/+10
2013-03-16Fix buildFridrich Štrba1-0/+1
2013-03-15Related: rhbz#906137 g_module_symbol returned nothingCaolán McNamara1-6/+2
2013-03-15Resolves: rhbz#906137 slide show inverts outputsCaolán McNamara1-4/+4
2013-03-02Resolves: fdo#61656 use order and orientation combobox select pos as indexCaolán McNamara1-9/+3
2013-02-26Don't abort when myPoints is emptyLionel Elie Mamane1-1/+2
2013-02-25n#780748: Basic EMF+ implementation.Muthu Subramanian2-1/+215
2013-02-25fdo#59405 fdo#60638: EMFWriter::ImplWrite: write EMF_PLUS "comments"Michael Stahl1-1/+14
2013-02-25Resolves: fdo#60764 sort options can grow too wide to fit on screenCaolán McNamara7-1/+60
2013-02-25Resolves: rhbz#895196 sc filter float a11y parent of itself loop/recurseCaolán McNamara3-3/+18
2013-02-25perf: avoid scaling images to the same size at some cost.Michael Meeks1-1/+3
2013-02-21Related: fdo#60920 various efforts to consistently apply HIG rulesCaolán McNamara1-50/+53
2013-02-16Resolves: rhbz#910176 cannot select directory with gnome folder pickerCaolán McNamara1-2/+11
2013-02-11resolve fdo#60450 - Printer list is missing its border in Print dialogCaolán McNamara2-14/+21
2013-02-06implement spread button layoutCaolán McNamara2-54/+155
2013-02-03fdo#54629 MultiSalLayout::GetBoundRect always uses level 0 fallback fontCaolán McNamara2-27/+0
2013-01-30fdo#44582 fixing horizontal scroll bar in sub windowsAbdulaziz A Alayed1-1/+6
2013-01-29Do not call putenv with a temporary string argumentStephan Bergmann1-10/+6
2013-01-25Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to llCaolán McNamara1-0/+1
2013-01-23Fix fdo#59616 - ensure BitmapEx has same-sized subbitmapsThorsten Behrens1-0/+18
2013-01-22Translate keyboard shortcuts also for LinuxMartin Srebotnjak1-0/+36
2013-01-21Add Asturian, Slovenian, and Spanish translations of keymanes for WindowsPetr Mladek1-0/+60
2013-01-17Personas: Clear the BitmapEx first, so that we can switch off Personas.Jan Holesovsky2-10/+11
2013-01-17Personas: Fix fdo#59230 - make Personas fully work in non-NWF case too.Jan Holesovsky2-2/+7
2013-01-17Personas: Fix one more potential crash.Jan Holesovsky1-6/+7
2013-01-17Personas: Fix fdo#59208 - get rid of artifacts when we run out of bitmap.Jan Holesovsky2-0/+3
2013-01-16fdo#54165: Add key replacement names for Estonian (Patch by: Mihkel Tõnnov)Jesús Corrius1-0/+12
2013-01-14Resolves: fdo#58324 keep both halves of surrogate pairs if glyph isn't foundCaolán McNamara1-2/+12
2013-01-14export cleaned up dotted version in environment and GtkWindow user-data.Michael Meeks4-5/+14
2013-01-14fix crash with new personas when notifying windowsMarkus Mohrhard1-1/+5
2013-01-14split out the ComboBox code that determines the positioning of subwidgetsCaolán McNamara2-45/+73
2013-01-11Personas: As Michael suggested, use BitmapEx instead of BitmapEx*.Jan Holesovsky4-38/+30
2013-01-11Resolves: fdo#58301 make sure ScrollBar OptimalSize is up to dateCaolán McNamara2-3/+11
2013-01-10Resolves: fdo#59131 resolve default backend on printer->setupCaolán McNamara3-2/+10
2013-01-08Personas: Broadcast the information that the Persona has changed.Jan Holesovsky1-0/+1
2013-01-08Fix build on linux.Jan Holesovsky2-4/+4
2013-01-08Personas: Fix copy constructor + always reference the Application settingsJan Holesovsky3-8/+8
2013-01-08Kill workaround of i#75264 - it breaks drawing of a perfectly fine bitmap.Jan Holesovsky1-65/+0
2013-01-08Personas: Make the Persona working in the top docking area too.Jan Holesovsky1-2/+26
2013-01-08Personas: Make the Persona in the menubar working.Jan Holesovsky2-18/+45
2013-01-08Fix base location of the bitmap Wallpaper computation.Jan Holesovsky1-2/+2
2013-01-08Personas: Read the bitmaps in StyleSettings.Jan Holesovsky2-3/+116
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky19-280/+243
2013-01-08Move GraphicFilter class to vcl.Jan Holesovsky105-0/+24212
2013-01-08fdo#54165: Allow localized shortcut names on WindowsJesús4-13/+145