| Commit message (Expand) | Author | Age | Files | Lines |
* | #include "config.h" | Michael Natterer | 2008-06-26 | 2 | -1/+8 |
* | current_folder can be NULL here, do not try to reference it (Bug #540235) | Carlos Garnacho | 2008-06-26 | 2 | -2/+19 |
* | allocate the GtkTextUtilCallbackInfo structs with GSlice. | Michael Natterer | 2008-06-26 | 2 | -9/+31 |
* | there is no reason to include <gtk/gtktypebuiltins.h> in the middle of the | Michael Natterer | 2008-06-25 | 2 | -40/+43 |
* | deprecate gtk_type_init() unconditionally (also for GTK_COMPILATION). Move | Michael Natterer | 2008-06-24 | 3 | -14/+19 |
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2008-06-24 | 2 | -1209/+1038 |
* | Revert GtkScaleButton accesses for plus/minus buttons, as per #539944 | Johan Dahlin | 2008-06-24 | 5 | -47/+1 |
* | also revert change in how the dialog's vbox was added (bug #539732). | Michael Natterer | 2008-06-24 | 2 | -5/+8 |
* | Remove container implementation, which isn't thought for handling | Carlos Garnacho | 2008-06-24 | 5 | -94/+29 |
* | gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h | Michael Natterer | 2008-06-24 | 8 | -13/+14 |
* | remove includes from this internal header. | Michael Natterer | 2008-06-24 | 3 | -10/+12 |
* | sv.po: Updated Swedish translation | Daniel Nylander | 2008-06-23 | 2 | -1424/+1220 |
* | formatting. | Michael Natterer | 2008-06-23 | 2 | -2/+7 |
* | gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h | Michael Natterer | 2008-06-23 | 24 | -32/+32 |
* | do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you | Kristian Rietveld | 2008-06-23 | 5 | -4/+12 |
* | gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes as | Michael Natterer | 2008-06-23 | 5 | -13/+8 |
* | Updated Korean translation | Changwoo Ryu | 2008-06-22 | 2 | -1597/+1737 |
* | Updated Korean translation. | Changwoo Ryu | 2008-06-22 | 2 | -1256/+1125 |
* | use g_param_spec_flags(), not enum() when registering the "modifier-mask" | Michael Natterer | 2008-06-22 | 2 | -6/+11 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 520 | -519/+526 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-06-21 | 2 | -1765/+1822 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-06-21 | 2 | -1244/+1055 |
* | Bug 539466 – GtkMenuShell API/ABI break in trunk. | Carlos Garnacho | 2008-06-21 | 2 | -2/+9 |
* | Cast to guint8* to avoid a compiler warning. | Johan Dahlin | 2008-06-21 | 2 | -1/+6 |
* | Document a style property | Johan Dahlin | 2008-06-21 | 2 | -3/+11 |
* | remove redundant include, fix indentation, replace header by a GDK | Michael Natterer | 2008-06-21 | 2 | -30/+33 |
* | fix 'function' : incompatible types - from 'struct _cairo *' to 'struct | Hans Breuer | 2008-06-21 | 3 | -5/+19 |
* | Bug 539363 – Segfault when creating GtkPlugs | Björn Lindqvist | 2008-06-21 | 2 | -1/+8 |
* | Fix life cycle to avoid crash. [#536966] | Jody Goldberg | 2008-06-21 | 2 | -3/+8 |
* | Fix some accels | Gabor Keleman | 2008-06-20 | 1 | -29/+29 |
* | Translation updated. | Gabor Kelemen | 2008-06-20 | 2 | -1312/+1101 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 7 | -7/+29 |
* | Document and use - instead of _ in signal names. | Johan Dahlin | 2008-06-20 | 2 | -6/+124 |
* | Fix up deprecated markup syntax. Add version numbers and a message on the | Johan Dahlin | 2008-06-20 | 6 | -39/+45 |
* | Replaced use of gtk_signal_connect with the g_signal_connect equivalents. | Mikael Hallendal | 2008-06-20 | 3 | -10/+17 |
* | reviewed by: <Carlos Garnacho <garnacho@gnome.org> | Kjartan Maraas | 2008-06-20 | 8 | -7/+20 |
* | Fix warnings from calling g_object_notify() on a GtkAccelGroup without | Martyn James Russell | 2008-06-20 | 2 | -2/+8 |
* | Modernize and order things as most other objects. Defines at the top, | Johan Dahlin | 2008-06-20 | 2 | -410/+452 |
* | Don't call g_object_notify() with properties that don't exist. Also, make | Martyn James Russell | 2008-06-20 | 2 | -6/+14 |
* | Remove left-over unused property enum. | Johan Dahlin | 2008-06-20 | 2 | -1/+2 |
* | Add missing accessor for sealed fields GtkScaleButton->plus_button and | Johan Dahlin | 2008-06-20 | 4 | -0/+49 |
* | Initialize the allocation to avoid compiler warnings | Johan Dahlin | 2008-06-20 | 2 | -4/+4 |
* | Fix gtk-doc syntax, add missing trailing colon. | Johan Dahlin | 2008-06-20 | 2 | -6/+7 |
* | Add all newly added accessors so abicheck.sh passes | Johan Dahlin | 2008-06-20 | 2 | -0/+21 |
* | Remove unused variable and check if the widget is a GtkWidget subclass, | Johan Dahlin | 2008-06-20 | 2 | -2/+7 |
* | gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h | Michael Natterer | 2008-06-20 | 13 | -46/+63 |
* | Add missing accessor for sealed field GtkMessageDialog->image. | Johan Dahlin | 2008-06-20 | 4 | -0/+26 |
* | fix ChangeLog | Michael Natterer | 2008-06-20 | 1 | -1/+1 |
* | the GSEAL branch added two includes for no reason. | Michael Natterer | 2008-06-20 | 2 | -2/+5 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 17 | -37/+94 |