summaryrefslogtreecommitdiff
path: root/docs/reference/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Uodate documentation references screenshots (second part)Baptiste Mille-Mathias2012-03-0647-0/+1
|
* Update documentation reference screenshotsBaptiste Mille-Mathias2012-03-061-0/+0
|
* scrolledwindow: Kinetic scrolling supportCarlos Garcia Campos2012-03-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Kinetic scrolling is only done on touch devices, since it is sort of meaningless on pointer devices, besides it implies a different input event handling on child widgets that is unnecessary there. If the scrolling doesn't start after a long press, the scrolling is cancelled and events are handled by child widgets normally. When clicked again close to the previous button press location (assuming it had ~0 movement), the scrolled window will allow the child to handle the events immediately. This is so the user doesn't have to wait to the press-and-hold timeout in order to operate on the scrolledwindow child. The innermost scrolled window always gets to capture the events, all scrolled windows above it just let the event go through. Ideally reaching a limit on the innermost scrolled window would propagate the dragging up the hierarchy in order to keep following the touch coords, although that'd involve rather evil hacks just to cater for broken UIs.
* stylecontext: add a "scrollbars-junction" style classCosimo Cecchi2012-02-291-0/+1
| | | | | | It will be used in the following commit. https://bugzilla.gnome.org/show_bug.cgi?id=669335
* Add some documentation around deprecationsMatthias Clasen2012-02-273-2/+11
|
* GtkApplication: remove end session APIRyan Lortie2012-02-211-2/+0
| | | | | | | | This seems a bit "too powerful" and unlikely to be used by most applications. Remove it from now, until someone comes up with a strong desire for it. https://bugzilla.gnome.org/show_bug.cgi?id=670485
* Add color and font chooser to the widget galleryMatthias Clasen2012-02-144-0/+8
|
* Docs: Reorder a sectionsMatthias Clasen2012-02-141-3/+3
|
* Document gtk_color_chooser_add_paletteMatthias Clasen2012-02-141-0/+1
|
* Add docsMatthias Clasen2012-02-143-2/+66
|
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-2/+2
| | | | | Now that GLib provides these macros, we should use them to make the code more readable.
* GtkAboutDialog: Make credits section extensibleMatthias Clasen2012-01-251-0/+1
| | | | | | | | | This commit adds API that allows to add new named sections to the Credits part of GtkAboutDialog, in addition to the hardcoded sections for authors, documenters, artists and translators. https://bugzilla.gnome.org/show_bug.cgi?id=484693
* Add API to create menus from modelsMatthias Clasen2012-01-241-0/+2
| | | | This is needed to bring context menus, etc into the GAction world.
* Introduce gtk_window_get/set_attached_to()Andrea Cimitan2012-01-121-0/+2
| | | | | | | | | | | gtk_window_get/set_attached_to() is a new API that allows for windows to be attached to a GtkWidget. The attachment is a logical binding between the toplevel window and the widget that generated it; this kind of information is currently used to propagate style information from the widget to the window, but is also useful e.g. for accessibility. https://bugzilla.gnome.org/show_bug.cgi?id=666103
* API: Add gtk_style_context_get_section()Benjamin Otte2012-01-111-0/+1
| | | | | This API allows querying the location where style properties were defined. An example implementation will be committed soon.
* document GtkActionableRyan Lortie2012-01-113-0/+28
| | | | This should have been done before it was merged...
* Rename GtkApplicationEndStyleMatthias Clasen2012-01-101-1/+1
| | | | Call it EndSession to make it clearer what this is about.
* Simplify logout notification apiMatthias Clasen2012-01-102-7/+5
| | | | | | | | | We don't expose ::quit-requested as API anymore. Instead, we expect users to register inhibitors when needed. Without quit-requested, there is no need for ::quit-cancelled and gtk_application_quit_response anymore. We still emit ::quit when the application is about to quit.
* migrating-unique-GtkApplication: Update to new GApplication apiJavier Jardón2012-01-101-5/+5
|
* API: Add GtkStyleContext::parentBenjamin Otte2012-01-091-0/+2
| | | | We need this for proper support of CSS inherit.
* Revert "GtkWindow: new API to store state in GSettings"Matthias Clasen2012-01-091-1/+0
| | | | | | | This reverts commit 730765de9163934d9993b25a87f076f1b36ed271. This needs more thought, committing it on the same day as filing the bug was premature.
* Add session management migration chapterMatthias Clasen2012-01-074-4/+56
| | | | | Add some preliminary information about migration from EggSMClient to GtkApplication.
* Rearrange migration chapter a bitMatthias Clasen2012-01-072-3/+3
| | | | | The 'checklist' is really just the 'extra credits', so put it at the end, rather than the beginning.
* Document the new apisMatthias Clasen2012-01-071-0/+9
|
* GtkWindow: new API to store state in GSettingsRyan Lortie2012-01-061-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667438
* Add another bloatpad screenshotMatthias Clasen2011-12-192-1/+2
|
* GtkApplication: add menu APIRyan Lortie2011-12-191-0/+6
| | | | | | | We add the app-menu and menubar public APIs to GtkApplication while leaving the implementation in GApplication. The actual implementation will be moved soon.
* Show off some menusMatthias Clasen2011-12-193-1/+3
|
* Update GtkApplicationWindow docsMatthias Clasen2011-12-191-3/+2
|
* Drop GtkApplicationMenuButton for nowMatthias Clasen2011-12-193-17/+0
| | | | | | | This feels premature; we do have the fallback situation covered adaequately with the menubar, and people can do their own creative solutions with gtk_application_window_get_menu(), so we don't have to offer a widget for this right now.
* Hook up docsMatthias Clasen2011-12-193-0/+42
|
* entrycompletion: Export gtk_entry_completion_compute_prefix()Benjamin Otte2011-12-161-0/+1
| | | | I want to use it in the file chooser entry autocomplete code.
* Add new symbolsMatthias Clasen2011-12-151-0/+4
|
* window: Add hide-titlebar-when-maximized propertyFlorian Müllner2011-12-151-0/+2
| | | | | | | | | | | For maximized windows, titlebars cannot be used to reposition or scale the window, so if an application does not use it to convey useful information (other than the application name), the screen space occupied by titlebars could be put to better use. Add a new window property which requests from the window manager to hide titlebars when windows are maximized to account for this. https://bugzilla.gnome.org/show_bug.cgi?id=665616
* Add has-origin property for GtkScaleAndrea Cimitan2011-12-141-0/+2
| | | | | | | | | | | If the scale has an origin (it will have one by default), GtkRange will render the two sides before/after the current value with different style classes, making it possible for themes to use different colors and properties for the two areas. This was possible in GTK 2 with style details, but got lost during the road to 3.0. https://bugzilla.gnome.org/show_bug.cgi?id=665140
* stylecontext: add GTK_STYLE_CLASS_ARROWCosimo Cecchi2011-12-051-0/+1
| | | | | | For e.g. submenu items arrow in GtkMenuItems. https://bugzilla.gnome.org/show_bug.cgi?id=665420
* Introduce gtk_render_insertion_cursorPaolo Borelli2011-12-011-0/+1
| | | | | | | | | The new function provides an API that takes the PangoLayout and index as input params, this way it handles strong and weak cursors internally factoring out all code duplicated in the widgets that need to render cursors. https://bugzilla.gnome.org/show_bug.cgi?id=640317
* stylecontext: add GTK_STYLE_CLASS_LINKEDCosimo Cecchi2011-11-281-0/+1
| | | | | "linked" is a style class for linked areas, such as a box containing buttons belonging to the same control.
* API: treeview: Add gtk_tree_view_get_n_columns()Benjamin Otte2011-11-161-0/+1
|
* Avoid double inclusion of a migration chapterMatthias Clasen2011-11-151-2/+0
|
* Add a link to the Windows port wiki pageMatthias Clasen2011-11-141-0/+6
|
* Update documentation around deprecations.Matthias Clasen2011-11-091-3/+14
|
* Allow fallback for input method modulesAkira TAGOH2011-11-051-0/+2
| | | | | | | | Accept a :-separated list of module names in GTK_IM_MODULE and the corresponding setting, to deal a bit better with broken situations. https://bugzilla.gnome.org/show_bug.cgi?id=603559
* Fix document generation in out of tree buildsSjoerd Simons2011-10-211-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661032
* Add a new symbolMatthias Clasen2011-10-111-0/+1
| | | | gtk_widget_get_modifier_mask was added recently.
* Add 'Since 3.4' indices to the docsMatthias Clasen2011-10-021-0/+4
|
* stylecontext: add style classes for top/bottom/right/left areasCosimo Cecchi2011-09-271-0/+4
| | | | | | | | | This is useful to e.g. theme notebook tabs differently according to their position directly from the CSS sheet. GtkNotebook support in a separate commit. https://bugzilla.gnome.org/show_bug.cgi?id=659777
* Documentation fixesMatthias Clasen2011-09-251-0/+1
| | | | | Mostly making sure that return values and varargs don't loose their docs.
* Add some missing entries to the docsMatthias Clasen2011-09-231-0/+5
|
* Rename gtk_font_chooser_get_{family,face,size}Christian Persch2011-09-131-3/+3
| | | | | ... to gtk_font_chooser_get_font_{family,face,size}, in order to avoid naming conflicts in bindings.