summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)Author
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon
2012-05-07gtk: scrollbar: fix visual response to a mouse clickIvan Timofeev
2012-05-05gtk: fix drawing of separators in vertical toolbarsIvan Timofeev
2012-05-05gtk: fix drawing of disabled menu-item checkmarks and submenu arrowsIvan Timofeev
2012-05-02fdo#49365 correctly map monitor index back to screenDavid Tardon
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-29incrementing index twice in one run seems wrongDavid Tardon
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara
2012-04-24Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-29bypass GtkSalPrinter when it is not enabledDavid Tardon
2012-03-21Compilation fix - GTK print dialog headers for GTK < 2.14David Bolen
2012-03-20Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-07WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara
2012-03-06fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara
2012-03-06silence SolarMutex not locked spewCaolán McNamara
2012-03-06improve debugging messageCaolán McNamara
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
2012-02-11unusedcode.easy: clean GtkPrintWrapperThomas Arnhold
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-30tweak gtk print stuff to build against an archaic gtk2Caolán McNamara
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold
2012-01-28GtkSalGraphics: No extra handling for Blueprint themeThomas Arnhold
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold
2012-01-28Remove SalDisplay::GetKeyboardNameThomas Arnhold
2012-01-25reduce unnecessary includesCaolán McNamara
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks
2012-01-15WaE: deprecated functionDavid Tardon
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2012-01-15vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458Michael Meeks
2012-01-08catch exception by constant referenceTakeshi Abe