]> Pileus Git - ~andy/gtk/history - gtk
Create 'composited' label.
[~andy/gtk] / gtk /
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-25 Matthias ClasenAdd prefixes to msgids for paper sizes
2006-04-25 Matthias Clasensmall doc fixes
2006-04-24 Matthias Clasenforgotten files
2006-04-24 Matthias ClasenFix includes (#338665)
2006-04-24 Matthias ClasenDeclare in a way grokked by gtk-doc.
2006-04-24 Matthias ClasenAdd docs.
2006-04-24 Matthias ClasenRefactor the gtk_print_operation_run() code and add...
2006-04-24 Alexander LarssonDon't ref the backend since the backend owns the printer.
2006-04-24 Alexander LarssonRemove spew.
2006-04-24 Alexander LarssonEven/Odd Pages -> Even/Odd Sheets
2006-04-24 Matthias ClasenCleanups
2006-04-24 Matthias ClasenRemove redundant code.
2006-04-24 Matthias ClasenInstall gtkprintjob.h as Unix-specific print API.
2006-04-24 Matthias ClasenReturn a copy of the original page setup if the dialog...
2006-04-24 Alexander LarssonDeclare GtkPrintJob.
2006-04-24 Matthias ClasenMatch parameter names with the headers.
2006-04-24 Matthias ClasenDon't declare GtkPrintJob here. Instead include gtkprin...
2006-04-24 Matthias ClasenUse g types, add documentation, and some stylistic...
2006-04-23 Matthias ClasenUse g types, add documentation.
2006-04-23 Matthias ClasenAdd gtkprintutils.[hc]
2006-04-23 Matthias Clasenmore docs
2006-04-22 Tor LillqvistSmall workaround for weird bug in some versions of...
2006-04-21 Alexander LarssonMerge the gtk-printing branch. For more detailed Change...
2006-04-20 Paolo Borelliplug small leak (#339132) ditto
2006-04-19 Murray Cumming_GtkFileChooserButtonPrivate: Added has_title flag...
2006-04-18 Matthias ClasenAllocate pixmap_path dynamically, rather than using...
2006-04-18 Matthias ClasenApply a patch by Paolo Borelli to factor out a strip_su...
2006-04-18 Carlos Garnachoremoved wrong condition check that caused tab labels...
2006-04-17 Christian PerschFix UMR in gtk_drag_dest_motion. Bug #338725.
2006-04-17 Matthias ClasenFix typos in property blurbs. (#338772, Clytie Siddall)
2006-04-16 Matthias ClasenAvoid a possible array overrun. (Coverity)
2006-04-16 Matthias Clasenfix another Coverity bug.
2006-04-16 Matthias ClasenFix 336772
2006-04-13 Matthias ClasenReorganize slightly to avoid a possible NULL dereferenc...
2006-04-13 Matthias ClasenDon't allow passing NULL for x1 or x2, adjust callers.
2006-04-13 Matthias ClasenReorganize to avoid a possible NULL pointer dereference...
2006-04-12 Matthias ClasenReorganize to avoid a possible NULL dereference. (Coverity)
2006-04-12 Matthias ClasenHandle _gtk_text_line_get_data() returning NULL in...
2006-04-12 Matthias ClasenMake find_menu_position and find_toolbar_position void...
2006-04-12 Matthias ClasenDon't pass a negative value as string length to get_chi...
2006-04-12 Matthias ClasenBetter fix
2006-04-12 Matthias ClasenFix another Coverity bug
2006-04-12 Matthias ClasenSilently do nothing if the widget is not a child. ...
2006-04-12 Matthias ClasenRemove some unused variables.
2006-04-11 Emmanuele BassiRemove the unneeded setting of the storage file inside...
2006-04-11 Matthias ClasenSilence compiler warnings.
2006-04-11 Matthias ClasenDon't dereference info before checking it for NULL...
2006-04-10 Michael Nattererpasted rich text should not be affected by tags that...
2006-04-07 Hans Breuerupdated
2006-04-06 Matthias ClasenMore accidental commits
2006-04-06 Matthias ClasenRevert accidental changes
2006-04-06 Matthias ClasenLower the window, to prevent late-constructed text...
2006-04-06 Matthias ClasenOne more optimization
2006-04-06 Matthias ClasenRework the code which emits ::grab-notify signals to...
2006-04-05 Paolo Borellihandle the case of \r and \n split across lines. Bug...
2006-04-04 Matthias ClasenSmall savings
2006-04-04 Matthias ClasenMake gtk_args const
2006-04-04 Matthias ClasenMove a constant string to rodata
2006-04-04 Matthias ClasenNo point in making the error path fast by caching quarks.
2006-04-04 Matthias ClasenAvoid relocation
2006-04-03 Matthias ClasenMention that %NULL is allowed. (#336937, Christian...
2006-04-03 Matthias ClasenGet rid of an unnecessary static variable.
2006-04-03 Matthias ClasenFix a warning.
2006-04-03 Matthias ClasenMake the default colors const.
2006-04-03 Matthias ClasenAvoid relocations.
2006-04-03 Matthias ClasenReduce size of static buffer.
2006-04-03 Matthias ClasenAvoid relocations.
2006-04-03 Matthias ClasenAllocate the gtk_rc_default_files array dynamically.
2006-04-03 Matthias ClasenAvoid relocations for the array of symbol names.
2006-04-03 Matthias ClasenRemove unused strings from the ruler_metrics structs...
2006-04-02 Emmanuele BassiBuild the items list after setting the storage file.
2006-04-02 Behdad EsfahbodOops. (#336784)
2006-04-01 Behdad EsfahbodUse a GString instead of static buffer to reduce .bss...
2006-04-01 Behdad EsfahbodConvert filenames to UTF-8 before printing them out...
2006-04-01 Behdad EsfahbodUpdate last_stamp inside the look. (#336771, Morten...
2006-04-01 Behdad EsfahbodAdd missing break. (#336769, Morten Welinder)
2006-04-01 Behdad EsfahbodReturn NULL instead of FALSE in g_return_val_if_fail...
2006-03-31 Matthias ClasenDon't assert that the age is positive. (#336773, Morten...
2006-03-31 Matthias ClasenDon't leak the keyfile parser in the error case.
2006-03-30 Behdad EsfahbodFix translation comments for localizable digit formats...
2006-03-30 Matthias ClasenFix the doc comment format.
2006-03-30 Matthias ClasenMake sure to get an icon window when constructing the...
2006-03-29 Matthias ClasenFix some symbol aliasing glitches
2006-03-29 Emmanuele BassiMake gtkalias.h the last included file.
2006-03-29 Emmanuele BassiFix a typo that broke aliasing rules.
2006-03-29 Emmanuele BassiImport GtkRecent* from libegg.
2006-03-29 Matthias ClasenEmit page-added before switch-page
2006-03-29 Matthias ClasenHandle double queuing, rather than asserting that it...
2006-03-28 Matthias ClasenFix docs syntax.
2006-03-28 Matthias ClasenFix drag-selection after double-click. (#323862, Benjam...
2006-03-28 Matthias ClasenMove the call to gtk_text_view_end_selection_drag(...
2006-03-27 Sven Herzbergreviewed by: Tim Janik
2006-03-27 Anders CarlssonMake the poll func work with real file descriptors...
2006-03-27 Matthias ClasenCheck that the widget is viewable. (#336200, Bastian...
2006-03-27 Michael Nattererbail out if there is no need for scrolling (more obviou...
2006-03-27 Anders CarlssonAdd -xobjective-c to cflags. (#335956, Lllian Angel)
2006-03-27 Michael Nattereradd missing ')'.
2006-03-26 Matthias ClasenFix a build problem
2006-03-26 Matthias ClasenAnother leak
next