| Commit message (Expand) | Author | Age | Files | Lines |
* | Add properties. (#311254, Johan Dahlin) (gtk_message_dialog_new): Remove | Matthias Clasen | 2006-01-11 | 3 | -11/+148 |
* | Clean up properly if the grab fails. (finish_drag): Don't leak a reference | Matthias Clasen | 2006-01-11 | 3 | -2/+16 |
* | Fix string offsets. | Matthias Clasen | 2006-01-11 | 3 | -4/+9 |
* | Allow falling back to another icon theme before hicolor. (#325546, Rodney | Matthias Clasen | 2006-01-11 | 5 | -4/+65 |
* | Add an expander example. | Matthias Clasen | 2006-01-11 | 3 | -0/+45 |
* | Queue a draw when losing the focus. (#326064, Andrew Conkling) | Matthias Clasen | 2006-01-11 | 3 | -0/+16 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-11 | 3 | -33/+13 |
* | Remove duplicate include. (#326429, Benoît Carpentier) | Matthias Clasen | 2006-01-10 | 3 | -1/+6 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-10 | 3 | -5/+13 |
* | disconnect from the right object ("closed" is emitted by the display, not | Michael Natterer | 2006-01-10 | 3 | -3/+15 |
* | Implement local-only atoms. | Anders Carlsson | 2006-01-10 | 3 | -11/+155 |
* | Correct a warning. (#326341, Benoît Carpentier) | Matthias Clasen | 2006-01-10 | 3 | -1/+7 |
* | Make this function public API. (#307099, Todd Berman) | Matthias Clasen | 2006-01-10 | 12 | -16/+51 |
* | Make GtkEntryCompletion complete on pastes at the end. (#165714, Christian | Matthias Clasen | 2006-01-10 | 2 | -0/+6 |
* | Add cvsignore | Johan Dahlin | 2006-01-09 | 1 | -0/+2 |
* | Prevent the first row being focused on map. (#137351, Niklas Knutsson) | Matthias Clasen | 2006-01-09 | 3 | -0/+19 |
* | Add gtk_size_group_get_widgets, fixes #326324. Also mark all fields of | Johan Dahlin | 2006-01-09 | 5 | -0/+42 |
* | Don't leak preedit_string and preedit_attrs. (#322332, Paolo Borelli) | Matthias Clasen | 2006-01-09 | 3 | -0/+21 |
* | Make it build | Matthias Clasen | 2006-01-09 | 1 | -1/+1 |
* | New function to get the action for a proxy. (#326288) | Matthias Clasen | 2006-01-09 | 7 | -2/+41 |
* | Go back to the old key for attaching the action to the proxy. (#326288, | Matthias Clasen | 2006-01-09 | 3 | -1/+11 |
* | Don't translate empty strings. (#326200, Christian Stimming) | Matthias Clasen | 2006-01-08 | 3 | -1/+15 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 6 | -80/+87 |
* | Fix label alignment when width-chars is set. (#326098, Benjamin Otte) | Matthias Clasen | 2006-01-08 | 3 | -3/+11 |
* | Fix this for the single-rectangle case. (#326127, Benjamin Berg) | Matthias Clasen | 2006-01-08 | 3 | -14/+21 |
* | Updated Catalan translation. | Josep Puigdemont i Casamajó | 2006-01-07 | 2 | -345/+419 |
* | Fix actiongroup-action interaction that relied on actions connecting to | Matthias Clasen | 2006-01-07 | 6 | -42/+85 |
* | Add missing property change notification. | Matthias Clasen | 2006-01-07 | 3 | -15/+39 |
* | And free the string... | Matthias Clasen | 2006-01-06 | 1 | -0/+1 |
* | Just use the directory name for the home dir. (#325817, Federico Mena | Matthias Clasen | 2006-01-06 | 3 | -2/+9 |
* | Initialize editable to TRUE. (gtk_text_tag_class_init): The default value | Matthias Clasen | 2006-01-06 | 3 | -7/+35 |
* | Make clicked an action signal. (#325782, Martyn Russell) | Matthias Clasen | 2006-01-06 | 3 | -1/+7 |
* | Disconnect from the old adjustments signals. (#325869, Jorn Baayen) | Matthias Clasen | 2006-01-06 | 3 | -2/+11 |
* | added a bunch of tests use g_snprintf() don't include unistd.h twice. | Hans Breuer | 2006-01-06 | 5 | -9/+35 |
* | updated hindi | Rajesh Ranjan | 2006-01-06 | 2 | -638/+667 |
* | also recurse into win32 for ::clean create gtkbuiltincache.h (most code to | Hans Breuer | 2006-01-05 | 4 | -7/+48 |
* | Set minimum for activity-step property to 0 instead of -G_MAXUINT. | Johan Dahlin | 2006-01-05 | 3 | -1/+11 |
* | Only connect to the event if we have a frame, since the handler is only | Matthias Clasen | 2006-01-05 | 3 | -5/+12 |
* | Some more | Matthias Clasen | 2006-01-05 | 3 | -26/+11 |
* | Use a weak reference rather than the destroy signal to track proxies going | Matthias Clasen | 2006-01-05 | 3 | -18/+22 |
* | Revert the last change. | Matthias Clasen | 2006-01-05 | 3 | -3/+7 |
* | Removed. | Matthias Clasen | 2006-01-05 | 3 | -22/+8 |
* | allocate correct amount for signal and arguments. | Rodrigo Moya | 2006-01-05 | 3 | -2/+12 |
* | Don't return a value from a void function. | Matthias Clasen | 2006-01-05 | 3 | -1/+11 |
* | Revert questionable changes. | Matthias Clasen | 2006-01-05 | 4 | -5/+18 |
* | Don't return a list of NULLs. (#325723, Steve Chaplin) | Matthias Clasen | 2006-01-04 | 3 | -24/+37 |
* | guard against multiplying by -1 (when n_args is 0). | Rodrigo Moya | 2006-01-04 | 3 | -1/+11 |
* | use gtk_menu_attach_to_widget() and gtk_menu_detach() instead of | Michael Natterer | 2006-01-04 | 3 | -5/+32 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 18 | -95/+166 |
* | Include also the gtk20-properties message catalogs. | Tor Lillqvist | 2006-01-04 | 3 | -1/+10 |