summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Improve GtkBox and GtkTable docs a bitMatthias Clasen2010-10-151-2/+16
| | | | | This adds some details gleaned from the tutorial, before its impending demise.
* Some GDK documentation fixesMatthias Clasen2010-10-142-16/+31
|
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-132-1/+14
| | | | | | | | | | | | | GtkComboBox now sports a construct-only "has-entry" property which decides if it uses a GtkEntry to allow additional user input. Also it has a new "entry-text-column" to fetch strings for the entry from the model. This patch deprecates the GtkComboBoxEntry and updates the rest of GTK+ to use the new semantics on GtkComboBox instead. GtkComboBoxEntry will be removed altogether before GTK+ 3, in a later commit.
* Add new API to docs and symbol listMatthias Clasen2010-10-131-1/+13
|
* Remove GtkWrapBox from the docs, tooMatthias Clasen2010-10-132-40/+0
|
* Removed all traces of GtkWrapBox from GTK+.Tristan Van Berkom2010-10-131-1/+0
|
* Rework GdkPangoRenderer example to use existing apiMatthias Clasen2010-10-121-55/+51
|
* docs: add a longdesc for X-specificsMatthias Clasen2010-10-121-132/+27
|
* docs: Remove mentions of GdkPixmap from cursor docsMatthias Clasen2010-10-121-4/+4
|
* Move GdkVisualType docs inlineMatthias Clasen2010-10-121-1/+1
|
* docs: Correct some link targetsMatthias Clasen2010-10-121-2/+2
|
* Don't link to old stuffMatthias Clasen2010-10-122-25/+11
|
* Add a missing close tagMatthias Clasen2010-10-121-0/+1
|
* Remove a note about GTK 1.2 apiMatthias Clasen2010-10-121-32/+4
|
* Reorder some sectionsMatthias Clasen2010-10-121-3/+3
|
* Remove mentions of dialog separator from the docsMatthias Clasen2010-10-121-34/+9
|
* Some documentation updatesMatthias Clasen2010-10-123-27/+10
|
* docs: Move documentation do inline comments: GtkContainerJavier Jardón2010-10-112-539/+1
|
* docs: Move documentation to inline comments: GtkScrolledWindowJavier Jardón2010-10-112-282/+1
|
* Add a migration guide section about resize gripsMatthias Clasen2010-10-081-0/+12
|
* Remove resize grip handling from GtkStatusbarMatthias Clasen2010-10-081-2/+0
| | | | | | | | | We remove the resize grip from GtkStatusbar, but keep the code that makes the content avoid the grip, and adapt it to GtkWindow grips. The gtk_status_bar_set/get_has_resize_grip() functions and related properties are removed.
* Remove uses of gtk_statusbar_set_has_resize_grip()Cody Russell2010-10-081-1/+0
| | | | This function is going away.
* Add resize grips to GtkWindowMatthias Clasen2010-10-081-0/+5
| | | | | | | | | | | | | | | | Allow any window to display a resize grip, in the south-east or south-west corner, depending on text direction. This is implemented as a shaped window that gets overlayed on top of whatever content is there. We add api that allows widgets to avoid the resize grip, if desired. The ::has-resize-grip property controls if a window may display a resize grip. It will only be displayed if the window is resizable and not maximized. The size and visual appearance of the resize grip is under theme control, using the resize-grip-width/height style properties and the paint_resize_grip style function.
* docs: visuals: Do not mention deprecated GdkRGB API'sJavier Jardón2010-10-061-6/+2
| | | | | Reported by Milan Bouchet-Valat in bug https://bugzilla.gnome.org/show_bug.cgi?id=631473
* docs: reword GtkAdjustment short descriptionJavier Jardón2010-10-051-1/+1
|
* docs: Move documentation to inline comments: colorsJavier Jardón2010-10-042-185/+1
|
* docs: Move documentation to inline comments: pixbufsJavier Jardón2010-10-042-101/+1
|
* docs: Move documentation to inline comments: regionsJavier Jardón2010-10-042-72/+1
|
* docs: Move documentation to inline comments: cairo_interactionJavier Jardón2010-10-042-99/+1
|
* docs: Move documentation to inline comments: GtkComboBoxJavier Jardón2010-10-042-461/+1
|
* docs: Move documentation to inline comments: GtkNotebookJavier Jardón2010-10-032-709/+1
|
* docs: Latest 2.x release will be 2.24, not 2.22Javier Jardón2010-10-031-3/+3
|
* docs: Use gtk_widget_get_preferred_size() instead ↵Javier Jardón2010-10-032-2/+2
| | | | | | gtk_size_request_get_preferred_size() GtkSizeRequest interface is now merged in GtkWidget
* docs: Move documentation to inline comments: GtkEntryBufferGarrett Regier2010-10-032-171/+1
| | | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=617320 Signed-off-by: Javier Jardón <jjardon@gnome.org>
* docs: Move documentation to inline comments: GtkTooltipJavier Jardón2010-10-032-173/+1
|
* docs: Move documentation to inline comments: GtkToolbarJavier Jardón2010-10-032-305/+1
|
* docs: Move documentation to inline comments: GtkComboBoxEntryGarrett Regier2010-10-022-123/+1
| | | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=617308 Signed-off-by: Javier Jardón <jjardon@gnome.org>
* gdk: Make gdk_pixbuf_get_from_*() bindableBenjamin Otte2010-10-021-2/+2
| | | | | | | | | | The ownership of the return value for gdk_pixbuf_get_from_window() and gdk_pixbuf_get_from_surface() was determined by the first argument. Because that is an ugly design and the functions are new to GTK3, we decided to adapt them. And that adaptation was quite easy since almost no one passses anything but NULL as the first argument.
* Fix make distMatthias Clasen2010-10-011-6/+8
|
* Migration guide: Add an example for creating custom cursorsMatthias Clasen2010-10-011-2/+50
|
* Revert an erroneous changeMatthias Clasen2010-10-011-1/+1
|
* GTK docs: various fixupsMatthias Clasen2010-10-011-24/+25
|
* GDK docs: help gtk-doc understand gdk_window_invalidate_maybe_recurseMatthias Clasen2010-10-011-2/+1
|
* GDK docs: Clean out some dead symbolsMatthias Clasen2010-10-011-5/+0
|
* Remove unneded castsJavier Jardón2010-09-291-4/+4
| | | | | | As gtk_adjustment_new() returns a GtkAdjustment* now https://bugzilla.gnome.org/show_bug.cgi?id=630731
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-32/+28
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
* API: remove gtk_window_set_visual()Benjamin Otte2010-09-281-1/+0
| | | | | | gtk_widget_set_visual() exists now and can be used instead. This reverts commit 59b227e1232998fdb854affc8dcd9dcd2a446b39.
* API: gtk: Add gtk_widget_set_visual()Benjamin Otte2010-09-281-0/+1
| | | | | | | | | | It turns out that the previous handling of just providing a way to set visuals just on toplevels was not sufficient. In particular it complicated the various implementations of the tray icon specification. This patch reintroduces gtk_widget_set_visual() which behaves very similar to GTK2's gtk_widget_set_colormap(). A future commit will remove the gtk_window_set_visual() function.
* Add a migration guide section on GtkObjectMatthias Clasen2010-09-261-0/+29
|
* Remove GtkObject from the docsMatthias Clasen2010-09-263-38/+14
|