summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+7
* Adapt cast macros to standard.Raja R Harinath1999-11-221-400/+815
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-1/+1
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-7/+15
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-8/+0
* hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_removeTim Janik1999-02-201-13/+6
* added ::modal argument. (gtk_window_hide): reset window->modal from theTim Janik1999-02-201-15/+34
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-25/+0
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):Owen Taylor1999-02-151-1/+2
* applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args ofTim Janik1999-02-101-1/+1
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+7
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-2/+42
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-2/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Added GTK_USER_DRAW flag.Owen Taylor1998-12-151-2/+4
* Fixed order of arguments to gdk_window_transient_for().Owen Taylor1998-12-081-1/+1
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-41/+348
* moved checks upon focus setting from gtk_window_real_set_focus toTim Janik1998-12-031-27/+30
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-8/+11
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Removed bogus expose_event handler - we had two expose_event handlers!Owen Taylor1998-11-281-18/+0
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-3/+3
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+52
* forward declaration for gtk_window_paint declare xid_ht static get theJay Cox1998-11-071-0/+2
* Indentation cleanups.Owen Taylor1998-11-061-9/+6
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-18/+110
* Don't request a new size from the WM if we asked for the same size beforemerge-to-themes-2-5Owen Taylor1998-09-151-10/+46
* 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