| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this compile again. | Anders Carlsson | 2002-05-18 | 2 | -24/+24 |
* | Re-add REBUILD_PNGS definition that got accidentally removed. | Owen Taylor | 2002-05-17 | 7 | -6/+42 |
* | Protect against reentrancy problems by emitting ::preedit_changed at the | Owen Taylor | 2002-05-17 | 11 | -26/+171 |
* | Added missing file. Updated Swedish translation. | Christian Rose | 2002-05-17 | 3 | -61/+67 |
* | Fix a missing unref in the local/passive case. (#82067, Michael Meeks) | Owen Taylor | 2002-05-17 | 9 | -30/+97 |
* | Only optimize out the full configure handling if we got a gratuitous | Owen Taylor | 2002-05-16 | 9 | -166/+159 |
* | Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-05-16 | 9 | -39/+241 |
* | Merged from gtk-2-0. | Kristian Rietveld | 2002-05-16 | 7 | -0/+50 |
* | Remove accidentally committed mng stuff. | Matthias Clasen | 2002-05-16 | 1 | -29/+2 |
* | include missing #ifdef G_ENA\BLE_DEBUG | Jonathan Blandford | 2002-05-16 | 8 | -2/+35 |
* | Fix typo in earlier patch. | Owen Taylor | 2002-05-16 | 7 | -1/+31 |
* | Don't filter control-shift+[non-hex]. (#80252, reported by Nalin | Owen Taylor | 2002-05-16 | 7 | -14/+52 |
* | Patch from Matthias Clasen to fix some typos (#77246) | Owen Taylor | 2002-05-16 | 2 | -9/+13 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 12 | -15/+120 |
* | Fix a missed check for division by zero. (#77820, Gareth Pearce) | Owen Taylor | 2002-05-16 | 7 | -1/+35 |
* | gdk_event_put() copies the event and setting name, so we don't have to | Owen Taylor | 2002-05-16 | 7 | -1/+43 |
* | If the menu is scrolled down or up, and some of the widget area is empty, | Ettore Perazzoli | 2002-05-16 | 7 | -29/+42 |
* | Don't call gdk_pointer_grab() to change the cursor if we've already | Owen Taylor | 2002-05-15 | 7 | -1/+49 |
* | Special case menu items to pop down on motion. (#75961) | Owen Taylor | 2002-05-15 | 9 | -24/+133 |
* | Update from contents of size entry on focus out. (#76493, Lauris | Owen Taylor | 2002-05-15 | 8 | -2/+66 |
* | Move the column chooser files to column-chooser/ (and fix a typo in the icon ... | Anders Carlsson | 2002-05-15 | 1 | -2/+2 |
* | If not building libpng, don't rebuild gtkstockpixbufs.h (#81819, Bill | Owen Taylor | 2002-05-15 | 8 | -1/+43 |
* | just run perl on the geninclude script manually | jacob berkman | 2002-05-15 | 7 | -1/+31 |
* | Updated Ukrainian translation | Yuri Syrota | 2002-05-15 | 1 | -340/+580 |
* | Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, Gareth | Owen Taylor | 2002-05-14 | 10 | -12/+110 |
* | Remove the result file on error. (#79929, David Highley) | Owen Taylor | 2002-05-14 | 8 | -13/+84 |
* | Fix prepending at the start of the list. (#56349, Thomas Leonard.) | Owen Taylor | 2002-05-14 | 8 | -10/+76 |
* | Fix frame_right/frame_top screwup. (Detlef Reichl, #78111) | Owen Taylor | 2002-05-14 | 8 | -4/+64 |
* | Fix format of selection data to be 8 rather than GTK_TYPE_POINTER. | Owen Taylor | 2002-05-14 | 9 | -14/+94 |
* | Set the width of the layout to the actual wrap width (our requisition) not | Owen Taylor | 2002-05-14 | 45 | -54/+587 |
* | Add a sanity g_return_if_fail() check for the depths for the window and | Owen Taylor | 2002-05-14 | 9 | -1/+40 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 9 | -23/+121 |
* | Updated Swedish translation. | Christian Rose | 2002-05-14 | 2 | -59/+56 |
* | Discard configure events from SubstructureNotify. (#81760, Rich Burridge) | Owen Taylor | 2002-05-14 | 9 | -1/+86 |
* | Change parameter names to match the header file and the documentation. | Matthias Clasen | 2002-05-13 | 8 | -21/+75 |
* | Updated French translation. | Christophe Merlet | 2002-05-13 | 2 | -203/+355 |
* | gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos | Vitaly Tishkov | 2002-05-13 | 10 | -6/+54 |
* | [ merge from stable ] | Daniel Elstner | 2002-05-10 | 7 | -0/+83 |
* | fixed yesterdays fix for cross compiling: simply check the variable | Michael Natterer | 2002-05-08 | 7 | -2/+32 |
* | set_redraw_on_allocate (FALSE); (gtk_tree_view_size_allocate): invalidate | Soeren Sandmann | 2002-05-08 | 7 | -11/+108 |
* | Check for selection_atom, not property name atom. | Owen Taylor | 2002-05-07 | 7 | -1/+31 |
* | added a new conditional CROSS_COMPILING which indicates ($build != $host). | Michael Natterer | 2002-05-07 | 8 | -14/+88 |
* | Only process manager events with the correct atom. | Anders Carlsson | 2002-05-07 | 7 | -1/+32 |
* | build the static pixbuf loaders conditionally like the dynamic ones so | Michael Natterer | 2002-05-07 | 2 | -13/+31 |
* | Always select for property notify for maintaining window state. | Matthias Clasen | 2002-05-06 | 8 | -12/+83 |
* | call func on current node before the child nodes. | Kristian Rietveld | 2002-05-06 | 7 | -1/+31 |
* | unset user_data before destroying the window. (fixes #80065). | Kristian Rietveld | 2002-05-06 | 7 | -4/+45 |
* | Fix versioning to avoid changing the soname! | Owen Taylor | 2002-05-06 | 9 | -14/+113 |
* | Updated Swedish translation. | Christian Rose | 2002-05-06 | 2 | -433/+712 |
* | Updated Polish translation by GNOME PL Team <translators@gnome.pl> | Chyla Zbigniew | 2002-05-05 | 2 | -77/+116 |