| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly | Soeren Sandmann | 2002-09-28 | 1 | -9/+0 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -0/+9 |
* | Set the width of the layout to the actual wrap width (our requisition) not | Owen Taylor | 2002-05-14 | 1 | -12/+0 |
* | add example to docs, as people are seeming to have trouble with this | Jonathan Blandford | 2002-03-15 | 1 | -89/+78 |
* | Lots of docs. | Jonathan Blandford | 2002-03-09 | 1 | -0/+7 |
* | Update version to 2.0.0 | Owen Taylor | 2002-03-05 | 1 | -0/+8 |
* | Add x11.sgml. | Owen Taylor | 2002-01-30 | 1 | -0/+6 |
* | new function (which I then decided not to use but I think it's needed to | Havoc Pennington | 2002-01-17 | 1 | -6/+0 |
* | map event_window after mapping child, so we don't loose events. | Tim Janik | 2002-01-15 | 1 | -0/+6 |
* | sgml fixes | Havoc Pennington | 2002-01-12 | 1 | -6/+0 |
* | don't cast a possible NULL pointer. | Tim Janik | 2002-01-09 | 1 | -0/+61 |
* | don't forget to offset the pointer by x/y_offset into the new window when | Tim Janik | 2002-01-07 | 1 | -0/+13 |
* | Add gtktextutil.h | Owen Taylor | 2001-12-23 | 1 | -6/+19 |
* | Updates | Owen Taylor | 2001-11-21 | 1 | -69/+89 |
* | applied patch from owen to get rid of accel map notifiers. changed things | Tim Janik | 2001-11-20 | 1 | -0/+39 |
* | fix allocation to be relative to paned->allocation, now that this is a | Tim Janik | 2001-11-20 | 1 | -0/+7 |
* | New function to get a GdkWindow to compare event->window to. | Jonathan Blandford | 2001-11-15 | 1 | -14/+0 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -2/+249 |
* | Darn. I can't believe this took this long to fix. | Jonathan Blandford | 2001-10-29 | 1 | -0/+48 |
* | Call update_im_spot_location here explicitly | Havoc Pennington | 2001-10-27 | 1 | -0/+19 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+18 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -15/+35 |
* | to compare pattern specs, use g_pattern_spec_equal() instead of direct | Tim Janik | 2001-10-13 | 1 | -0/+191 |
* | fix test case, it previously verified incorrect behavior | Havoc Pennington | 2001-10-04 | 1 | -44/+52 |
* | docs | Jonathan Blandford | 2001-10-03 | 1 | -0/+13 |
* | docs | Havoc Pennington | 2001-10-02 | 1 | -0/+12 |
* | Stop being stupid and emitting the signal every time. | Jonathan Blandford | 2001-09-27 | 1 | -0/+8 |
* | use gtk_text_iter_can_insert | Havoc Pennington | 2001-09-25 | 1 | -0/+8 |
* | don't try to handle alignment here, because it's done by PangoLayout after | Havoc Pennington | 2001-09-21 | 1 | -0/+22 |
* | add variables and checks for specific versions of dependencies. Previously | Havoc Pennington | 2001-09-21 | 1 | -13/+0 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -0/+14 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -6/+0 |
* | fix xscale and yscale behaviour which havoc broke. they have to default to | Tim Janik | 2001-09-10 | 1 | -0/+13 |
* | move some of the accel group functions into a Private subsection | Havoc Pennington | 2001-09-08 | 1 | -6/+86 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 1 | -7/+8 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 1 | -0/+6 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -0/+7 |
* | remove g_print. | Jonathan Blandford | 2001-09-08 | 1 | -0/+27 |
* | remove CellRendererTextPixbuf | Havoc Pennington | 2001-09-08 | 1 | -0/+52 |
* | update adjustments after validating destination yrange; fixes #53918 (This | Havoc Pennington | 2001-09-07 | 1 | -24/+0 |
* | Version 1.3.7GTK_1_3_7 | Owen Taylor | 2001-09-04 | 1 | -0/+7 |
* | updates for 1.3.7 release. | Tim Janik | 2001-09-04 | 1 | -0/+35 |
* | apply fix to #58420 from Hidetoshi Tajima and Matthias Clasen | Havoc Pennington | 2001-08-30 | 1 | -16/+0 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -0/+14 |
* | remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the | Havoc Pennington | 2001-08-26 | 1 | -0/+17 |
* | chain parent class handlers, pointed out by Joshua N Pritikin | Tim Janik | 2001-08-23 | 1 | -7/+0 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -0/+7 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -0/+30 |
* | use g_file_test() instead of long deprecated g_scanner_stat_mode(). | Tim Janik | 2001-07-29 | 1 | -0/+6 |
* | Add property support. (#51858) | Owen Taylor | 2001-07-19 | 1 | -0/+18 |