summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More GTK+ 3 fixes for desktop-widgetAlex Valavanis2012-05-221-6/+0
| | | (bzr r11404)
* Drop GtkObject usage in view widgetsAlex Valavanis2012-05-221-2/+0
| | | (bzr r11403)
* Use theme foreground colour for ruler tick drawingAlex Valavanis2012-05-211-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1002555 (bzr r11398)
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-213-4/+63
| | | (bzr r11389)
* Fix for 973195 : Limit width of color profile labelsJohn Smith2012-05-202-39/+40
| | | (bzr r11388)
* C++ification of SPWidget.Jon A. Cruz2012-05-202-226/+293
| | | (bzr r11387)
* GTK+ 3 changes for sp-widgetAlex Valavanis2012-05-191-27/+25
| | | (bzr r11385)
* GTK+ 3 fixes for colour selector widgetsAlex Valavanis2012-05-188-86/+67
| | | (bzr r11384)
* More GtkObject fixesAlex Valavanis2012-05-183-26/+20
| | | (bzr r11383)
* More GtkObject fixesAlex Valavanis2012-05-182-17/+14
| | | (bzr r11382)
* Gtk+ 3 fixes for button widgetAlex Valavanis2012-05-181-7/+10
| | | (bzr r11381)
* Fix for 973195 : Limit width of marker labelsJohn Smith2012-05-181-1/+2
| | | (bzr r11378)
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-173-20/+18
| | | (bzr r11371)
* Fix for 950508 : Small padding changeJohn Smith2012-05-161-1/+1
| | | (bzr r11367)
* Fix for 950677 : Ellipse text if gradient name too longJohn Smith2012-05-153-4/+19
| | | (bzr r11365)
* Fix for 986446 : Measure toolbar header includeJohn Smith2012-05-141-1/+1
| | | (bzr r11361)
* syntx of null pointer dereference checksKris De Gussem2012-05-122-52/+56
| | | (bzr r11358)
* Fix for 169759 : HIG compliant Edit menuJohn Smith2012-05-111-1/+1
| | | (bzr r11354)
* GTK+3 drawing of iconsAlex Valavanis2012-05-091-51/+61
| | | (bzr r11352)
* GTK+3 drawing in gradient-imageAlex Valavanis2012-05-091-35/+51
| | | (bzr r11351)
* Unified variable names as scoping now makes the code safe.Jon A. Cruz2012-05-091-7/+7
| | | | | (merge of local fix) (bzr r11349)
* Fix drawing of eek-preview in GTK+3Alex Valavanis2012-05-081-68/+139
| | | (bzr r11348)
* Follow-up conversion from bool.Jon A. Cruz2012-05-082-40/+30
| | | (bzr r11347)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-0840-6820/+8929
| | | (bzr r11346)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-4/+4
| | | (bzr r11345)
* Fix more deprecated GDK key symbolsAlex Valavanis2012-05-071-15/+18
| | | (bzr r11344)
* Migrate to draw signal in rulerAlex Valavanis2012-05-061-15/+27
| | | (bzr r11339)
* Upstream changes to draw_pos function in rulerAlex Valavanis2012-05-062-87/+57
| | | (bzr r11338)
* Upstream performance fixes for rulersAlex Valavanis2012-05-062-25/+33
| | | (bzr r11337)
* Apply upstream changes to tick drawing API in rulerAlex Valavanis2012-05-062-14/+18
| | | (bzr r11336)
* Drop nested cairo_t in rulerAlex Valavanis2012-05-061-4/+0
| | | (bzr r11335)
* Don't set colormap in rulerAlex Valavanis2012-05-061-2/+1
| | | (bzr r11334)
* Use cairo surface for ruler backing store in gtk3Alex Valavanis2012-05-061-16/+49
| | | (bzr r11333)
* Use cairo region in rulerAlex Valavanis2012-05-061-1/+1
| | | (bzr r11332)
* Clean up size allocation in rulersAlex Valavanis2012-05-061-26/+18
| | | (bzr r11331)
* cairo rendering in rulerAlex Valavanis2012-05-061-21/+17
| | | (bzr r11330)
* Merge more ruler codeAlex Valavanis2012-05-063-403/+161
| | | (bzr r11329)
* Merge some customised ruler codeAlex Valavanis2012-05-061-283/+26
| | | (bzr r11328)
* Hide non-public fields of rulerAlex Valavanis2012-05-052-112/+124
| | | (bzr r11326)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-1/+1
| | | (bzr r11318)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-114/+109
| | | (bzr r11316)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-303-6/+19
| | | (bzr r11309)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-306-5/+48
| | | (bzr r11308)
* Replace deprecated GtkMetricType with SPMetricAlex Valavanis2012-04-282-62/+39
| | | (bzr r11305)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+1
| | | (bzr r11304)
* Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ↵John Smith2012-04-252-14/+16
| | | | | for 64bit OS X (bzr r11292)
* Fix for 950677 : Add link option to gradient toolbarJohn Smith2012-04-252-0/+31
| | | (bzr r11291)
* Correct GTK+ 3 box syntax in toolboxAlex Valavanis2012-04-231-5/+5
| | | (bzr r11287)
* Get rid of GtkObject in toolboxAlex Valavanis2012-04-234-21/+21
| | | (bzr r11286)
* Fix remaining Lucid build issues, hopefullyAlex Valavanis2012-04-231-18/+22
| | | (bzr r11285)