summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing va marshallersMatthias Clasen2023-05-131-0/+18
* Make widget property setters behaveMatthias Clasen2023-03-301-4/+10
* Various spelling mistakes across a few domains that show up in documentation.Cam Cook2022-12-231-1/+1
* GtkPaned: Fix symbol names in code exampleTilo Villwock2022-10-081-4/+4
* a11y: Drop GtkAccessibleRange.get_minimum_increment()ebassi/a11y/accessible-rangeEmmanuele Bassi2022-09-301-11/+4
* Actually use the AccessibleRange interfaceLukáš Tyrychtr2022-09-291-1/+2
* Implement also for GtkPanedLukáš Tyrychtr2022-09-291-0/+25
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* paned: Warn if child is not actually a childGeorges Basile Stavracas Neto2022-08-091-0/+9
* paned: Protect against NULL variableGeorges Basile Stavracas Neto2022-08-091-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-33/+11
* Mark nullable arguments in GtkPanedEmmanuele Bassi2022-04-141-2/+6
* docs: Fix the GtkPaned styleEmmanuele Bassi2022-04-141-38/+37
* paned: Compute the right handle sizeBenjamin Otte2021-11-211-8/+21
* paned: Always query at least min sizeBenjamin Otte2021-11-201-0/+5
* paned: Don't pass values < -1 to gtk_widget_measure()Timm Bäder2021-11-051-2/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* paned: Use markdown for css treeMatthias Clasen2021-03-111-2/+2
* paned: Convert docsMatthias Clasen2021-03-111-102/+125
* paned: Add a paned handle classMatthias Clasen2021-02-171-40/+2
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-2/+1
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-6/+6
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* paned: Set accessible value propertiesMatthias Clasen2020-10-121-0/+8
* CosmeticsMatthias Clasen2020-08-231-2/+2
* Drop style class definesMatthias Clasen2020-08-141-3/+3
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-11/+11
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-45/+45
* gtk: Documentation fixupsMatthias Clasen2020-06-051-8/+86
* Move orientable style classes into GtkWidgetEmmanuele Bassi2020-06-051-25/+28
* paned: Fix up the docs once moreTimm Bäder2020-05-131-4/+4
* paned: Don't ignore the type attributeMatthias Clasen2020-05-121-1/+1
* paned: Drop the Private structMatthias Clasen2020-05-121-356/+275
* docs: Add annotations for GtkPaned new gettersEmmanuele Bassi2020-05-121-0/+21
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+7
* paned: Redo the apiMatthias Clasen2020-05-111-720/+788
* paned: Drop some dead codeMatthias Clasen2020-05-111-5/+0
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-1/+1
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* Move set_focus_child to GtkWidgetMatthias Clasen2020-04-201-14/+11
* frame: Drop shadow-typeMatthias Clasen2020-04-171-2/+0
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-1/+1
* paned: Port bindings to use shortcutsBenjamin Otte2020-03-251-97/+97
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-97/+97
* paned: Port bindings to use shortcutsBenjamin Otte2020-03-181-97/+97
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1