| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement num_marked_dates, and don't emit mutiple day_selected signals on | GMT 2000 Tony Gale | 2000-02-26 | 1 | -9/+15 |
* | add a 'paned' mode to the function to let it draw the seven dots, instead | Jonathan Blandford | 2000-02-23 | 4 | -171/+114 |
* | Return TRUE to prevent the scroll event to be propagated upwards. | Anders Carlsson | 2000-02-19 | 1 | -1/+1 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 8 | -55/+130 |
* | Add patch from Jonathan Blandford and Anders Carlsson to change the Paned | Owen Taylor | 2000-02-17 | 7 | -462/+495 |
* | Add an extra parameter so that we don't have to do unnecessary settings to | Tor Lillqvist | 2000-02-13 | 2 | -2/+45 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 104 | -158/+283 |
* | Argh, decided not to return a string that must be freed from | Tor Lillqvist | 2000-02-03 | 2 | -5/+9 |
* | Use g_filename_to_utf8 to convert the font names Windows gives us from | Tor Lillqvist | 2000-02-03 | 3 | -85/+60 |
* | Add some sanity checks if the widget passed to gtk_drag_get_data() was not | Owen Taylor | 2000-02-01 | 2 | -11/+2 |
* | use gdk_cursor_unref instead of destroy | Havoc Pennington | 2000-01-29 | 1 | -1/+1 |
* | Fix | Owen Taylor | 2000-01-25 | 1 | -2/+2 |
* | Added lib/gtk+/include/* to %files (bug #5178 - Peter Wainright) | Owen Taylor | 2000-01-24 | 1 | -1/+4 |
* | Make the @detail argument for the GtkStyleClass vtable const. | Owen Taylor | 2000-01-21 | 2 | -724/+722 |
* | Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This | Owen Taylor | 2000-01-21 | 2 | -4/+4 |
* | Added progressive animation loading. Added progressive animation loading. | Jonathan Blandford | 2000-01-07 | 2 | -14/+66 |
* | Fixed bug sent directly to me. Basically, we weren't checking a failure | Mark Crichton | 2000-01-06 | 1 | -3/+4 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -2/+2 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 2 | -4/+4 |
* | moved the file here. It seems natural to put this function here, as that's | Jonathan Blandford | 1999-12-17 | 1 | -0/+25 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 9 | -8/+51 |
* | make a warning go away. | Jonathan Blandford | 1999-12-10 | 1 | -9/+16 |
* | New function, long needed. | Owen Taylor | 1999-12-03 | 2 | -0/+16 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 2 | -2/+3 |
* | added missing file | Owen Taylor | 1999-11-29 | 1 | -0/+0 |
* | Uniquify the strings to save some memory. Make it build. No imlib! Include | Elliot Lee | 1999-11-23 | 1 | -2/+2 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 108 | -2097/+4097 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 2 | -3/+3 |
* | Fix typo. | Tor Lillqvist | 1999-11-21 | 2 | -30/+22 |
* | Added support for wheel mice (buttons 4 and 5). | Stefan Jeske | 1999-11-21 | 1 | -1/+15 |
* | Populated. | Federico Mena Quintero | 1999-11-10 | 1 | -15/+19 |
* | forgot this | Jonathan Blandford | 1999-11-10 | 1 | -5/+1 |
* | emit the closed signal. | Jonathan Blandford | 1999-11-10 | 1 | -0/+7 |
* | Fix off-by-one bug in parameter check. | GMT 1999 Tony Gale | 1999-11-10 | 1 | -1/+1 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 11 | -28/+9 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 3 | -2/+3 |
* | Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK to | Tor Lillqvist | 1999-11-04 | 1 | -1/+1 |
* | More docs work - Federico | Arturo Espinosa | 1999-11-04 | 1 | -2/+2 |
* | handle the actual update. add a update_func callback. add a update_func | Jonathan Blandford | 1999-11-04 | 2 | -2/+17 |
* | Make the arguments to the write/load_increment operations const-correct. | Elliot Lee | 1999-11-02 | 2 | -3/+3 |
* | Always return the amount eaten, rather than the full header size. | Elliot Lee | 1999-11-02 | 1 | -4/+4 |
* | Return TRUE if all the data got eaten by header_buf, instead of FALSE. | Elliot Lee | 1999-11-02 | 1 | -1/+1 |
* | Reorganize gdk_pixbuf_loader_write into three functions, and eliminate | Elliot Lee | 1999-11-02 | 1 | -66/+73 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 3 | -2/+11 |
* | Actually load the image handler when we determine the image type. | Michael Fulbright | 1999-10-29 | 1 | -4/+7 |
* | don't send a 0 length buffer. | Jonathan Blandford | 1999-10-28 | 1 | -1/+1 |
* | started work on the tiff non-incremental loader. | Jonathan Blandford | 1999-10-28 | 1 | -1/+1 |
* | Make it build - Federico | Arturo Espinosa | 1999-10-27 | 1 | -9/+14 |
* | Fix typo that prevented compilation (gdk_pixbuf_loader_destroy): ditto | Havoc Pennington | 1999-10-27 | 1 | -2/+2 |
* | Return a GdkPixbufLoader, not a GtkObject. | Federico Mena Quintero | 1999-10-27 | 2 | -81/+113 |