summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document gtk_application_get_window_by_idMatthias Clasen2012-09-231-1/+3
|
* Remove empty doc commentsMatthias Clasen2012-09-231-170/+0
| | | | | These confuse gtk-doc. All these functions are documented in gtkclipboard.c
* Update links for gtk2 docsMatthias Clasen2012-09-232-2/+2
|
* Updated Brazilian Portuguese TranslationRafael Ferreira2012-09-231-171/+148
|
* Updated Russian translationYuri Myasoedov2012-09-231-501/+572
|
* [l10n] Updated German translationMario Blättermann2012-09-231-182/+232
|
* [l10n] Updated German translationMario Blättermann2012-09-231-1071/+1200
|
* Updated kn translationShankar Prasad2012-09-231-1466/+1473
|
* Updated kn translationShankar Prasad2012-09-231-1151/+1941
|
* Updated Latvian translationRūdolfs Mazurs2012-09-222-645/+676
|
* Updated Hebrew translation.Yaron Shahrabani2012-09-221-314/+330
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-09-221-371/+421
|
* [l10n] Updated Catalan translationGil Forcada2012-09-221-390/+443
|
* Updated Bulgarian translationAlexander Shopov2012-09-222-886/+1036
|
* GtkMenuButton: improve rtl supportMatthias Clasen2012-09-211-1/+5
| | | | | | Show the menu at the side the arrow points to, also in rtl locales. https://bugzilla.gnome.org/show_bug.cgi?id=684606
* GtkSearchEntry: add rtl supportMatthias Clasen2012-09-211-1/+4
| | | | | Flip the clear icon in rtl locales. https://bugzilla.gnome.org/show_bug.cgi?id=684607
* Revert "blur: Use recording surface for capturing things to blur"Benjamin Otte2012-09-211-33/+12
| | | | | | | | This reverts commit f2cb8f12705ab3a36767df3430f8868ed7b29536. The patch actually didn't work for at least text. I currently have no clue why, but I suspect it requires investigating Cairo code and recording surfaces, and I'll not do that right now.
* gtk-demo: Add a CSS shadows demoBenjamin Otte2012-09-214-0/+196
|
* Updated Galician translationsFran Diéguez2012-09-211-2/+3
|
* Updated gujarati fileSweta Kothari2012-09-211-682/+735
|
* Updated gujarati fileSweta Kothari2012-09-211-143/+155
|
* GtkMenuItem: fix leaked action_helperPavel Vasin2012-09-201-0/+2
|
* Updated Serbian translationМирослав Николић2012-09-202-620/+636
|
* gtkapplication: fix some crashing "leak fixes"Ryan Lortie2012-09-202-5/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684258
* Updated Bengali TranslationRuna Bhattacharjee2012-09-201-1690/+1684
|
* colobutton: skip set_rgba as it is already in the choosercolor interfaceIgnacio Casal Quinteiro2012-09-201-1/+1
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-201-1227/+1397
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-201-70/+97
|
* blur: Use recording surface for capturing things to blurBenjamin Otte2012-09-201-12/+33
| | | | | This gets around clipping issues quite nicely and provides us with a (mostly theoretical) performance boost.
* shadow: add blur to icon-shadow (spinner)Andrea Cimitan2012-09-201-0/+4
|
* shadow: add blur to icon-shadow (icon)Andrea Cimitan2012-09-201-0/+5
|
* shadow: add blur to box-shadowAndrea Cimitan2012-09-201-4/+12
|
* shadow: add blur to text-shadowAndrea Cimitan2012-09-201-0/+5
|
* shadow: add code to render blurred shadowsCosimo Cecchi2012-09-201-0/+63
| | | | | | | | | | | | | | | Split out the blurred shadow rendering in three steps: - creation of a surface of the appropriate size - we use the clip rectangle as a good measurement for the size, since we won't render out of it anyway - painting the unblurred shape on the surface - this is responsibility of the single shadow implementations - blur the surface and compose the result back on the original cairo_t This means we can share code between the implementations for the first and third steps; it also makes the code independent of the rendered size, so we can avoid passing down a cairo_rectangle_t with e.g. the icon coordinates.
* blur: Do the same thing for rows and colsBenjamin Otte2012-09-201-1/+1
|
* blur: Use rowstrideBenjamin Otte2012-09-201-5/+12
|
* blur: Simplify codeBenjamin Otte2012-09-201-20/+7
| | | | It's always the same code, so there's no need for switch statements.
* blur: Fix pixel sizesBenjamin Otte2012-09-201-6/+3
| | | | | | The code accesses pixels in a chunks of 4 bytes, so we must only support formats where the size of a single pixel is 4 bytes. Fix RGB24 to be 4 bytes (the alpha channel is ignored) and disallow A8.
* blur: Take the radius as a double parameterBenjamin Otte2012-09-202-12/+7
| | | | It's only ever used like that
* Add code for blurring (original code from Unico, copyright fine for Gtk+)Andrea Cimitan2012-09-203-0/+306
|
* Updated Malayalam fileAni Peter2012-09-201-2/+2
|
* Updated Malayalam fileAni Peter2012-09-201-1230/+1967
|
* spinbutton: fix style context path for internal buttonsCosimo Cecchi2012-09-191-8/+2
| | | | | | | We were adding one child too much to the style context path when generating it for the internal buttons, which in turn caused sibling selectors from the theme such as :first-child to apply to both buttons under certain circumstances. Spotted by Lapo Calamandrei.
* Revert "levelbar: start filling from the bottom"Cosimo Cecchi2012-09-191-10/+4
| | | | | | | This reverts commit 4b3ed75f7d14bc10a045aeb4a3873ff36eee966a. I didn't see https://bugzilla.gnome.org/show_bug.cgi?id=684288 - it makes more sense to properly fix this for the next cycle.
* levelbar: start filling from the bottomStefano Facchini2012-09-191-4/+10
| | | | | | As long as we don't have an API for explicitly inverting the bar, it makes more sense for the progress in vertical orientation to fill from the bottom.
* Updated Telugu TranslationPraveen Illa2012-09-201-151/+161
|
* printing: Add "Custom." prefix only once to paper sizeMarek Kasik2012-09-191-2/+2
| | | | | Check whether "Custom." prefix is already present in the name of selected paper size. (#679883)
* update Punjabi TranslationA S Alam2012-09-191-311/+317
|
* cssprovider: Remove another path that can't be reachedBenjamin Otte2012-09-191-16/+5
| | | | ... because the return value of a function is always TRUE.
* docs: Clarify GtkCssProvider loading return valuesBenjamin Otte2012-09-191-3/+12
|