Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GtkTrayIconX11: Some more refactoring | Matthias Clasen | 2011-08-28 | 1 | -14/+12 |
| | | | | I like my refactoring better... | ||||
* | trayicon-x11: Refactor code a bit | Benjamin Otte | 2011-08-28 | 1 | -5/+6 |
| | | | | Should make it more obvious what the code actually does. | ||||
* | trayicon-x11: Fix warnings when visual is not available. | Vincent Bernat | 2011-08-28 | 1 | -3/+6 |
| | | | | | | | | This fixes a regression introduced in commit b1a1685a33eca16979e63d79915395af0b36. gdk_visual_get_*_pixel_details() should not be called with a NULL visual. https://bugzilla.gnome.org/show_bug.cgi?id=649588 | ||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-08-28 | 1 | -2021/+1650 |
| | |||||
* | More include cleanups | Matthias Clasen | 2011-08-28 | 13 | -20/+14 |
| | |||||
* | More include cleanups | Matthias Clasen | 2011-08-28 | 1 | -1/+0 |
| | |||||
* | Clean up unneeded includes | Matthias Clasen | 2011-08-28 | 9 | -30/+15 |
| | |||||
* | GtkPrintUnixDialog: Replace GtkTable by GtkGrid | Matthias Clasen | 2011-08-28 | 1 | -200/+124 |
| | |||||
* | GtkFileChooserDefault: Replace GtkTable by GtkGrid | Matthias Clasen | 2011-08-28 | 1 | -20/+10 |
| | |||||
* | GtkMountOperation: Replace GtkTable by GtkGrid | Matthias Clasen | 2011-08-28 | 1 | -9/+7 |
| | |||||
* | GtkPageSetupUnixDialog: replace GtkTable by GtkGrid | Matthias Clasen | 2011-08-28 | 1 | -283/+268 |
| | |||||
* | GtkColorSel: replace GtkTable by GtkGrid | Matthias Clasen | 2011-08-28 | 1 | -17/+16 |
| | |||||
* | Fix the build | Matthias Clasen | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | GtkToolbar: partial fix for toolbar editing | Matthias Clasen | 2011-08-27 | 1 | -0/+3 |
| | | | | | | | When using an editable toolbar in evince, we can end up in gtk_toolbar_get_visible() position with item being the highlight_tool_item, but not one of the regular children. So, handle that. | ||||
* | Make gtk_status_icon_set_name() work reliably | Matthias Clasen | 2011-08-27 | 1 | -1/+12 |
| | |||||
* | Silence a compiler warning | Matthias Clasen | 2011-08-27 | 1 | -0/+1 |
| | |||||
* | Revert "GtkColorButton: Don't forget to close a cairo context" | Matthias Clasen | 2011-08-27 | 1 | -2/+0 |
| | | | | This reverts commit 144e4af8bc583af536851bf6b11daaad8b5e4435. | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-08-27 | 2 | -2808/+3058 |
| | |||||
* | Updated POTFILES.skip | Piotr Drąg | 2011-08-27 | 2 | -0/+4 |
| | |||||
* | reftests: Add a test for the recent notebook fix | Benjamin Otte | 2011-08-27 | 3 | -0/+148 |
| | |||||
* | notebook: Fix child property setters causing underallocations | Benjamin Otte | 2011-08-27 | 1 | -1/+1 |
| | | | | Don't randomly allocate around, queue resizes instead. | ||||
* | Merge branch 'bgo593793-filechooser-recent-folders-master' | Federico Mena Quintero | 2011-08-26 | 1 | -35/+10 |
|\ | |||||
| * | bgo#657186 - Sort the recent-files list in newest-to-oldest order | Federico Mena Quintero | 2011-08-26 | 1 | -0/+1 |
| | | | | | | | | | | | | Otherwise it's not very useful... :) Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
| * | Load and populate the recent-items in a single pass | Federico Mena Quintero | 2011-08-26 | 1 | -23/+9 |
| | | | | | | | | | | | | | | There's no real asynchronicity going on, anyway, so let's do both within a single iteration of the idle handler. Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
| * | Don't sort the recent-items by hand | Federico Mena Quintero | 2011-08-26 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | The mtime from GtkRecentManager may not the same as the file's actual mtime, so the final result could appear unsorted to the user. Instead, we will let the view do the sorting. Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | | Avoid dereferencing NULL pointer in gtk_label_drag_data_get() | Tristan Van Berkom | 2011-08-26 | 1 | -1/+2 |
| | | | | | | | | | | | | It's possible the GtkLabel receives drag'n'drop related signals if it was setup to receive them by a container or other external code, just avoid dereferencing priv->select_info in this case. | ||||
* | | tests: Add test for non-nullterminated gtk_css_provider_load_data() | Michael Terry | 2011-08-26 | 2 | -0/+70 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657359 | ||||
* | | styleproperty: Improve error message | Benjamin Otte | 2011-08-26 | 1 | -1/+1 |
| | | | | | | | | | | We do dsupport that feature still and don't want to scare people into thinking everything broke. | ||||
* | | API: cssprovider: Change parsing-error signal | Benjamin Otte | 2011-08-26 | 7 | -81/+98 |
| | | | | | | | | | | Instead of path, line and position, emit the section the error happened in. This has a lot more information to consume. | ||||
* | | cssparser: Fix cases where we could overrun the terminating 0 | Benjamin Otte | 2011-08-26 | 1 | -3/+8 |
| | | |||||
* | | cssparser: Make lines and positions 0-indexed | Benjamin Otte | 2011-08-26 | 2 | -2/+2 |
| | | |||||
* | | cssprovider: Store sections with parsed values | Benjamin Otte | 2011-08-26 | 2 | -50/+70 |
| | | | | | | | | | | | | Also create a separate section for values to associate the values with. Finally, use this section information when delayed-parsing a widget style property. | ||||
* | | cssprovider: Handle non-NULL-terminated data | Benjamin Otte | 2011-08-26 | 1 | -20/+32 |
| | | | | | | | | Do a dumb copy if that happens. | ||||
* | | cssprovider: Keep only the curent section while parsing | Benjamin Otte | 2011-08-26 | 1 | -19/+24 |
| | | | | | | | | | | We don't need a list of sections, the section can give us the parent when we need it (d'oh). | ||||
* | | cssprovider: Remove dead code | Benjamin Otte | 2011-08-26 | 1 | -28/+0 |
| | | | | | | | | The code isn't used anymore since the introduction of rulesets. | ||||
* | | API: css: Add GtkCssSection | Benjamin Otte | 2011-08-26 | 8 | -17/+558 |
| | | | | | | | | | | | | This struct keeps track of an area of text in a CSS file and uses it when specifying information. Also, the cssprovider keeps track of sections when parsing a file. | ||||
* | | Squash two compilation warnings about possibly-uninitialzed | Colin Walters | 2011-08-25 | 2 | -2/+2 |
| | | |||||
* | | Updated Russian translation | Yuri Myasoedov | 2011-08-25 | 1 | -2378/+2308 |
| | | |||||
* | | Signalify (already existing) GtkMenuShell.insert() | Ryan Lortie | 2011-08-25 | 1 | -6/+27 |
| | | | | | | | | | | | | | | | | | | gtk_menu_shell_insert() is a virtual function that was being directly invoked from the class vtable. Turn it into a proper signal and emit it in the usual way. https://bugzilla.gnome.org/show_bug.cgi?id=656565 | ||||
* | | gtk+.doap: Add some more info | Javier Jardón | 2011-08-25 | 1 | -0/+15 |
| | | |||||
* | | Updated Galician translations | Fran Dieguez | 2011-08-24 | 2 | -145/+157 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-08-24 | 1 | -225/+228 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-08-24 | 1 | -55/+63 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-24 | 1 | -211/+202 |
| | | |||||
* | | Update gtk/Makefile.am | Chun-wei Fan | 2011-08-24 | 1 | -1/+2 |
| | | | | | | | | Distribute fallback implementation source file for rint()/round() | ||||
* | | Use a weak ref in GtkAccelLabel | Matthias Clasen | 2011-08-24 | 1 | -18/+34 |
| | | | | | | | | | | | | | | GtkAccelLabel was holding a strong reference on its parent, which could, depending on the circumstances, lead to leaks. https://bugzilla.gnome.org/show_bug.cgi?id=344858 | ||||
* | | Trivial: whitespace fixes | Matthias Clasen | 2011-08-24 | 1 | -245/+245 |
| | | |||||
* | | Trivial: Silence a compiler warning | Matthias Clasen | 2011-08-24 | 1 | -4/+4 |
| | | |||||
* | | Trivial: Silence a compiler warning | Matthias Clasen | 2011-08-24 | 1 | -1/+1 |
| | | |||||
* | | GtkColorButton: Don't forget to close a cairo context | Matthias Clasen | 2011-08-24 | 1 | -0/+2 |
| | | | | | | | | Patch by Jerome Lambourg, bug 655392. |