summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-1/+1
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-2/+1
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-111-0/+28
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-28/+1
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-6/+17
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-241-2/+8
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-241-4/+21
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-229/+87
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+0
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-10/+8
* fixed an assertment.Tim Janik1998-06-071-77/+40
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-2/+2
* Use the previously unused window->need_resize flag to mark if a window'sOwen Taylor1998-05-121-7/+24
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-51/+28
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* check for accelerator table to be != NULL.Tim Janik1998-04-131-4/+8
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Set a flag so instead of clearing the area in advance. That lookedOwen Taylor1998-04-131-1/+1
* Removed unsed variables (gtk-jbuhler-980408-0)Owen Taylor1998-04-091-1/+0
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-0/+2
* Set the window hints on every map so that GTK_WIN_POS_MOUSE worksOwen Taylor1998-04-071-2/+1
* More extensive debugging outputOwen Taylor1998-04-031-63/+77
* use the resize queue.Tim Janik1998-03-181-0/+5
* changed some debugging messages to be prefixed by "Gdk:".Tim Janik1998-03-171-2/+2
* small fix by Assar Westerlund <assar@sics.se>.Tim Janik1998-03-151-1/+2
* Don't resize windows when request is rejected by WM. Only use the resizeOwen Taylor1998-03-141-21/+7
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-061-0/+2
* fixed some bugs in the resizing code (it was leakingTim Janik1998-02-241-83/+66
* Don't process configure events that just move the window, and don't resizeOwen Taylor1998-02-231-0/+5
* TODO updates (major ones ;).Tim Janik1998-02-231-7/+23
* present the argument access masks on their announcement.Tim Janik1998-02-191-16/+24
* gtkmain forgot a return value.Tim Janik1998-02-141-12/+14
* dunno, what cvs wants right now. i just told me theseTim Janik1998-02-021-4/+4
* watch the next ChangeLog update...Tim Janik1998-02-021-1/+1
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-13/+23
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-60/+87
* some gtk_*_set_arg fixesTim Janik1998-01-211-0/+3
* gtk_*_get_arg() and gtk_*_set_arg() implementations. new argTim Janik1998-01-181-10/+18
* more *_get_arg/*_set_arg implementationsTim Janik1998-01-171-2/+33
* implementation of gtk_widget_get()Tim Janik1998-01-161-2/+0
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-24/+34
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-34/+74
* GLib:Tim Janik1997-12-101-1/+2
* Misc fixes for color changing stuffElliot Lee1997-11-281-4/+8
* new gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size onGnome CVS User1997-11-281-0/+1
* cleanups for color changing stuffElliot Lee1997-11-271-4/+4
* Initial revisionElliot Lee1997-11-241-0/+1195