]> Pileus Git - ~andy/gtk/history - ChangeLog
Make folder selection for print-to-file work
[~andy/gtk] / ChangeLog
2007-02-26 Matthias ClasenMake folder selection for print-to-file work
2007-02-26 Chris WilsonBug 409101 – invalid read to gtkicontheme.c insert_them...
2007-02-26 Tor LillqvistAdd comment clarifying that "icon name" here is not...
2007-02-23 Dom LachowiczBug 411118 - bad bevel for progress bar on windows...
2007-02-19 Tor LillqvistRemove. (gdk_device_get_type): Drop class init function...
2007-02-18 Matthias ClasenIgnore invisible text when going to end of the previous...
2007-02-18 Richard HultSetup release pools to plug two leaks, patch from Erik...
2007-02-18 Richard HultAdd stub for gdk_display_add_client_message_filter...
2007-02-18 Richard HultImport AppKit.h instead of Quartz.h. Don't use userSpac...
2007-02-16 Behdad EsfahbodUse PANGO_PIXELS instead of division. (#334617)
2007-02-16 Kristian Rietveldadd cursor_offset field.
2007-02-16 Kristian Rietveldsend a focus-in event to the tree view after hiding...
2007-02-16 Kristian Rietveldalso handle keyboard tooltips. (#408325, Matthias Clasen).
2007-02-16 Xan LopezCleanup the logic in expose event handler. Reviewed...
2007-02-16 Matthias ClasenFix a small leak
2007-02-16 Matthias ClasenBe more careful when checking for ButtonRelease events...
2007-02-15 Matthias ClasenFree the lines even if there are no views. (#408018...
2007-02-15 Cody RussellFix small mistake in my ChangeLog
2007-02-15 Cody RussellFix Win32 resize events and flickering
2007-02-15 Matthias ClasenHandle symlinked .icon files intelligently; also avoid...
2007-02-15 Michael Nattererremove two antique function typedefs that are probably...
2007-02-14 Stefan Kostreviewed by: Matthias Clasen <mclasen@redhat.com>
2007-02-14 Kristian Rietveldcheck return value of gtk_widget_translate_coordinates...
2007-02-14 Kristian Rietvelduse TREE_VIEW_DRAG_WIDTH/2 when calculating the drag...
2007-02-14 Michael Nattererdon't forget to set the state of the synthesized GDK_EN...
2007-02-13 Kristian Rietveldstop any pending tooltip timeout. (Fixes #406110, Carlo...
2007-02-10 Emmanuele BassiFix the english of the comment; remove some type checki...
2007-02-09 Emmanuele BassiAdd support for both prepending and appending custom...
2007-02-08 Emmanuele BassiKeep count of the displayed items to build the menu...
2007-02-08 Tim Janikapplied patch from Xan Lopez which adds GTK_BUTTONBOX_C...
2007-02-07 Cody RussellAdd gdk_event_request_motions
2007-02-07 Tim Janikfixed motion request condition which was wrongly ported...
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2007-02-06 Kristian Rietveldremove unused get of has_tooltip.
2007-02-06 Michael Nattererchain up.
2007-02-06 Kristian RietveldNew tooltips API.
2007-02-05 Dom LachowiczFix bug 404506, caused by prematurely releasing a DC...
2007-02-05 Michael Nattereradd new boolean settings gtk-enable-accels and gtk...
2007-02-05 Michael Nattererchanged values from G_MAXUINT-0, -1, -2 to -1, -2,...
2007-02-04 Soren SandmannRemove these files since GSequence has been moved into...
2007-02-04 Tor LillqvistDon't define BITMAPV5HEADER on mingw with w32api >...
2007-02-02 Kristian Rietveldremove unused style_get of vertical-separator. (#403165...
2007-02-02 Christian PerschUse a simple key file instead of a markup file. Bug...
2007-02-02 Mariano Suárez-Alvarezbe a little more helpful with the docs on GtkCellRender...
2007-02-01 Michael Nattererpass &event->area to gtk_paint_box() calls.
2007-02-01 Michael Nattererremove redundant and confusing if (GTK_IS_MENU (widget...
2007-02-01 Tim Janikremove extra reference that gtkcombobox keeps on priv...
2007-01-31 Christian PerschHide the Credits button iff there are no credits to...
2007-01-30 Tor LillqvistNew debugging function. (_gdk_input_wintab_init_check...
2007-01-30 Felix RiemannFix leaked string. Fixes bug #402565.
2007-01-30 Matthias ClasenBe more careful about toplevel possibly being NULL...
2007-01-30 Tim Janikcleaned up ::color-hash registration to not abuse class...
2007-01-29 Michael Nattererqueue a draw on the parent_menu_item of this menu item...
2007-01-29 Matthias ClasenReinstate gtk_toolbar_content_new_compatibility() that...
2007-01-28 Matthias ClasenFix a problem with large y thickness
2007-01-28 Matthias ClasenUse canonical property names
2007-01-28 Matthias ClasenAvoid some unnecessary gtk_widget_get_style() calls.
2007-01-28 Matthias ClasenRearrange things so that setting multiple properties...
2007-01-27 Matthias ClasenFix GtkStatusIcon to not take up space on the panel...
2007-01-27 Matthias ClasenAdd deprecation guards for gtk_rc_style_ref/unref and...
2007-01-27 Matthias ClasenDocumentation fixes (#400530, Anders Brander)
2007-01-27 Matthias ClasenCheck the mtime of all directories, not just the toplev...
2007-01-26 Michael NattererAdded bug number to my last commit.
2007-01-26 Michael Nattererdestroy the XIM only if it exists. While the code does...
2007-01-26 Tim Janikclamp cursor coordinates to window bounds (fix from...
2007-01-26 Michael Nattereronly block/unblock completion->priv->insert_text_id...
2007-01-25 Matthias ClasenReduce locking overhead by not repeatedly getting the...
2007-01-24 Michael Nattererrevert generic disabling of PRELIGHT state for the...
2007-01-24 Roozbeh PournaderRemove mention of no-longer-existing PATCH keyword...
2007-01-23 Carlos Garcia CamposFix memory leak. Fixes bug #399907.
2007-01-22 Chris WilsonBug 399314 – Add G_GNUC_WARN_UNUSED_RESULT to gtk_style...
2007-01-20 Michael David EmmelMouse crossing fixes from Attilio
2007-01-19 Matthias Clasenfix build breakage
2007-01-19 Kristian Rietveldfactor out add_scroll_timeout(). (taken from maemo...
2007-01-19 Matthias ClasenFix problems with the initial focus in GtkCalendar...
2007-01-19 Robert OegrenFix for bug #143460 - missed tablet clicks on Windows
2007-01-19 Tor LillqvistStrip some trailing blanks
2007-01-19 Tor LillqvistBuild Wintab support always on Windows. Don't require...
2007-01-19 Tor Lillqvistgdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefi...
2007-01-18 Michael Natterergtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2007-01-17 Tor LillqvistInclude also the COPYING file.
2007-01-17 Matthias ClasenDon't use httpGetFd() when building against cups 1.1
2007-01-17 Tor LillqvistImprove last entry.
2007-01-17 Tor LillqvistProper fix for #396175:
2007-01-16 Matthias ClasenQueue a redraw when the grab changes. (#396470, Benjami...
2007-01-15 Emmanuele BassiEllipsize the menu items label if they grow too much...
2007-01-15 Matthias ClasenWhen finding a matching non-scalable dir, keep going...
2007-01-14 Christian PerschUse gtk_target_table_new_from_list and gtk_target_table...
2007-01-14 Matthias ClasenDon't crash if menu or toolbar positions can't be found...
2007-01-14 Matthias ClasenPlug memory leaks. (#396160, Carlos Garcia Campos)
2007-01-14 Matthias ClasenLink libgtk against Xfixes. (#396074, Tommi Komulainen)
2007-01-14 Matthias ClasenAvoid a compiler warning. (#395045, Chris Wilson)
2007-01-13 Hans Breuertake the custom tab label from gtk_print_operation_set_...
2007-01-13 Hans Breuerdon't include "gtkprivate.h" to avoid differing definit...
2007-01-12 Michael Nattererdon't add entry->scroll_offset to entry->drag_start_y...
2007-01-11 Richard HultClose the file after it's loaded (bug #395316).
2007-01-11 Kjartan MaraasMake a single tilde go to $HOME in the location entry...
2007-01-10 Behdad EsfahbodUse pango_matrix_transform_rectangle(). (#340141)
2007-01-10 Kristian Rietveldrefactor to initialize indicator_size to TOGGLE_WIDTH...
2007-01-10 Matthias ClasenFix the directfb cairo test. (#394855, Josselin Mouette)
next