summaryrefslogtreecommitdiffstats
path: root/vcl/source/window
Commit message (Expand)AuthorAgeFilesLines
* Improve debugging printout a bitTor Lillqvist2013-03-261-7/+7
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-261-1/+1
* clean up DBG_ERRORnThomas Arnhold2013-03-222-2/+2
* Don't include Java-related headers when they aren't neededTor Lillqvist2013-03-221-0/+3
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-212-14/+3
* coverity#982272 Copy-paste errorJulien Nabet2013-03-181-1/+1
* Bin more pointless comments and ASCII graphicsTor Lillqvist2013-03-162-40/+0
* vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2013-03-131-1/+1
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-111-2/+2
* set action and content area via their internal-child idsCaolán McNamara2013-03-082-6/+28
* Some further hacks for scrolling on touch devices, but no cigarTor Lillqvist2013-03-071-1/+20
* Add a commentTor Lillqvist2013-03-071-0/+6
* rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2013-03-072-3/+14
* add stock button text for paste, and map to gtk-pasteCaolán McNamara2013-03-071-0/+2
* Start hacking on scrollingTor Lillqvist2013-03-071-0/+29
* Revert "Window::PostPaint() was unused and empty"Tor Lillqvist2013-03-071-0/+6
* Window::PostPaint() was unused and emptyTor Lillqvist2013-03-071-6/+0
* handle empty button boxesCaolán McNamara2013-03-061-2/+3
* merge isLayoutEnabledsCaolán McNamara2013-03-063-13/+12
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-7/+7
* audit GetParent harder wrt GetParentDialogCaolán McNamara2013-03-041-1/+1
* doubled includesThomas Arnhold2013-03-043-3/+0
* callcatcher: unused codeCaolán McNamara2013-03-041-8/+0
* vcl: don't assert when lack of unit is intentionalMiklos Vajna2013-03-041-1/+3
* WaE: unused variable 'aPreviewMMSize'Tor Lillqvist2013-03-031-1/+0
* Android "desktop" app: More hacking on scalingTor Lillqvist2013-03-031-22/+7
* Note that for COMMAND_WHEEL_ZOOM the delta value is ignoredTor Lillqvist2013-03-031-4/+7
* Better quality previews in print dialog.Tomaž Vajngerl2013-03-031-52/+52
* 121687# better previewArmin Le Grand2013-03-031-2/+13
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen2013-03-031-1/+1
* Implement the VCLEVENT_WINDOW_ZOOM by turning it into a wheel mouse eventTor Lillqvist2013-03-031-0/+31
* sort frame labels before frame contents for tab traversalCaolán McNamara2013-03-012-12/+55
* Resolves: fdo#61656 use order and orientation combobox select pos as indexCaolán McNamara2013-03-011-9/+3
* GetFullKeyCode() was identical to GetFullCode()Tor Lillqvist2013-02-271-3/+3
* reluctantly support NumericBox as a custom widgetCaolán McNamara2013-02-271-0/+6
* createWindowFoo is unusedTor Lillqvist2013-02-261-10/+0
* Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*Caolán McNamara2013-02-251-1/+1
* loplugin: unused variablesThomas Arnhold2013-02-251-3/+1
* be more forgiving on 768 height screens to allow dialogs occupy more heightCaolán McNamara2013-02-241-15/+14
* Fix typo (beacuse/becasue)/becauseJulien Nabet2013-02-231-1/+1
* add stock undo button text and map to gtk-undoCaolán McNamara2013-02-231-0/+2
* No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist2013-02-231-5/+3
* wrap max-width-chars in a custom widget to avoid it getting dropped silentlyCaolán McNamara2013-02-221-1/+1
* Replace duplicate code from ImplToolItem constructors with init methodChr. Rossmanith2013-02-221-54/+15
* fdo#39674: Rename menues to menuThomas Arnhold2013-02-221-1/+1
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
* s/the the/the/Tor Lillqvist2013-02-221-2/+2
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-211-8/+5
* add a mechanism to load date fields from .ui filesCaolán McNamara2013-02-211-4/+56