summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-08-30move layout from dialog to systemwindowCaolán McNamara4-134/+178
2014-08-29ignore aggressive Nvidia GLSL compiler error messagesMarkus Mohrhard1-0/+5
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás1-2/+2
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás1-7/+5
2014-08-29Upgrade libgltf to 0.0.1Zolnai Tamás1-0/+6
2014-08-27callcatcher: update unused codeCaolán McNamara1-24/+0
2014-08-27m_aDevice may be nullCaolán McNamara1-0/+3
2014-08-26my 'Cleanvertising ' font has a space at its endCaolán McNamara1-1/+1
2014-08-26FixedHyperlink no longer loaded from resource filesCaolán McNamara1-7/+0
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara1-12/+0
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara1-7/+0
2014-08-26bnc#719994: Fix the duotone filter to actually produce duotoneTor Lillqvist1-3/+4
2014-08-26name offending dialogCaolán McNamara1-1/+1
2014-08-26fix nasty memory leak on shutdownMarkus Mohrhard2-2/+10
2014-08-25connect gtk-yes and gtk-no upCaolán McNamara1-0/+4
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara1-28/+0
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara1-6/+0
2014-08-25convert SV_EDIT_WARNING_BOX to MessageDialog + stringCaolán McNamara3-5/+5
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara1-6/+0
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-25set names on some UNIX-only threadsMichael Stahl4-0/+7
2014-08-25fdo#62054 Enable "Select All", "Undo" and "Redo" in "Save as..." on OS XMatthew J. Francis1-0/+18
2014-08-24vcl::KeyCode fixesTor Lillqvist1-4/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist44-136/+136
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist14-67/+64
2014-08-22WaE: unused parameterMatúš Kukan1-0/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2-4/+0
2014-08-22fdo#79761 - avoid re-canonicalising each font name on clone repeatedly.Michael Meeks1-1/+10
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks3-47/+24
2014-08-22vcl: factor out font name lookup for future re-use.Michael Meeks2-10/+19
2014-08-22vcl: convert a couple of macros to static functionsNoel Grandin1-23/+22
2014-08-22WaE: Unreferenced function declarationsTor Lillqvist1-6/+0
2014-08-22remove special casing for default theme in vclBjoern Michaelsen2-30/+1
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin8-22/+24
2014-08-20Infoboxen are no longer loaded from resource filesCaolán McNamara1-6/+0
2014-08-20ErrorBoxen are no longer loaded from resource filesCaolán McNamara1-6/+0
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara1-12/+0
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin19-40/+43
2014-08-20add a VclViewportCaolán McNamara2-7/+28
2014-08-19only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-19facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-08-19use SolarMutex instead of a custom GdkThreadLockDavid Tardon3-16/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-5/+5
2014-08-19fix intermittent crash in make checkNoel Grandin1-0/+9
2014-08-18Bin "temporary" code that doesn't compile any longerTor Lillqvist1-8/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-18missing InfoBoxCaolán McNamara1-3/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara5-22/+14
2014-08-17coverity#735993 Explicit null dereferencedCaolán McNamara1-2/+12