summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add gtkprintutils.[hc]Matthias Clasen2006-04-238-248/+402
* more docsMatthias Clasen2006-04-231-4/+350
* Small workaround for weird bug in some versions of Automake at least onTor Lillqvist2006-04-221-3/+1
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-2145-16/+15768
* plug small leak (#339132) dittoPaolo Borelli2006-04-201-0/+2
* _GtkFileChooserButtonPrivate: Added has_title flag so we can rememberMurray Cumming2006-04-191-0/+10
* Allocate pixmap_path dynamically, rather than using a fixed array of sizeMatthias Clasen2006-04-181-48/+12
* Apply a patch by Paolo Borelli to factor out a strip_suffix() function andMatthias Clasen2006-04-181-17/+26
* removed wrong condition check that caused tab labels not to be drawn underCarlos Garnacho2006-04-181-4/+1
* Fix UMR in gtk_drag_dest_motion. Bug #338725.Christian Persch2006-04-171-0/+2
* Fix typos in property blurbs. (#338772, Clytie Siddall)Matthias Clasen2006-04-172-2/+2
* Avoid a possible array overrun. (Coverity)Matthias Clasen2006-04-161-1/+1
* fix another Coverity bug.Matthias Clasen2006-04-161-3/+4
* Fix 336772Matthias Clasen2006-04-161-6/+30
* Reorganize slightly to avoid a possible NULL dereference. (Coverity)Matthias Clasen2006-04-131-3/+4
* Don't allow passing NULL for x1 or x2, adjust callers.Matthias Clasen2006-04-131-15/+7
* Reorganize to avoid a possible NULL pointer dereference. (Coverity)Matthias Clasen2006-04-131-52/+27
* Reorganize to avoid a possible NULL dereference. (Coverity)Matthias Clasen2006-04-121-9/+10
* Handle _gtk_text_line_get_data() returning NULL in all cases. (Coverity)Matthias Clasen2006-04-121-8/+15
* Make find_menu_position and find_toolbar_position void. (#338100)Matthias Clasen2006-04-121-132/+116
* Don't pass a negative value as string length to get_child_node().Matthias Clasen2006-04-121-29/+24
* Better fixMatthias Clasen2006-04-121-7/+12
* Fix another Coverity bugMatthias Clasen2006-04-121-5/+6
* Silently do nothing if the widget is not a child. (Coverity)Matthias Clasen2006-04-121-1/+4
* Remove some unused variables.Matthias Clasen2006-04-122-4/+2
* Remove the unneeded setting of the storage file inside the constructor.Emmanuele Bassi2006-04-111-16/+9
* Silence compiler warnings.Matthias Clasen2006-04-111-1/+2
* Don't dereference info before checking it for NULL. (Coverity)Matthias Clasen2006-04-111-1/+3
* pasted rich text should not be affected by tags that are active at theMichael Natterer2006-04-101-0/+123
* updatedHans Breuer2006-04-071-1/+25
* More accidental commitsMatthias Clasen2006-04-061-1/+0
* Revert accidental changesMatthias Clasen2006-04-061-28/+0
* Lower the window, to prevent late-constructed text windows from coveringMatthias Clasen2006-04-061-0/+1
* One more optimizationMatthias Clasen2006-04-061-1/+1
* Rework the code which emits ::grab-notify signals to ensure that we emitMatthias Clasen2006-04-062-39/+95
* handle the case of \r and \n split across lines. Bug #337022. add unitPaolo Borelli2006-04-051-2/+15
* Small savingsMatthias Clasen2006-04-041-5/+4
* Make gtk_args constMatthias Clasen2006-04-041-1/+1
* Move a constant string to rodataMatthias Clasen2006-04-043-2/+6
* No point in making the error path fast by caching quarks.Matthias Clasen2006-04-045-21/+5
* Avoid relocationMatthias Clasen2006-04-041-1/+1
* Mention that %NULL is allowed. (#336937, Christian Neumair)Matthias Clasen2006-04-031-1/+1
* Get rid of an unnecessary static variable.Matthias Clasen2006-04-031-6/+3
* Fix a warning.Matthias Clasen2006-04-039-30/+28
* Make the default colors const.Matthias Clasen2006-04-031-2/+2
* Avoid relocations.Matthias Clasen2006-04-031-35/+45
* Reduce size of static buffer.Matthias Clasen2006-04-031-2/+2
* Avoid relocations.Matthias Clasen2006-04-031-70/+61
* Allocate the gtk_rc_default_files array dynamically.Matthias Clasen2006-04-031-7/+18
* Avoid relocations for the array of symbol names.Matthias Clasen2006-04-031-41/+78