summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-05-28vcl: Do nothing when we don't have mpWindowImpl.Jan Holesovsky1-0/+4
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert4-8/+47
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks4-6/+6
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl1-1/+2
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara2-1/+10
2015-05-26Resolves: tdf#90155 don't hide+show window before initial show completesCaolán McNamara1-4/+0
2015-05-26want to grab with owner_events trueCaolán McNamara1-1/+1
2015-05-26gtk3: call gtk_window_set_accept_focusCaolán McNamara1-2/+2
2015-05-26gtk3: implement keyboard and mouse grabCaolán McNamara1-65/+73
2015-05-26gtk3: fix bordersCaolán McNamara1-4/+4
2015-05-26gtk3: focus rects for combobox entriesCaolán McNamara2-5/+8
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-26VclPtr - add compat methods for old-style focus / notification.Michael Meeks19-76/+120
2015-05-25tdf#90127: Read icon theme from the config when called too early.Jan Holesovsky1-0/+13
2015-05-25tdf#87373: Bad text spacing on OS XThorsten Wagner1-18/+42
2015-05-23tdf#91404 check if the item position is validTomaž Vajngerl1-3/+6
2015-05-22tdf#91366 - invalidate only individual menu items to render highlight.Michael Meeks2-12/+53
2015-05-22tdf#91283 - reset the PrinterController during dispose.Michael Meeks1-0/+1
2015-05-20cleanup codeTomaž Vajngerl3-331/+336
2015-05-20fixes for changes in "edit"Tomaž Vajngerl2-5/+2
2015-05-20scrollbar - setup painting settings in ApplySettingsTomaž Vajngerl1-19/+14
2015-05-20edit - setup painting settings in ApplySettingsTomaž Vajngerl1-116/+70
2015-05-20fix Win buildNoel Grandin1-3/+3
2015-05-20error: assigning to 'PrintQueueFlags' from incompatible type 'int'David Tardon1-1/+1
2015-05-20fix Win buildNoel Grandin1-7/+7
2015-05-20fix Win buildNoel Grandin1-2/+2
2015-05-20convert QUEUE_STATUS constants to scoped enumNoel Grandin3-33/+35
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin4-6/+6
2015-05-20convert FONT_SUBSTITUTE constants to scoped enumNoel Grandin2-10/+12
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin14-32/+32
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin13-131/+131
2015-05-20convert GRID constants to scoped enumNoel Grandin2-7/+7
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin11-30/+30
2015-05-20convert COPYAREA constant to bool flagNoel Grandin4-9/+9
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin26-225/+227
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin18-156/+156
2015-05-20Don't use uninitialized ImplSplitItem::mnPixSizeStephan Bergmann1-0/+1
2015-05-19VclPtr: crash on exit if cursor is in fontsize widget in sidebarCaolán McNamara1-1/+1
2015-05-19gtk3: checkmarks slightly clipped on left sideCaolán McNamara1-8/+20
2015-05-19use CHECKED alias for GTK_STATE_FLAG_CHECKED instead.Michael Meeks1-1/+1
2015-05-19Resolves: tdf#91392 orig map for orig code paths, and new map for new pathCaolán McNamara1-6/+53
2015-05-19rendercontext toolbar: Invalidate instead of direct paint.Jan Holesovsky2-38/+36
2015-05-19rendercontext: Double-buffer an entire hierarchy.Jan Holesovsky1-83/+96
2015-05-19remove setup of painting for help windows (done in ApplySettings)Tomaž Vajngerl1-21/+0
2015-05-19Accomodate gcc 4.2's inabilities to cope with complex templates.Thorsten Behrens1-3/+6
2015-05-19vcl: handle NULL pCursor in Edit::ImplShowCursor()Miklos Vajna1-3/+6
2015-05-19downgrade remaining nwf spew to infoCaolán McNamara1-2/+1
2015-05-19remove ImplInitMenuWindow as ApplySettings set it up insteadTomaž Vajngerl4-65/+3
2015-05-19gtk3: nwf for list node expandersCaolán McNamara1-2/+12