summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with resize handlesMatthias Clasen2009-07-241-14/+21
* Microoptimization in interactive search handlingPaolo Borelli2009-07-201-3/+2
* Bug 588943 – set correct selection before emitting cursor-changed when sear...Paolo Borelli2009-07-201-1/+1
* g_strdup_print does not exist, the function is g_strdup_printf.Xan Lopez2009-07-202-2/+2
* Remove markup from translatable stringsMatthias Clasen2009-07-202-12/+20
* Fix a typo in the startup-id property definitionMatthias Clasen2009-07-192-6/+20
* Add a translator commentMatthias Clasen2009-07-191-0/+1
* Use perl to make gtkalias.h without warningsHans Breuer2009-07-181-2/+2
* Two more getters for flags plus one new propertyMichael Natterer2009-07-173-5/+79
* Bug 588273 - Make number of validated rows depend on time, not row countBenjamin Otte2009-07-171-5/+9
* Add API for more widget flagsMichael Natterer2009-07-173-6/+192
* Correct property typesMatthias Clasen2009-07-171-12/+21
* Complete the get_buffer() conversionMatthias Clasen2009-07-171-1/+1
* Fix DND onto an empty icon viewMatthias Clasen2009-07-171-1/+1
* Change position of paper's dimensions according to reading directionMarek Kasik2009-07-171-11/+35
* Fixed crashes when GtkEntry's internal buffer is not available (bug 588395)Tristan Van Berkom2009-07-161-80/+56
* Make suitable GtkAssistant buttons defaultMatthias Clasen2009-07-161-15/+16
* Add a tooltip to the save folder comboMatthias Clasen2009-07-151-0/+36
* Use G_CONST_RETURN for const return valuesMatthias Clasen2009-07-152-2/+2
* Avoid gratitious behaviour changeMatthias Clasen2009-07-151-1/+4
* Make GtkEntryBuffer::max-length and int propertyMatthias Clasen2009-07-152-10/+9
* Add API for sealed member "visible"Michael Natterer2009-07-153-0/+44
* Add gtk_widget_get_state() for accessing the sealed member "state"Michael Natterer2009-07-143-0/+18
* Add API for some sealed widget flagsMichael Natterer2009-07-143-0/+64
* Add API for the sealed member "activatable"Michael Natterer2009-07-143-8/+55
* Add API for sealed members xpad, ypad, xalign, yalign and sensitiveMichael Natterer2009-07-143-6/+192
* No need to have single-include guards in a private headerMichael Natterer2009-07-141-4/+0
* Fix some problems with prelighting of icons in entriesMatthias Clasen2009-07-131-0/+9
* Make gtk_editable_get_chars work as beforeMatthias Clasen2009-07-131-1/+19
* Mark gtk_custom_paper_unix_dialog_get_type() unix onlyHans Breuer2009-07-131-0/+2
* Fix gccism - pointer arithmetic with void pointersHans Breuer2009-07-131-3/+3
* Fix c99ism - declaration in the mid of a blockHans Breuer2009-07-131-1/+3
* Update msvc buildHans Breuer2009-07-131-0/+3
* Revert 8031432c09c864d6fe635a8e8890c5221399fc4fMatthias Clasen2009-07-121-1/+1
* Exclude GtkEntry::buffer from default value testingMatthias Clasen2009-07-101-1/+2
* Make pltcheck passMatthias Clasen2009-07-102-0/+29
* Create a buffer in init() so subclasses can use the entry in their init()Michael Natterer2009-07-101-1/+10
* Add paper size combo and orientation combo to print dialogMarek Kasik2009-07-1011-927/+2129
* Make link coloring in labels optionalMatthias Clasen2009-07-093-6/+84
* Remove accidentally added debug spewAlexander Larsson2009-07-091-50/+0
* Correctly set enter/leave events as detail=nonlinearAlexander Larsson2009-07-091-0/+50
* Disallow single-include unconditionally because this is a new fileMichael Natterer2009-07-091-1/+1
* Add single-include guardMichael Natterer2009-07-091-0/+4
* GtkEntryBuffer holds text for GtkEntryStef Walter2009-07-087-437/+1436
* Fix defaultvalue test due to cswAlexander Larsson2009-07-081-0/+3
* Remove unused variableBenjamin Otte2009-07-081-1/+0
* Fix the remaining issues that broke the PLT checkMichael Natterer2009-07-085-2/+20
* Move get_cells implementation from deprecated functionAlexander Larsson2009-07-081-16/+17
* Move get_cells implementation from deprecated functionAlexander Larsson2009-07-081-20/+20
* Some indentation fixes and minor cleanupMichael Natterer2009-07-082-20/+12