summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
Commit message (Expand)AuthorAgeFilesLines
* removed gdk_window_get_[screen|display] replaced by gdk_drawable_get_*Erwann Chenede2001-06-131-3/+3
* misc indentation fixesErwann Chenede2001-06-121-5/+5
* change strange naming convention from : root_parent parent_root root_windowErwann Chenede2001-06-081-2/+2
* move gdk_screen_width|heigth* to gdkdisplayErwann Chenede2001-06-081-13/+13
* All _for_display function added now have the GdkDisplay arg as the first arg.Erwann Chenede2001-06-081-4/+3
* change gdk_atom_intern_for_display to gdk_display_atomErwann Chenede2001-06-071-7/+8
* *** empty log message ***Erwann Chenede2001-05-171-30/+44
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-1/+2
* gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last changeSven Neumann2001-04-231-38/+3
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-191-45/+441
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+7
* (follow-on from previous commit)Elliot Lee2000-06-201-4/+6
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-8/+10
* s/refcount/ref_count/.Tim Janik2000-02-131-10/+10
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+8
* Adapt cast macros to standard.Raja R Harinath1999-11-221-2/+2
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-2/+2
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Less logging verbiage.Tor Lillqvist1999-07-121-0/+7
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-0/+19
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-15/+65
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-181-24/+20
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-0/+2
* Marked plug window as destroyed before destroying the window.Owen Taylor1998-12-181-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-1/+5
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+688