]> Pileus Git - ~andy/gtk/history - ChangeLog
Translation updated by Ivar Smolin
[~andy/gtk] / ChangeLog
2008-05-08 Richard HultMove the currently invalidated region. Fixes bug #53204...
2008-05-08 Richard HultOnly set the fake fd's revents, not the first one....
2008-05-07 Tor LillqvistAdd gtk-update-icon-cache.exe and more man pages to...
2008-05-06 Matthias ClasenForgotten files
2008-05-06 Michael Natterergdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkeven...
2008-05-06 Richard HultAdd private backend data to events, and handle it when...
2008-05-05 Richard HultInitalize framework if there is one.
2008-05-05 Michael Natterergtk/gtkcellrenderercombo.h gtk/gtkcellrendererspin...
2008-05-04 Richard HultCheck if gdk_unicode_to_keyval() worked before using...
2008-05-04 Richard HultRemove stray semicolon after if statement. Fixes bug...
2008-05-02 Michael Nattereradd 15 files that were missing (they all got included...
2008-05-02 Michael Nattereruse GETTEXT_PACKAGE instead of "gtk20".
2008-05-01 Richard HultPrevent crash, fixes bug #530153. Patch from Yevgen...
2008-05-01 Matthias ClasenRegister the right translation domain.
2008-05-01 Matthias Clasen Bug 529386 – Printing options hidden by blackli...
2008-04-30 Richard HultSimplify check for zero sized expose area.
2008-04-30 Richard HultDon't send nsevents with the gdk lock held, fixes deadl...
2008-04-30 Richard HultMap Alt to Alt and Cmd to Meta. This is not only more...
2008-04-25 Björn LindqvistUse existing window size when painting the flat box...
2008-04-25 Michael David EmmelBug 529841 – incorrect position in directfb
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 <pango/pango.h> instead of <pango/pango-font.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 Michael Nattererreorder one include so they are all alphabetical.
2008-04-18 Michael Nattererchange return value and local variable to const gchar...
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-17 Xan LopezFix ChangeLog
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-11 Cody RussellMove my documentation changelog entries to the right...
2008-04-10 Cody RussellFix to say g_signal_connect_after rather than g_signal_...
2008-04-10 Cody RussellFix a typo in the markup. (reported by kraai -at- ftbfs...
2008-04-10 Carlos GarnachoDo not call gtk_widget_set_parent_window(), using widge...
2008-04-08 Tor LillqvistMark these functions with G_MODULE_EXPORT.
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-03 Matthias ClasenDon't call XFreeColormap on foreign colormaps
2008-04-02 Björn LindqvistCover GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER action...
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 RussellImproved changelog for last commit
2008-04-01 Cody RussellBump required Cairo to 1.5.2.
2008-03-31 Cody RussellMove down each line in units of text_height rather...
2008-03-31 Richard HultDefer the generated event to the mainloop and don't...
2008-03-26 Federico Mena QuinteroMake 'Ok' work for the file chooser entry
2008-03-25 Richard HultBail out early if we can't find a matching window.
2008-03-25 Richard HultPlug a leak and add a check that we have a toplevel...
2008-03-24 Tor LillqvistBug 524151 - Dragging of 0-byte files results in an...
2008-03-23 Björn LindqvistGuard against NULL pointer. (#467051, Gian Mario Taglia...
2008-03-23 Cody RussellCheck window state for GDK_WINDOW_STATE_ICONIFIED befor...
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 LillqvistMinor edit.
2008-03-20 Tor LillqvistAdd comment about what grep to use on Windows.
2008-03-20 Tor LillqvistTypo.
2008-03-20 Tor LillqvistImport the GDI+ gdk-pixbuf loaders for Windows by Domin...
2008-03-20 Tor LillqvistRevert accidental change that went in as part of the...
2008-03-20 Tor LillqvistDon't pass NULL for %s to g_message(). (main): Drop...
2008-03-20 Tor LillqvistBug 314084 - GTK+ dialogs should not be placed partiall...
2008-03-18 Tor LillqvistBug 523225 - modules/input/im*.c: MODULE_ENTRY macros...
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 Tor LillqvistBuild testmountoperation only on Unix for now.
2008-03-17 Christian KellnerImplement GtkMountOperation, a subclass of GMountOperat...
2008-03-17 Emmanuele BassiProperly document gtk_container_set_focus_child()....
2008-03-17 Sven Neumannre-wrapped some lines to make them fit into 80 columns
2008-03-16 Alberto Ruizmore descriptive style names for the ComboBox thickness...
2008-03-16 Alberto Ruizdraw box does more intelligent separation for the xp...
2008-03-16 Alberto RuizThe child is now aware of both the combobox and frame...
2008-03-15 Andre KlapperAdded "si" to ALL_LINGUAS.
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 Tor LillqvistDrop the support for the MSH_MOUSEWHEEL message that...
2008-03-14 Cody RussellChanged 'void int main()' to 'int main()'. (#522211...
2008-03-14 Richard HultPatch from Paul Davis, only flush the toplevel once...
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 Tor LillqvistRemove superfluous empty line
2008-03-13 Sven Neumanngtk/gtkfilechooserdefault.c set alternative button...
2008-03-13 Sven Neumannadded some line-breaks for readability.
next