summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Implement num_marked_dates, and don't emit mutiple day_selected signals onGMT 2000 Tony Gale2000-02-261-9/+15
* add a 'paned' mode to the function to let it draw the seven dots, insteadJonathan Blandford2000-02-234-171/+114
* Return TRUE to prevent the scroll event to be propagated upwards.Anders Carlsson2000-02-191-1/+1
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-188-55/+130
* Add patch from Jonathan Blandford and Anders Carlsson to change the PanedOwen Taylor2000-02-177-462/+495
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-132-2/+45
* s/refcount/ref_count/.Tim Janik2000-02-13104-158/+283
* Argh, decided not to return a string that must be freed fromTor Lillqvist2000-02-032-5/+9
* Use g_filename_to_utf8 to convert the font names Windows gives us fromTor Lillqvist2000-02-033-85/+60
* Add some sanity checks if the widget passed to gtk_drag_get_data() was notOwen Taylor2000-02-012-11/+2
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-1/+1
* FixOwen Taylor2000-01-251-2/+2
* Added lib/gtk+/include/* to %files (bug #5178 - Peter Wainright)Owen Taylor2000-01-241-1/+4
* Make the @detail argument for the GtkStyleClass vtable const.Owen Taylor2000-01-212-724/+722
* Make GtkPrintFunc take a const string argument like GtkTranslateFunc. ThisOwen Taylor2000-01-212-4/+4
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-072-14/+66
* Fixed bug sent directly to me. Basically, we weren't checking a failureMark Crichton2000-01-061-3/+4
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-2/+2
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-022-4/+4
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-171-0/+25
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-119-8/+51
* make a warning go away.Jonathan Blandford1999-12-101-9/+16
* New function, long needed.Owen Taylor1999-12-032-0/+16
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-022-2/+3
* added missing fileOwen Taylor1999-11-291-0/+0
* Uniquify the strings to save some memory. Make it build. No imlib! IncludeElliot Lee1999-11-231-2/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-22108-2097/+4097
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-222-3/+3
* Fix typo.Tor Lillqvist1999-11-212-30/+22
* Added support for wheel mice (buttons 4 and 5).Stefan Jeske1999-11-211-1/+15
* Populated.Federico Mena Quintero1999-11-101-15/+19
* forgot thisJonathan Blandford1999-11-101-5/+1
* emit the closed signal.Jonathan Blandford1999-11-101-0/+7
* Fix off-by-one bug in parameter check.GMT 1999 Tony Gale1999-11-101-1/+1
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-0811-28/+9
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-083-2/+3
* Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK toTor Lillqvist1999-11-041-1/+1
* More docs work - FedericoArturo Espinosa1999-11-041-2/+2
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-042-2/+17
* Make the arguments to the write/load_increment operations const-correct.Elliot Lee1999-11-022-3/+3
* Always return the amount eaten, rather than the full header size.Elliot Lee1999-11-021-4/+4
* Return TRUE if all the data got eaten by header_buf, instead of FALSE.Elliot Lee1999-11-021-1/+1
* Reorganize gdk_pixbuf_loader_write into three functions, and eliminateElliot Lee1999-11-021-66/+73
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-313-2/+11
* Actually load the image handler when we determine the image type.Michael Fulbright1999-10-291-4/+7
* don't send a 0 length buffer.Jonathan Blandford1999-10-281-1/+1
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-1/+1
* Make it build - FedericoArturo Espinosa1999-10-271-9/+14
* Fix typo that prevented compilation (gdk_pixbuf_loader_destroy): dittoHavoc Pennington1999-10-271-2/+2
* Return a GdkPixbufLoader, not a GtkObject.Federico Mena Quintero1999-10-272-81/+113