]> Pileus Git - ~andy/gtk/history - gtk
rm autom4te.cache, since it might interfere with differing autoconf
[~andy/gtk] / gtk /
2004-11-17 Matthias ClasenDestroy the correct data. (#158522, John Finlay)
2004-11-17 Matthias ClasenFix a stupid oversight.
2004-11-16 Davyd MadeleyAllow backspace to move up the FileChooser tree to...
2004-11-16 Matthias ClasenDon't use the foreground color for selected cells,...
2004-11-16 Matthias ClasenReduce the clipboard timeout from 300 seconds to 30...
2004-11-16 Manish Singhgdk/abicheck.sh don't hardcode lengths for cut, instead...
2004-11-16 Matthias ClasenReally free the list. (#158422, Morten Welinder)
2004-11-16 Matthias ClasenUse GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints...
2004-11-16 Manish SinghOutput Makefile for the pixbuf engine directory.
2004-11-15 Matthias Clasen*** empty log message ***
2004-11-15 Matthias ClasenAdd some more docs.
2004-11-15 Jonathan Blandfordsomehow this got missed mid-commit
2004-11-15 Matthias Clasen*** empty log message ***
2004-11-15 Matthias Clasen*** empty log message ***
2004-11-15 Erwann Chenede -fix unselect in multiple selection (#156805)
2004-11-15 Matthias ClasenInclude gtkdnd.h (#158243, Kazuki IWAMOTO)
2004-11-14 Matthias ClasenAllow min == max. (#158225, Vasco Alexandre da Silva...
2004-11-12 Matthias ClasenAdd more docs.
2004-11-12 Matthias ClasenFix typo in docs.
2004-11-12 Matthias ClasenImplement DND for selectable labels.
2004-11-12 Matthias ClasenAdjust to the current entry popup menu.
2004-11-12 Matthias Clasen2.5.5
2004-11-12 Matthias ClasenDon't try to use xdgmime on Windows where we don't...
2004-11-12 Matthias ClasenAlso reserve space for the resize grip if the grip_wind...
2004-11-11 Matthias ClasenFix some C99isms.
2004-11-11 Matthias ClasenRemove two more places where we were unconditionally...
2004-11-11 Matthias ClasenConsiderably speed up GtkUIManager, by changing the...
2004-11-11 Jonathan Blandfordreturn FALSE instead of TRUE. This is just a quick...
2004-11-11 J. Ali HarlowUse embedded tab rather than '\t' escape sequence....
2004-11-10 Matthias ClasenOnly shorten the label if it actually overlaps the...
2004-11-10 Matthias ClasenOnly shorten the label if it actually overlaps the...
2004-11-10 Matthias ClasenMake power a double. (gtk_range_class_init): s/digits...
2004-11-10 Matthias ClasenRemove debugging printfs.
2004-11-10 Matthias ClasenImprove the docs. (#157785, Torsten Schoenfeld)
2004-11-09 Matthias ClasenAdd new symbols.
2004-11-09 Matthias ClasenMake it work with *big* icon views. (#154466)
2004-11-09 Matthias ClasenMake return types G_CONST_RETURN instead of const.
2004-11-09 Matthias ClasenRaise the grip window when appropriate. (gtk_statusbar_...
2004-11-09 Matthias ClasenRaise the grip window when appropriate.
2004-11-09 Matthias ClasenUse a row reference, not a path, to associate separator...
2004-11-09 Matthias ClasenShow the grip_window if necessary.
2004-11-09 Matthias ClasenOnly clear the triangle below the grip to the backgroun...
2004-11-09 Matthias ClasenClip when drawing the cursor. This prevents bits of...
2004-11-09 Matthias ClasenApply a patch by Owen Taylor to get reasonable allocati...
2004-11-09 Matthias ClasenAdd new symbols.
2004-11-09 Matthias ClasenAvoid resizing GtkStatusbar if the text of the label...
2004-11-08 Matthias ClasenUse xdg_mime_mime_type_subclass() to match mime types...
2004-11-08 Matthias ClasenUse gtk_widget_{hide,show} instead of g_object_set...
2004-11-08 Matthias ClasenSync from upstream
2004-11-08 Matthias ClasenHide the website button if the url is unset. (#157630...
2004-11-08 Matthias ClasenChange the return types of the gchar ** getters to...
2004-11-08 Matthias ClasenAdd uri targets before text targets, to make file dnd...
2004-11-08 Matthias ClasenSupport columns whose declared type is an interface...
2004-11-08 Bastien Noceraadd the icons again with the binary flag (Closes: ...
2004-11-08 Bastien Nocera- removed
2004-11-07 Matthias ClasenNew convenience function to add a filter for image...
2004-11-07 Matthias ClasenRemove some warnings.
2004-11-07 Matthias ClasenShow files in folder modes. (#157013, Nickolay V. Shmyrev)
2004-11-07 Matthias ClasenDon't support CREATE_FOLDER and SAVE for now. UI author...
2004-11-07 Matthias ClasenForgotten file
2004-11-07 Matthias ClasenJump through a few hoops to make the tooltip on the...
2004-11-06 Matthias ClasenAdd the ComboCellInfo to the list. (#157528, Carlos...
2004-11-05 Matthias ClasenRemove this unneeded function, as it breaks state propa...
2004-11-05 Matthias ClasenQueue the resize before setting the tearoff state,...
2004-11-05 Matthias ClasenDon't unnecessarily call gtk_menu_position(), since...
2004-11-05 Matthias ClasenDocument new functions.
2004-11-04 Matthias ClasenTypo fix.
2004-11-04 Matthias ClasenDocumentation updates.
2004-11-04 Bastien NoceraMake sure the RTL variants are used for media icons...
2004-11-04 Matthias ClasenDon't leak the path. (#157301, Carlos Garnacho Parro)
2004-11-03 Matthias ClasenTiny cleanup
2004-11-03 Matthias ClasenDon't try to activate a node if the cursor is not valid.
2004-11-03 James M. CapeDon't mysteriously go to the parent dir when hitting...
2004-11-03 Matthias ClasenDon't access label->layout directly. (#157080, Adam...
2004-11-03 Matthias ClasenAllow unsetting a pattern by passing NULL. (#156720...
2004-11-03 Matthias ClasenDon't crash if the active_row reference has become...
2004-11-02 Matthias ClasenAs a last stage in GtkWindow key press handing, try...
2004-11-02 Matthias ClasenDoc additions.
2004-11-02 Matthias ClasenFix trigraphs in private markers.
2004-11-02 Matthias ClasenFix a doc comment.
2004-11-02 Matthias ClasenRemove a debug printf(). (#157087, Christian Persch)
2004-11-02 Matthias ClasenActually commit the "stat less" patch which appeared...
2004-11-01 Matthias ClasenMove some docs inline.
2004-11-01 Matthias ClasenDoc update.
2004-11-01 Matthias ClasenRevalidate the iter. (#156924, Murray Cumming)
2004-11-01 Matthias ClasenFix a typo in the docs. (#157044, Masao Mutoh)
2004-11-01 Matthias ClasenUpdate the state of the cell view when the state of...
2004-10-31 Matthias ClasenDon't force the height of the action area, we don't...
2004-10-31 Matthias ClasenUpdate doc comments.
2004-10-31 Matthias ClasenUpdate doc comments.
2004-10-31 Matthias ClasenAdd api for image transfer via copy-and-paste (#156408)
2004-10-31 Matthias ClasenAdd an ellipsize property with getter and setter. ...
2004-10-30 Matthias ClasenRedisplay the new selection.
2004-10-30 Matthias ClasenDrop the reference to the pixbuf, regardless whether...
2004-10-29 Hans Breuerupdated
2004-10-29 Matthias ClasenDon't hardwire the supported text targets here, use
2004-10-29 Matthias ClasenDon't loop over the sentinel node. (#156298, Torsten...
2004-10-28 Matthias ClasenUse g_signal_connect_object() to prevent premature...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-28 Matthias ClasenDisconnect from the remove-widget signal after removing...
next