summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Propagate key press events not just to focus/window but also toOwen Taylor2001-11-161-4/+26
* Move '.' out of quote. (#64407)Matthias Clasen2001-11-151-1/+1
* protect idle handle with gdk threads macro.Tim Janik2001-11-131-2/+6
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-30/+134
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-5/+4
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-4/+2
* Use GtkWindow* as first signal argument (was GtkWidget*).Daniel Elstner2001-11-031-4/+3
* Add a gtk_window_get_focus() getter to determine the currently focusedOwen Taylor2001-10-311-0/+20
* Documentation updates.Matthias Clasen2001-10-281-9/+1
* Put notes in gtk_window_set_has_frame(), etc. docs about how these are notHavoc Pennington2001-09-251-1/+19
* Don't wait for a response back from the window manager if our size hasn'tOwen Taylor2001-09-241-39/+28
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+1
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-2/+0
* returned incorrect values for top, right and bottom due to cut-and-pasteKristian Rietveld2001-09-201-2/+2
* Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,Owen Taylor2001-09-191-0/+1
* fix xscale and yscale behaviour which havoc broke. they have to default toTim Janik2001-09-101-2/+1
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-8/+8
* Removed unused function.Alex Larsson2001-09-081-1/+4
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-0/+6
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-47/+5
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-1/+1
* fix g_object_notifyHavoc Pennington2001-08-291-2/+2
* add default iconHavoc Pennington2001-08-291-6/+546
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-8/+15
* constrain position on hints_changed in addition to the other cases.Havoc Pennington2001-08-181-30/+43
* const correct string parameter.Tim Janik2001-08-171-50/+32
* coalesce multiple property notifies.Tim Janik2001-08-101-0/+2
* fix a typo.Havoc Pennington2001-08-101-515/+1547
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-3/+3
* Actualy set window->decorated. (Patch from Hidetoshi Tajima, #55846)Owen Taylor2001-07-191-0/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-31/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-3/+3
* s/signal_newc/signal_new/Tim Janik2001-07-021-4/+4
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-1/+1
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-23/+1
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-53/+54
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+9
* forgot a notificationHavoc Pennington2001-06-261-0/+1
* add "resizable" propertyHavoc Pennington2001-06-261-0/+18
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-10/+10
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-1/+217
* Update to new PangoLanguage changes.Alexander Larsson2001-06-211-1/+1
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-6/+8
* fix other typoHavoc Pennington2001-06-141-2/+2
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-2/+145
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-24/+18
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-1/+1
* Test for bin->child being present before doing anything with it. PatchFederico Mena Quintero2001-05-071-1/+2
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-191-27/+25
* add signals and binding set, so keybindings are configurableHavoc Pennington2001-04-181-90/+148