| Commit message (Expand) | Author | Age | Files | Lines |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -0/+14 |
* | Special case pixmaps. (#114880) | Anders Carlsson | 2003-06-12 | 1 | -0/+5 |
* | Document child-notify and drag-data-received signals. Owen, we need to | Matthias Clasen | 2003-06-11 | 1 | -0/+11 |
* | silly typo fix. s/seperator/separator/. This gets rid of the assert spam | Kristian Rietveld | 2003-06-11 | 1 | -0/+6 |
* | New function for XIM instantiate callback. New function where call to | Hidetoshi Tajima | 2003-06-10 | 1 | -0/+23 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -0/+7 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -0/+9 |
* | Make it compile with C89 compilers | Soeren Sandmann | 2003-06-09 | 1 | -0/+4 |
* | Install boolean property "overwrite". (gtk_text_view_[gs]et_property): | Matthias Clasen | 2003-06-09 | 1 | -0/+8 |
* | Install boolean child properties "resize" and "shrink". | Matthias Clasen | 2003-06-09 | 1 | -0/+10 |
* | Back out event->window test - it wasn't needed because of the call to | Owen Taylor | 2003-06-09 | 1 | -0/+13 |
* | Use application/x-rootwindow-drop for root window drops. (#108670, Alex | Owen Taylor | 2003-06-09 | 1 | -0/+9 |
* | Before delivering an event to a widget, check that (if relevant), the | Owen Taylor | 2003-06-09 | 1 | -0/+15 |
* | Recompute unconditionally in gtk_entry_style_set, and in a new | Owen Taylor | 2003-06-08 | 1 | -0/+8 |
* | swap G and B. Fixes (#114669) | Soeren Sandmann | 2003-06-08 | 1 | -0/+5 |
* | Fix bug with set_adjustment (viewport, NULL); | Owen Taylor | 2003-06-08 | 1 | -0/+5 |
* | Add rtl variants of undo, redo, undelete and revert. (#96633) | Matthias Clasen | 2003-06-07 | 1 | -0/+7 |
* | Many fixes, along with extensive cleanups and refactoring of code to | Owen Taylor | 2003-06-06 | 1 | -1/+25 |
* | Fix typo. | Tor Lillqvist | 2003-06-06 | 1 | -0/+2 |
* | Set graphics_exposures and subwindow_mode, too, even if they aren't | Tor Lillqvist | 2003-06-06 | 1 | -0/+6 |
* | Merged from stable. | Kristian Rietveld | 2003-06-06 | 1 | -0/+11 |
* | Add a 'finalizing' flag to keep preedit-[start,changed,end] signals from | Hidetoshi Tajima | 2003-06-06 | 1 | -0/+8 |
* | Ignore button presses that are not on the tab (#114534). | Noah Levitt | 2003-06-06 | 1 | -0/+5 |
* | Conditionalize deendencies for gdk-pixbuf-csource on cross-compilation | Owen Taylor | 2003-06-06 | 1 | -0/+12 |
* | Handle gtk_window_get_geometry_info() returning NULL. (#107311, John | Owen Taylor | 2003-06-06 | 1 | -0/+6 |
* | Subtract off twice the border width from the width/height, not 1x the | Owen Taylor | 2003-06-05 | 1 | -0/+6 |
* | If at the end of the buffer, move to the end iter - parallels behavior of | Owen Taylor | 2003-06-05 | 1 | -0/+7 |
* | #80023, Yao Zhang, TOKUNAGA Hiroyuki | Owen Taylor | 2003-06-05 | 1 | -0/+15 |
* | Never scroll on focus in (#81893, Patch from Paolo Maggi) | Owen Taylor | 2003-06-05 | 1 | -0/+10 |
* | #107883, Gustavo Giráldez | Owen Taylor | 2003-06-05 | 1 | -0/+13 |
* | Handle global filters. | Tor Lillqvist | 2003-06-05 | 1 | -0/+5 |
* | Fix for #84668, reported by Torbjörn Andersson: | Matthias Clasen | 2003-06-05 | 1 | -0/+9 |
* | New keybinding signal for (un)selecting the whole buffer. Bound to | Matthias Clasen | 2003-06-05 | 1 | -0/+3 |
* | Replace deprecated gtk_timeout_* functions by their GLib counterparts. | Matthias Clasen | 2003-06-05 | 1 | -0/+4 |
* | Document restriction on types. | Matthias Clasen | 2003-06-04 | 1 | -0/+6 |
* | When drawing underlines, join up adjacent runs where possible, so we don't | Owen Taylor | 2003-06-04 | 1 | -0/+8 |
* | Slightly modified patch from Owen Taylor <otaylor@redhat.com> to improve | Jonathan Blandford | 2003-06-04 | 1 | -0/+7 |
* | Keep track of when we have a clip mask set for the GC, and when we unset | Owen Taylor | 2003-06-04 | 1 | -0/+12 |
* | gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): Use | Owen Taylor | 2003-06-04 | 1 | -0/+11 |
* | Merged from stable. | Kristian Rietveld | 2003-06-04 | 1 | -0/+11 |
* | Don't respond to pings on a root window; prevents infinite loops if we are | Owen Taylor | 2003-06-03 | 1 | -0/+7 |
* | #71597, reported by Morten Welinder | Owen Taylor | 2003-06-03 | 1 | -0/+19 |
* | Remove bad optimization for src_rowstride == dest_stride. (Didn't consider | Owen Taylor | 2003-06-03 | 1 | -0/+8 |
* | reenabled button_release events for xinput devices. (#113948) | Michael Natterer | 2003-06-03 | 1 | -2/+7 |
* | Added "li" to ALL_LINGUAS. Added Limburgish translation by Mathieu van | Christian Rose | 2003-06-03 | 1 | -0/+4 |
* | Don't map the event window if the notebook isn't mapped. (#113980, Richard | Owen Taylor | 2003-06-02 | 1 | -0/+6 |
* | added a missing cast. | Sven Neumann | 2003-06-02 | 1 | -0/+6 |
* | Minor improvements to alignment padding documentation. | Matthias Clasen | 2003-05-31 | 1 | -0/+3 |
* | Add some hints and an example to the docs. (#98427) | Matthias Clasen | 2003-05-31 | 1 | -0/+5 |
* | Added 4-sided padding as properties with gtk_alignment_get_padding() and | Murray Cumming | 2003-05-30 | 1 | -0/+7 |