Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document gtk_application_get_window_by_id | Matthias Clasen | 2012-09-23 | 1 | -1/+3 |
| | |||||
* | Remove empty doc comments | Matthias Clasen | 2012-09-23 | 1 | -170/+0 |
| | | | | | These confuse gtk-doc. All these functions are documented in gtkclipboard.c | ||||
* | Update links for gtk2 docs | Matthias Clasen | 2012-09-23 | 2 | -2/+2 |
| | |||||
* | Updated Brazilian Portuguese Translation | Rafael Ferreira | 2012-09-23 | 1 | -171/+148 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-09-23 | 1 | -501/+572 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2012-09-23 | 1 | -182/+232 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2012-09-23 | 1 | -1071/+1200 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-23 | 1 | -1466/+1473 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-23 | 1 | -1151/+1941 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2012-09-22 | 2 | -645/+676 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-09-22 | 1 | -314/+330 |
| | |||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2012-09-22 | 1 | -371/+421 |
| | |||||
* | [l10n] Updated Catalan translation | Gil Forcada | 2012-09-22 | 1 | -390/+443 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2012-09-22 | 2 | -886/+1036 |
| | |||||
* | GtkMenuButton: improve rtl support | Matthias Clasen | 2012-09-21 | 1 | -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 support | Matthias Clasen | 2012-09-21 | 1 | -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 Otte | 2012-09-21 | 1 | -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 demo | Benjamin Otte | 2012-09-21 | 4 | -0/+196 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-09-21 | 1 | -2/+3 |
| | |||||
* | Updated gujarati file | Sweta Kothari | 2012-09-21 | 1 | -682/+735 |
| | |||||
* | Updated gujarati file | Sweta Kothari | 2012-09-21 | 1 | -143/+155 |
| | |||||
* | GtkMenuItem: fix leaked action_helper | Pavel Vasin | 2012-09-20 | 1 | -0/+2 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2012-09-20 | 2 | -620/+636 |
| | |||||
* | gtkapplication: fix some crashing "leak fixes" | Ryan Lortie | 2012-09-20 | 2 | -5/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684258 | ||||
* | Updated Bengali Translation | Runa Bhattacharjee | 2012-09-20 | 1 | -1690/+1684 |
| | |||||
* | colobutton: skip set_rgba as it is already in the choosercolor interface | Ignacio Casal Quinteiro | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-09-20 | 1 | -1227/+1397 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-09-20 | 1 | -70/+97 |
| | |||||
* | blur: Use recording surface for capturing things to blur | Benjamin Otte | 2012-09-20 | 1 | -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 Cimitan | 2012-09-20 | 1 | -0/+4 |
| | |||||
* | shadow: add blur to icon-shadow (icon) | Andrea Cimitan | 2012-09-20 | 1 | -0/+5 |
| | |||||
* | shadow: add blur to box-shadow | Andrea Cimitan | 2012-09-20 | 1 | -4/+12 |
| | |||||
* | shadow: add blur to text-shadow | Andrea Cimitan | 2012-09-20 | 1 | -0/+5 |
| | |||||
* | shadow: add code to render blurred shadows | Cosimo Cecchi | 2012-09-20 | 1 | -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 cols | Benjamin Otte | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | blur: Use rowstride | Benjamin Otte | 2012-09-20 | 1 | -5/+12 |
| | |||||
* | blur: Simplify code | Benjamin Otte | 2012-09-20 | 1 | -20/+7 |
| | | | | It's always the same code, so there's no need for switch statements. | ||||
* | blur: Fix pixel sizes | Benjamin Otte | 2012-09-20 | 1 | -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 parameter | Benjamin Otte | 2012-09-20 | 2 | -12/+7 |
| | | | | It's only ever used like that | ||||
* | Add code for blurring (original code from Unico, copyright fine for Gtk+) | Andrea Cimitan | 2012-09-20 | 3 | -0/+306 |
| | |||||
* | Updated Malayalam file | Ani Peter | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | Updated Malayalam file | Ani Peter | 2012-09-20 | 1 | -1230/+1967 |
| | |||||
* | spinbutton: fix style context path for internal buttons | Cosimo Cecchi | 2012-09-19 | 1 | -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 Cecchi | 2012-09-19 | 1 | -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 bottom | Stefano Facchini | 2012-09-19 | 1 | -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 Translation | Praveen Illa | 2012-09-20 | 1 | -151/+161 |
| | |||||
* | printing: Add "Custom." prefix only once to paper size | Marek Kasik | 2012-09-19 | 1 | -2/+2 |
| | | | | | Check whether "Custom." prefix is already present in the name of selected paper size. (#679883) | ||||
* | update Punjabi Translation | A S Alam | 2012-09-19 | 1 | -311/+317 |
| | |||||
* | cssprovider: Remove another path that can't be reached | Benjamin Otte | 2012-09-19 | 1 | -16/+5 |
| | | | | ... because the return value of a function is always TRUE. | ||||
* | docs: Clarify GtkCssProvider loading return values | Benjamin Otte | 2012-09-19 | 1 | -3/+12 |
| |