Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
Commit message (Expand)AuthorAgeFilesLines
* Fix 4871: the write save as entries of the journal come up uncolored (rwh)Marc Maurer2007-11-271-2/+21
* Fix 4861: Incremental find cycles through words while typing (uwog)Marc Maurer2007-11-271-3/+3
* Use 'instance' instead of 'data' as a path prefix; part of 4850Marc Maurer2007-11-131-1/+1
* Fix 4731: Find control should have embedded search/cancel icons (uwog)Marc Maurer2007-11-091-38/+44
* Fix 4614: Write should change the order of the zoom icons (uwog)Marc Maurer2007-11-051-12/+12
* First implementation of 4165: Write must expose UI to allow specifying output...Marc Maurer2007-10-311-0/+48
* Enable/disable the search functions based on the input (uwog)Marc Maurer2007-10-231-27/+40
* Implement https://dev.laptop.org/ticket/3451Marc Maurer2007-10-231-1/+125
* Fix 2124: fail to page in writeMarc Maurer2007-10-111-1/+1
* (Temporary) add styles used by loaded documents that are not available by def...Marc Maurer2007-09-031-5/+27
* Also (temporary) add fonts used by loaded documents that are not available on...Marc Maurer2007-09-031-4/+31
* Set a tooltip on various menu items (#821)Marc Maurer2007-09-031-0/+10
* Set the size of the text-size icon to gtk.ICON_SIZE_LARGE_TOOLBARMarc Maurer2007-09-031-1/+1
* Hook up the abiword canvas 'style-name' signal to the Format toolbarMarc Maurer2007-09-021-0/+11
* Hook up the abiword canvas 'font-family' signal to the Write toolbarMarc Maurer2007-09-021-3/+13
* Add a format-text-size icon before the text size selection dropdownMarc Maurer2007-09-021-0/+7
* Don't forget to actually show the separators in the Text toolbarMarc Maurer2007-09-021-0/+1
* Add a Style label before the Style comboboxMarc Maurer2007-09-021-0/+7
* Hook up the abiword canvas font size signal to the Write toolbar (uwog)Marc Maurer2007-09-021-16/+26
* Set the activity as the parent for the object chooserMarc Maurer2007-08-291-2/+3
* Use a journal object picker when inserting images, instead of a normal GTK+ O...Marc Maurer2007-08-291-2/+14
* Make style names translatableMarc Maurer2007-08-281-16/+16
* Add a Format toolbar & implement basic style supportMarc Maurer2007-08-281-0/+34
* Update zoom icon namesMarc Maurer2007-08-271-2/+2
* Adapt icon names to the new APIMarc Maurer2007-08-271-4/+4
* Update some iconsMarc Maurer2007-07-131-4/+14
* Connect to the zoom signal to show the correct zoom levelMarc Maurer2007-07-121-6/+8
* Add a logger to the toolbarMarc Maurer2007-07-121-1/+3
* Add total page count labelMarc Maurer2007-07-121-1/+10
* Fix debugging informationMarc Maurer2007-07-121-10/+2
* Implement a proper color buttonMarc Maurer2007-07-121-12/+13
* Use ToolComboBoxes for comboboxesMarc Maurer2007-07-111-5/+12
* Make sure the table icon shows upMarc Maurer2007-07-101-1/+1
* Adapt to combobox API change.Tomeu Vizoso2007-07-031-3/+3
* Remove a trailing ';' evil C++ism (thanks to Simon Schamijer)Marc Maurer2007-06-111-1/+1
* Add some labels to the View toolbarMarc Maurer2007-06-041-0/+15
* Select the Text, Image and Table toolbars depending on the context of the cursorMarc Maurer2007-06-041-9/+33
* Add a page spinner. It follows the current page number, but you can't use it ...Marc Maurer2007-05-161-0/+35
* Fill in some iconsMarc Maurer2007-05-101-6/+6
* Remove debugging codeMarc Maurer2007-05-091-8/+8
* Add a zoom spinner, and some general fixesMarc Maurer2007-05-091-13/+31
* Initial zoom in/out implementationMarc Maurer2007-05-091-1/+40
* Some basic table manupulation functionsMarc Maurer2007-05-091-2/+40
* Allow setting of font colorsMarc Maurer2007-05-091-6/+23
* Re-add italic supportMarc Maurer2007-05-081-1/+12
* Add OLPC copyright noticeMarc Maurer2007-05-051-2/+3
* Add font size/name selectionMarc Maurer2007-05-051-0/+30
* Turn the alignment toggle buttons in a combo box.Tomeu Vizoso2007-05-051-25/+48
* This patch makes Write use the gtk-based controls instead of the hippoMarc Maurer2007-05-011-107/+92
* Insert image (no toolbar icon yet)Marc Maurer2007-03-061-0/+9