summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Go back to old handlebox for now, so we can get a release outGTK_0_99_1Elliot Lee1998-01-021-14/+1
* corrects a small resize bug in the viewport widget. The viewport widgetShawn Amundson1998-01-0215-92/+517
* memcpy() requires <string.h> - FedericoArturo Espinosa1998-01-021-0/+1
* Fixed up the xinput test in configure.inManish Singh1998-01-028-8/+15
* Fix warnings in testgtkElliot Lee1998-01-022-4/+6
* Fixed recursing bug in gdk_exit_func()Elliot Lee1998-01-022-0/+16
* Miscellaneous portability fixes.Manish Singh1998-01-0213-17/+46
* Fixed configure.in to AC_CONFIG_SUBDIRS(glib)Elliot Lee1998-01-013-11/+11
* Fixed bug in get_length_upper_bound where g_print-ing a NULL string would cau...Elliot Lee1998-01-011-1/+6
* added gdk_window_withdraw - not sure if its needed, but oh wellElliot Lee1998-01-013-0/+25
* GtkHandleBox needs some changes, it might not work nowElliot Lee1998-01-011-1/+14
* Added HACKING instructions - please revise as necessaryElliot Lee1998-01-011-0/+27
* handlebox now lets you set in_root flag (and if you set that, its location as...Elliot Lee1998-01-014-21/+28
* misc gtk touchupsElliot Lee1997-12-313-1/+11
* Small typo fixArturo Espinosa1997-12-301-1/+1
* New function, used to copy the values from one gc to another gc.Miguel de Icaza1997-12-309-0/+47
* ChangeLog entryElliot Lee1997-12-287-0/+21
* HandleBox mostly works now (the size_request and size_allocate is black magic...Elliot Lee1997-12-285-62/+37
* A few fixes to the handlebox, mostly to make it debuggableElliot Lee1997-12-281-17/+42
* added config.cache to the glib .cvsignoreElliot Lee1997-12-261-0/+1
* Added gtkhandlebox.c to Makefile.am.scott1997-12-268-1/+15
* Eliminated a compiler warning caused by not casting an argument in ascott1997-12-268-1/+43
* Update for NoExpose and VisibilityNotify events - FedericoArturo Espinosa1997-12-267-0/+63
* Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are neededArturo Espinosa1997-12-265-48/+121
* glib.h is autogenerated - if I am supposed to leave it in anyways, apologiesElliot Lee1997-12-261-793/+0
* this macro computes the spacing from klass->scrollbar_spacing now. adaptedTim Janik1997-12-239-7/+51
* Added "orientation_changed" and "style_changed" signals to GtkToolbar.Arturo Espinosa1997-12-234-68/+589
* Need errno.h for glibc systems (among others) - sopwithElliot Lee1997-12-231-0/+1
* added gtkhandlebox to these - sopwithElliot Lee1997-12-232-0/+2
* new function. many functions adapted to use GScanner for scanning.Tim Janik1997-12-239-661/+576
* new file for GScanner: Flexible lexical scanner for general purpose. addedTim Janik1997-12-235-205/+1600
* Demo works fine. I have to add the missing functions for setting the toolbar'sArturo Espinosa1997-12-234-6/+211
* The handlebox is almost finished. Just need help with resizing theElliot Lee1997-12-223-23/+891
* It compiles. Now I will add the toolbar example to testgtk.c - FedericoArturo Espinosa1997-12-223-53/+64
* Very basic functionality seems to be complete; I'll try compiling itArturo Espinosa1997-12-225-26/+852
* Fixed dragging of handleboxElliot Lee1997-12-221-5/+11
* Beginnings of support for 1 bpp depth in gdk. Very minor changes.Shawn Amundson1997-12-2011-8/+38
* A couple of enums for GtkToolbar settings - FedericoArturo Espinosa1997-12-191-0/+15
* Started work on a GtkToolbar widget. The idea is to eventually dump aArturo Espinosa1997-12-192-0/+376
* OK, handle box is good to go except for having the parent resize when it is d...Elliot Lee1997-12-193-15/+27
* more gtkhandlebox painting stuff..Elliot Lee1997-12-191-14/+29
* more gtkhandlebox work..Elliot Lee1997-12-197-27/+152
* Changes from Bolliet Jerome <bolliet@in2p3.fr> to gtktree.Shawn Amundson1997-12-1911-17/+198
* For consistancy with GIMP/GNOME projects. Plus these files canShawn Amundson1997-12-1921-9563/+37
* Fixed restoration of old event maskElliot Lee1997-12-182-24/+22
* DnD works again, fixed my own stupidity ;-)Elliot Lee1997-12-182-10/+26
* Removed gtkhandlebox.c from Makefile.amManish Singh1997-12-181-1/+1
* sorry about the debug define left in... - sopwithElliot Lee1997-12-182-2/+2
* handlebox modsElliot Lee1997-12-182-1/+3
* DnD debugging miscElliot Lee1997-12-182-8/+20