summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only count visible children during size requestMatthias Clasen2011-03-051-1/+3
| | | | | This was causing spacing between image and label to be requested in buttons, even though the image is invisible.
* theme: Fix spinner for inactive state.Benjamin Otte2011-03-051-2/+2
| | | | | | Previously, the inactive state caused the spinner's solid line to be drawn to the right. Now it's drawn to the top instead, which makes the inactive state look more natural.
* theme: Make spinner animation turn clockwiseBenjamin Otte2011-03-051-1/+1
|
* theme: Make spinner steps count forward, not backwardBenjamin Otte2011-03-051-2/+1
| | | | This makes the spinner roate the right way again.
* theme: Make spinner drawing start with the solid lineBenjamin Otte2011-03-051-2/+2
| | | | | | | | | Previously, for i == 0, we were drawing the translucent line first. However, people reading the code would always assume the solid line is indicated by the current step. So make the code do that. Note that the spinner now rotates in the wrong direction. This will be fixed in a future commit.
* theme: Compute scale values onceBenjamin Otte2011-03-051-4/+6
| | | | | | Use a local variable to store the xscale and yscale, so that it's only computed once. Makes it easier to do the changes I'm about to do.
* theme: Do general cairo setup in one placeBenjamin Otte2011-03-051-4/+2
| | | | Also remove wrong comment.
* theme: Remove unnecessary save/restore in spinner codeBenjamin Otte2011-03-051-4/+0
|
* theme: Simplify spinner drawing code a bit.Benjamin Otte2011-03-051-8/+5
|
* gtk_init*(): Document that argc/argv can be 0,NULL.Murray Cumming2011-03-051-8/+17
| | | | | | | | * gtk/gtkmain.c: (gtk_init): Mention that argc and argv can be 0, using the new text from the g_applicatoin_run() documentation. There was already introspection annotation about that. (gtk_init_check, gtk_init_with_args): Use the same text here. See bug #643649 comment 2.
* Added Latvian translation.Rudolfs Mazurs2011-03-051-1935/+2692
|
* Added Spanish translationDaniel Mustieles2011-03-051-323/+329
|
* Updated Portuguese translationDuarte Loreto2011-03-041-1/+1
|
* Updated Portuguese translationDuarte Loreto2011-03-041-9/+11
|
* Updated Portuguese translationDuarte Loreto2011-03-041-2086/+2601
|
* spinbutton: remove unused variableXan Lopez2011-03-041-1/+1
|
* Prime NEWS for 3.0.2Matthias Clasen2011-03-041-0/+40
|
* spinbutton: rework GtkSpinButton drawing handlerCosimo Cecchi2011-03-041-54/+35
| | | | Make the arrows bigger, and position them according to the mockups.
* Revert "spinbutton: center-align by default"Cosimo Cecchi2011-03-041-2/+0
| | | | This reverts commit 64ef11985bb11de3e1369cfa3d187d274096cf6e.
* Added UG translationAbduxukur Abdurixit2011-03-041-7227/+7510
|
* Added UG translationAbduxukur Abdurixit2011-03-041-7510/+5298
|
* Added UG translationAbduxukur Abdurixit2011-03-041-5298/+7510
|
* Uploaded UkranianDaniel Korostil2011-03-041-292/+290
|
* Updated Polish translationPiotr Drąg2011-03-041-483/+487
|
* Bump the Pango requirement to 1.24Matthias Clasen2011-03-031-1/+1
| | | | | | This avoids warnings in some situations. 1.24 is 2 years old, so should not cause any problems. https://bugzilla.gnome.org/show_bug.cgi?id=643370
* GtkNotebooks: fix regressions from tab-pack removalMatthias Clasen2011-03-031-62/+48
|
* GtkNotebook: Don't let tab allocation go negativeMatthias Clasen2011-03-031-2/+2
|
* Cleanup unused variablesCosimo Cecchi2011-03-031-1/+1
|
* docs: update to include the new style classesCosimo Cecchi2011-03-031-0/+2
|
* stylecontext: add a primary toolbar style classCosimo Cecchi2011-03-031-0/+7
|
* all: add a "separator" style classCosimo Cecchi2011-03-034-0/+20
|
* menuitem: set the menubar style class for menu items on a barCosimo Cecchi2011-03-031-0/+3
| | | | So that themes can distinguish them from the other menu items.
* window: don't confuse priv->type_hint with priv->gdk_type_hintCosimo Cecchi2011-03-031-5/+5
| | | | This broke, among the others, menu rendering.
* menuitem: mark with the GTK_STYLE_CLASS_MENUITEM style classCosimo Cecchi2011-03-031-0/+4
|
* Use 16 as default size for checkbutton indicatorCosimo Cecchi2011-03-033-4/+4
| | | | | So that 16x16 icons can be used from themes such as Adwaita in their natural size.
* switch: remove slider padding from available allocation when drawingCosimo Cecchi2011-03-031-17/+15
| | | | | This also simplifies the code a bit, and makes previous workarounds useless.
* switch: fetch the padding values from the sliderCosimo Cecchi2011-03-031-4/+32
| | | | | It's the slider which acts as a child inside the container through, so we should fetch the slider padding when computing height/width.
* switch: propagate the active state to the sliderCosimo Cecchi2011-03-031-0/+4
|
* combobox: add an arrow-scaling property to GtkComboBoxCosimo Cecchi2011-03-031-1/+20
|
* spinbutton: center-align by defaultCosimo Cecchi2011-03-031-0/+2
|
* arrow: x and y coordinates of the arrow rendering should be doubleCosimo Cecchi2011-03-031-3/+4
| | | | To prevent off-by-one rounding errors when drawing them later.
* range: x and y coordinates of the arrow rendering should be doubleCosimo Cecchi2011-03-031-2/+2
| | | | To prevent off-by-one rounding errors when drawing them later.
* range: don't set junction sides on scrollbar steppersCosimo Cecchi2011-03-031-2/+8
|
* GtkScale: Add style classes for marksMatthias Clasen2011-03-032-3/+49
| | | | | | This enables better styling of the slider in the presence of marks. Based on a patch by Bastien Nocera, https://bugzilla.gnome.org/show_bug.cgi?id=643685
* GtkScale: Normalize mark positionsMatthias Clasen2011-03-031-31/+35
| | | | | | | | | This is in preparation for making scale marks styling better. As a side-effect, TOP and LEFT position are treated the same now, as well as BOTTOM and RIGHT. Based on a patch by Bastien Nocera, https://bugzilla.gnome.org/show_bug.cgi?id=643685
* [gi] don't skip gtk_menu_attach_to_widget, correctly annotate the async callbackJohn (J5) Palmieri2011-03-031-3/+3
|
* [gi] add missing annotations for signals that emit Gdk.EventsJohn (J5) Palmieri2011-03-034-10/+13
|
* Add a test for interpretation of mark positionsMatthias Clasen2011-03-031-0/+25
|
* Don't distribute gdkconfig.hMatthias Clasen2011-03-021-9/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=643440
* Add GtkBuilder custom attributes for style classesMatthias Clasen2011-03-021-4/+83
| | | | | | | | | | | | | GtkWidget now parses custom attributes like <style> <class name="dark-label"/> <class name="big-heading"/> </style> to add style classes to widgets. https://bugzilla.gnome.org/show_bug.cgi?id=643347