summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* css style: Accumulate changes in placeMatthias Clasen2015-09-283-13/+13
* Add a few more inlined gettersMatthias Clasen2015-09-284-114/+122
* bitmask: Use gsize, not size_tBenjamin Otte2015-09-271-4/+4
* bitmask: Don't hardcode 64bit sizeDmitry Shachnev2015-09-271-1/+1
* Avoid copying lists during drawMatthias Clasen2015-09-271-55/+66
* Refactor gtk_widget_add_events_internal_listMatthias Clasen2015-09-271-22/+23
* Refactor gtk_widget_set_device_enabled_internalMatthias Clasen2015-09-271-59/+43
* gtkbookmarksmanager: don't allow non valid utf8 in bookmarksCarlos Soriano2015-09-251-1/+1
* gtkplacessidebar: avoid to use a freed stringCarlos Soriano2015-09-251-2/+3
* textview: Look up the drop location iter on the right coordinates on DNDCarlos Garnacho2015-09-241-0/+3
* HC: use round buttons on sidebarsJakub Steiner2015-09-232-41/+68
* gtkplacessidebar: avoid accessing destroyed popoverCarlos Soriano2015-09-231-1/+29
* GtkWindow: Check for popover realized-ness before unrealizingTimm Bäder2015-09-231-1/+1
* gtkmain: Add nullable annotationsTimm Bäder2015-09-231-5/+5
* application: Be save against impl being NULLMatthias Clasen2015-09-231-3/+4
* Fix make distChun-wei Fan2015-09-231-1/+1
* Fix Visual Studio Build Since a080cb4Chun-wei Fan2015-09-231-4/+3
* Improve compiler detection for __builtin_popcount()Emmanuele Bassi2015-09-231-1/+10
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-2321-121/+121
* container: Use qdata for focus chainMatthias Clasen2015-09-231-18/+11
* widget: Add a few more inlined gettersMatthias Clasen2015-09-233-48/+62
* size group: Streamline disposalMatthias Clasen2015-09-232-17/+13
* size request: Avoid unnecessary reffingMatthias Clasen2015-09-231-4/+0
* size group: streamline iteration slightlyMatthias Clasen2015-09-231-35/+24
* inspector: Ellipsize the accessible nameMatthias Clasen2015-09-231-0/+2
* text view: Use qdata with preallocated quarksMatthias Clasen2015-09-231-18/+16
* entry: Use qdata with preallocated quarksMatthias Clasen2015-09-231-10/+13
* label: Avoid recalculation in some casesMatthias Clasen2015-09-231-12/+20
* scale: Drop unneeded private exportsMatthias Clasen2015-09-233-82/+32
* assistant: Drop unneeded callsMatthias Clasen2015-09-231-3/+0
* style context: Trivial refactorMatthias Clasen2015-09-231-13/+2
* app chooser widget: protect against show_allMatthias Clasen2015-09-221-0/+1
* app chooser: Avoid duplicatesMatthias Clasen2015-09-221-1/+1
* places view: fix a crash in finalizeMatthias Clasen2015-09-211-5/+6
* flow box: Fix up docsMatthias Clasen2015-09-211-0/+1
* widget: get_widget_windows() don't modify window child listsAlexander Larsson2015-09-211-3/+2
* widget: Make sure we only run controllers on realized widgetsCarlos Garnacho2015-09-211-0/+3
* gesture: strengthen against destroyed windowsCarlos Garnacho2015-09-211-1/+5
* window: cancel unclaimed sequences after GtkEventController::handle_event.Carlos Garnacho2015-09-211-12/+26
* Revert "gtkwidget: Ensure unrealization during event dispatching cancels gest...Carlos Garnacho2015-09-181-32/+2
* Revert "widget: Fix propagation of gesture cancellation on widget unrealize/d...Carlos Garnacho2015-09-181-8/+4
* Revert "widget: Cancel also denied sequences"Carlos Garnacho2015-09-181-0/+3
* window: Reset on unhandled gestures right awayCarlos Garnacho2015-09-181-0/+9
* pixelcache: use factor instead of marginChristian Hergert2015-09-161-6/+6
* widget: Cancel also denied sequencesCarlos Garnacho2015-09-161-3/+0
* widget: Fix propagation of gesture cancellation on widget unrealize/destroyCarlos Garnacho2015-09-161-4/+8
* scrolledwindow: Set the scrollbar as "over" immediately during slider grabsCarlos Garnacho2015-09-161-2/+9
* file chooser: Avoid a crashMatthias Clasen2015-09-161-7/+16
* widget path: Don't leak sibling pathsMatthias Clasen2015-09-151-0/+2
* css shadows: Cache blured masks for the corners of outset shadowsAlexander Larsson2015-09-151-2/+117