| Commit message (Expand) | Author | Age | Files | Lines |
* | Queue a clear/redraw, not just a redraw, so the focus gets undrawnthemes-2 | Owen Taylor | 1998-11-06 | 1 | -0/+46 |
* | sometimes we get a KeyRelease before a KeyPress in gdk_event_translate, | Manish Singh | 1998-11-05 | 1 | -0/+8 |
* | remove explict -ldl, gmodule takes care of that | Manish Singh | 1998-11-03 | 1 | -0/+18 |
* | Okay, so we need the X11R6 keysyms so programs don't have to worry about | Manish Singh | 1998-11-02 | 1 | -0/+9 |
* | changed the awk scripts to generate gdkcursors.h and gdkkeysyms.h into sed | Manish Singh | 1998-11-01 | 1 | -0/+14 |
* | do the same built sources trick for gdkcursors.h and gdkkeysyms.h. Remove | Manish Singh | 1998-10-31 | 1 | -0/+5 |
* | After this, themes-2 and HEAD should have all outstanding changes merged | Manish Singh | 1998-10-31 | 1 | -0/+22 |
* | Oops. s/BIGENDIAN/BIG_ENDIAN/ | Manish Singh | 1998-10-29 | 1 | -0/+4 |
* | AIX has libpthreads, to make sure you can have more than one thread. Also | Manish Singh | 1998-10-29 | 1 | -0/+12 |
* | remove_link(), not remove() | Owen Taylor | 1998-10-28 | 1 | -0/+5 |
* | Another HEAD merge | Tim Janik | 1998-10-25 | 1 | -0/+6 |
* | This is really a HEAD merge, I want GLE to work ;) | Tim Janik | 1998-10-25 | 1 | -0/+12 |
* | use glib endian stuff | Manish Singh | 1998-10-22 | 1 | -0/+8 |
* | Reset all toplevel widgets, not toplevel windows. (I.e., plugs should be | Owen Taylor | 1998-10-22 | 1 | -0/+33 |
* | Maintain the null-termintation guarantee, even when data = NULL, length = | Owen Taylor | 1998-10-20 | 1 | -1/+31 |
* | Handle DestroyNotify on destroyed windows so we clear the XID table | Owen Taylor | 1998-10-20 | 1 | -0/+7 |
* | Add in coordinates into function prototype for drag_data_received. | Owen Taylor | 1998-10-19 | 1 | -0/+11 |
* | Merges from head. | Owen Taylor | 1998-10-19 | 1 | -0/+586 |
* | Duplicate bg_pixmap_name when merging RC styles. Report new share/themes | Owen Taylor | 1998-10-17 | 1 | -0/+21 |
* | Fixed up stupidities in last commit. | Owen Taylor | 1998-10-01 | 1 | -0/+5 |
* | When handling queued resizes, account for handleboxes, where the widget | Owen Taylor | 1998-10-01 | 1 | -0/+11 |
* | added check to see if the widget has been shaped byt the app via | EDT 1998 The Rasterman | 1998-09-29 | 1 | -0/+5 |
* | Merges from HEAD. | Owen Taylor | 1998-09-15 | 1 | -30/+135 |
* | Keep a list of directories in which we never want to stat the entries | Owen Taylor | 1998-09-15 | 1 | -2/+40 |
* | When the pointer is grabbed on an input window, either explicitely, or | Owen Taylor | 1998-09-05 | 1 | -0/+9 |
* | Merges from HEAD. | Owen Taylor | 1998-09-04 | 1 | -0/+192 |
* | Unref the adjustment. | Owen Taylor | 1998-09-01 | 1 | -0/+17 |
* | Eliminate a gdk_window_clear_area() that snuck in with the menu underlines | Owen Taylor | 1998-08-30 | 1 | -0/+6 |
* | Make sure the mark we pass to line start is the beginning of a real line, | Owen Taylor | 1998-08-25 | 1 | -0/+6 |
* | Lot's of merges from main branch. | Owen Taylor | 1998-08-25 | 1 | -0/+103 |
* | Don't dereference NULL focus tab. | Owen Taylor | 1998-08-24 | 1 | -0/+11 |
* | Fit scales into the theme-drawing framework. We do this by making them, | Owen Taylor | 1998-08-21 | 1 | -1/+337 |
* | gtkrc.c - added api calls to find module and theme paths from gtk. nuked | EDT 1998 The Rasterman | 1998-08-21 | 1 | -0/+4 |
* | fixed gtk_install_prefix global. | EDT 1998 The Rasterman | 1998-08-21 | 1 | -0/+7 |
* | added ~/.gtk/lib/themes/engines/ to the defautl searchpath for gtk theme | EDT 1998 The Rasterman | 1998-08-20 | 1 | -0/+4 |
* | made gtkrc scanner append dir that gtkrc is read from to pixmap path. | EDT 1998 The Rasterman | 1998-08-20 | 1 | -0/+3 |
* | Fixed minor problem in gtkhandlebox.c with drawing, and some notebook | The Rasterman | 1998-08-19 | 1 | -0/+4 |
* | Fixed up queued area resizing once more. | Owen Taylor | 1998-08-11 | 1 | -2/+6 |
* | Mon Aug 10 23:09:30 EDT 1998 Added a few drawing fixes for notebook and | Carsten Haitzler | 1998-08-11 | 1 | -0/+8 |
* | Draw into a drawing area, draw in an expose handler. | Owen Taylor | 1998-08-06 | 1 | -0/+29 |
* | Merges from main. (Hmm most of those files are unmodified...) | Owen Taylor | 1998-08-05 | 1 | -0/+19 |
* | Fixed up handling of partially clipped areas. | Owen Taylor | 1998-08-04 | 1 | -2/+136 |
* | Wheeeeeeeeeeeeeeee fixed radiobittons to work in gimp again. | EDT 1998 EDT 1998 The Rasterman | 1998-08-01 | 1 | -0/+3 |
* | YES YES YES YES YES clist borders work again! YES! YES YES! gimme more | EDT 1998 The Rasterman | 1998-07-31 | 1 | -0/+4 |
* | hopefulyl fixed problem wiht togglebuttons acting like radiobuttons in | EDT 1998 The Rasterman | 1998-07-31 | 1 | -0/+4 |
* | fixed another drawing buglet in the frame drawing code (actually in the | EDT 1998 The Rasterman | 1998-07-31 | 1 | -0/+4 |
* | Fixed warning from colorsel widget... | EDT 1998 The Rasterman | 1998-07-30 | 1 | -0/+3 |
* | Fixed defautl drawing code to no longer clobber the original style pixmap | EDT 1998 The Rasterman | 1998-07-30 | 1 | -0/+5 |
* | More mm fixups | Owen Taylor | 1998-07-30 | 1 | -0/+7 |
* | Abstract out checking for shape extension into a function. | Owen Taylor | 1998-07-30 | 1 | -0/+8 |