]> Pileus Git - ~andy/gtk/history - gtk
Updated Slovenian translation
[~andy/gtk] / gtk /
2008-04-25 Björn LindqvistUse existing window size when painting the flat box...
2008-04-25 Johan Dahlininclude <atk/atk.h> instead of <atk/atkobject.h>
2008-04-25 Michael Nattererinclude <pango/pango.h> instead of <pango/pango-layout.h>.
2008-04-25 Michael Nattererinclude <gdk/gdk.h> instead of <gdk/gdkscreen.h>.
2008-04-21 Michael Nattereradd tons of g_return_if_fail() instead of crashing...
2008-04-18 Michael Natterermove a few '{' to their own lines so all enums here...
2008-04-18 Michael Natterergtk/gtkicontheme.h include <gdk/gdk.h> instead of ...
2008-04-18 Emmanuele BassiKeep the default storage file in $HOME, as we don't...
2008-04-18 Michael Nattererg_strfreev() the uris returned by g_bookmark_file_get_u...
2008-04-17 Michael Nattererregister the GTK_STOCK_PAGE_SETUP icon.
2008-04-17 Michael Nattererno need to g_return_if_fail(tooltips != NULL);
2008-04-16 Matthias ClasenSync xdgmime to the copy in gio
2008-04-16 Matthias ClasenPartically revert the last commit after realizing that
2008-04-16 Matthias ClasenAvoid possible memory corruption in xdgmime, fd.o bug...
2008-04-16 Tristan Van BerkomChain up in buildable_finish()
2008-04-15 Emmanuele BassiFix last commit, and complete the gtk-recent-files...
2008-04-15 Emmanuele BassiBug 488507 – boundless growth of .recently-used.xbel...
2008-04-15 Emmanuele BassiEmit the ::changed signal at the end of the asynchronou...
2008-04-15 Emmanuele BassiBug 487375 – gtkrecent apps poll ~/.recently-used.xbel...
2008-04-15 Emmanuele BassiBug 506062 – gtk_recent_manager_add_item does not detec...
2008-04-11 Carlos GarnachoAdd current page to visited page list instead of next...
2008-04-11 Tristan Van BerkomAdded <attributes> / <attribute> custom tags to parse...
2008-04-10 Carlos GarnachoDo not call gtk_widget_set_parent_window(), using widge...
2008-04-08 Tomas BzatekFix fallback icon rendering size
2008-04-08 Michael Nattererfix a touchscreen-mode keynav corner case: when navigat...
2008-04-06 Tristan Van BerkomClarified a g_warning message regarding parsing acceler...
2008-04-03 Cody RussellFix variable declared in the middle of the block. ...
2008-04-03 Tor LillqvistBug 330743 - Up/down spinbuttons won't take zeros and...
2008-04-02 Federico Mena Quinterobgo492134 - fix tilde expansion in GtkFileSystemUnix
2008-04-02 Tor LillqvistDon't bother compiling gtksearchenginebeagle.c and
2008-04-01 Cody RussellBump required Cairo to 1.5.2.
2008-03-26 Federico Mena QuinteroAhem, fix compilation
2008-03-26 Federico Mena QuinteroMake 'Ok' work for the file chooser entry
2008-03-23 Johan DahlinProperly convert GtkImageMenuItems which use stock...
2008-03-22 Matthew BarnesNew function implements GtkCellLayoutClass::get_cells...
2008-03-22 Tor LillqvistBug 523782 - Leftover call to GDK_THREADS_LEAVE() in...
2008-03-22 Björn Lindqvistgtk_label_get_label() should be used instead of gtk_lab...
2008-03-20 Tor LillqvistRevert accidental change that went in as part of the...
2008-03-20 Tor LillqvistBug 314084 - GTK+ dialogs should not be placed partiall...
2008-03-18 Sven Neumannset alternative button order on the password dialog.
2008-03-17 Tor LillqvistBug 99192 - Add --with-include-input-modules
2008-03-17 Christian KellnerImplement GtkMountOperation, a subclass of GMountOperat...
2008-03-17 Emmanuele BassiProperly document gtk_container_set_focus_child()....
2008-03-16 Alberto RuizThe child is now aware of both the combobox and frame...
2008-03-15 Matthias ClasenSet window type hint on the search popup. (#522279...
2008-03-15 Matthias ClasenEmit preedit_start/_end as appropriate. (#521934, Huang...
2008-03-14 Michael Natterergdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoos...
2008-03-14 Michael Natterercoding style cleanup.
2008-03-14 Federico Mena QuinteroHide the mouse cursor in the completion feedback window
2008-03-14 Federico Mena QuinteroUse rough font-based spacing for the completion entry...
2008-03-13 Sven Neumanngtk/gtkfilechooserdefault.c set alternative button...
2008-03-13 Sven Neumannadded some line-breaks for readability.
2008-03-13 Federico Mena QuinteroBeep with gtk_widget_error_bell()
2008-03-13 Federico Mena QuinteroBetter feedback for sole completions
2008-03-13 Federico Mena QuinteroDon't complete the directory separator if it would...
2008-03-13 Federico Mena QuinteroRemove obsolete FIXMEs
2008-03-13 Federico Mena QuinteroRemove debug printfs
2008-03-13 Federico Mena QuinteroAdd some FIXMEs
2008-03-13 Federico Mena QuinteroOn error when loading a folder, use the raw error messa...
2008-03-13 Federico Mena QuinteroClear the current_folder_path if loading yields an...
2008-03-13 Federico Mena QuinteroPresent an error if we can't load the folder during...
2008-03-13 Federico Mena QuinteroDetect when Tab would generate no new completions
2008-03-13 Federico Mena QuinteroDebug printfs for deleting/inserting the completion
2008-03-13 Federico Mena QuinteroIf explicitly completing and we have a completion,...
2008-03-13 Federico Mena QuinteroAnother FIXME
2008-03-13 Federico Mena QuinteroAdd completion feedback in other places
2008-03-13 Federico Mena QuinteroFind the cursor position from GtkEntry for the completi...
2008-03-13 Federico Mena QuinteroUse a timer for the completion feedback window
2008-03-13 Federico Mena QuinteroDestroy the completion feedback window
2008-03-13 Federico Mena QuinteroUse an alignment for the label like in GtkTooltip
2008-03-13 Federico Mena QuinteroShow the label as well as the feedback window
2008-03-13 Federico Mena QuinteroDebug printfs for the completion feedback position
2008-03-13 Federico Mena QuinteroCreate a tooltip-like window to present completion...
2008-03-13 Federico Mena QuinteroBeep if there are no matches for explicit completion
2008-03-13 Federico Mena QuinteroScan the completion store again to look for complete...
2008-03-13 Federico Mena QuinteroStubs for all cases of completion feedback
2008-03-13 Federico Mena QuinteroUpdate comments on explicit completion
2008-03-13 Federico Mena QuinteroStubs to give feedback when doing explicit completion
2008-03-13 Federico Mena QuinteroRefresh the file part when it gets requested and when...
2008-03-13 Federico Mena QuinteroClear the completion flags before appending the common...
2008-03-13 Federico Mena QuinteroAdd FIXMEs for beeping later
2008-03-13 Federico Mena QuinteroFactor out some code
2008-03-13 Federico Mena QuinteroImplement the basic code path for explicit completion
2008-03-13 Federico Mena QuinteroClear pending completions thoroughly
2008-03-13 Federico Mena QuinteroRemove debug printfs from populate_completion_store()
2008-03-13 Federico Mena QuinteroDebug printfs for finishing the folder load
2008-03-13 Federico Mena QuinteroMore debug printfs for populating the completion store
2008-03-13 Federico Mena QuinteroDebug printfs for populating the completion store
2008-03-13 Federico Mena QuinteroTurn on in_change while changing the filename in the...
2008-03-13 Federico Mena QuinteroUpdate some FIXMEs
2008-03-13 Federico Mena QuinteroWhen finding the common prefix, assert that we have...
2008-03-13 Federico Mena QuinteroDiscard the completion store when we change the folder
2008-03-13 Federico Mena QuinteroAdd some more FIXMEs
2008-03-13 Federico Mena QuinteroRemove obsolete comments
2008-03-13 Federico Mena QuinteroCancel all forms of completion at the appropriate times...
2008-03-13 Federico Mena QuinteroPut some more FIXMEs
2008-03-13 Federico Mena QuinteroRe-create the completion store right before populating it
2008-03-13 Federico Mena QuinteroPopulate the completion store when the folder is done...
2008-03-13 Federico Mena QuinteroRemove files_added handler
2008-03-13 Federico Mena QuinteroRemove files_deleted handler
next