]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2005-06-27 Priit LaesTranslation updated by Ivar Smolin.
2005-06-27 Matthias ClasenAvoid a segfault. (#309054)
2005-06-27 Matthias ClasenCancel menus when they are grab-shadowed by something...
2005-06-27 Owen TaylorFix indentation.
2005-06-27 Kjartan MaraasFix leaks Same Closes bug #308953.
2005-06-27 Matthias ClasenUse GMappedFile.
2005-06-27 Matthias ClasenUnregister XIM callbacks here. (#309054)
2005-06-27 Matthias ClasenPay attention to the scroll offset when drawing the...
2005-06-26 Tor Lillqvistgdk/Makefile.am Current GNU tools do understand the...
2005-06-26 Tor LillqvistCurrent GNU tools do understand the PRIVATE keyword...
2005-06-26 Marcel TelkaUpdated Slovak translation.
2005-06-26 Manish Singhadd GDK_GRAB_BROKEN to the switch cases.
2005-06-26 Matthias ClasenStop column header drag operations if the grab is broken.
2005-06-26 Matthias ClasenStop the drag if the grab is broken.
2005-06-26 Matthias ClasenDon't do explicitly ungrab pointer and keyboard. We...
2005-06-26 Matthias ClasenDon't emit grab-broken for overgrabbing, until we figur...
2005-06-25 Marcel TelkaUpdated Slovak translation.
2005-06-25 Matthias ClasenAdd a GrabBroken event to GDK, and a grab-broken-event...
2005-06-25 Matthias ClasenAdd some new stock items. (#166480, Kristof Vansant)
2005-06-24 Matthias ClasenMake movement by paragraphs up/down symmetric. (#307055...
2005-06-24 Owen TaylorFix up selection of conversion functions for MSB machines:
2005-06-24 Matthias ClasenDon't jump to the next line if we are at the end of...
2005-06-24 Tor LillqvistMention also bug #308413.
2005-06-24 Tor LillqvistImprove and simplify line segment rendering on Win32...
2005-06-24 Kwok-Koon Cheungfix language team reference
2005-06-23 Adam WeinbergerUpdated Canadian English translation.
2005-06-23 Matthias ClasenFix an error in the cache timeout logic. (#166601,...
2005-06-23 Matthias ClasenChange the keynav for header reordering and resizing...
2005-06-23 Matthias ClasenRemove a leftover debugging envvar.
2005-06-23 Owen TaylorFix the big endian case for 3-channel source. (Reported...
2005-06-23 Matthias ClasenDon't trigger warnings if there are extra references...
2005-06-23 Matthias ClasenUse g_file_set_contents(). (#308722, Morten Welinder)
2005-06-23 Matthias ClasenUse glib-i18n.h
2005-06-22 Vincent van... Translation updated by Tino Meinen.
2005-06-22 Matthias ClasenSet the time field in the event. (#308573, Morten Welinder)
2005-06-22 Matthias ClasenRemove gratitious differences between the stable branch...
2005-06-22 Marcel TelkaUpdated Slovak translation.
2005-06-21 Kjartan MaraasDon't leak the cairo context Closes bug #308581.
2005-06-21 Matthias ClasenModify all of the GtkMisc widgets to round down on...
2005-06-21 Vincent van... Translation updated by Tino Meinen.
2005-06-21 Matthias ClasenConnect to button-release-event as well, to handle...
2005-06-21 Matthias ClasenFix the build
2005-06-21 Matthias ClasenTrivial cleanups. (#169647, #303455, Fabricio Barros...
2005-06-21 Matthias ClasenConsistently use gchar. (#303455, Benoit Carpentier)
2005-06-21 Matthias ClasenNew function which can be used to implement scrolling...
2005-06-21 Matthias ClasenHandle missing MAP_FAILED. (#308449, Georg Schwarz)
2005-06-20 Matthias ClasenBump version number
2005-06-20 Matthias Clasen2.7.0
2005-06-20 Priit LaesTranslation updated by Ivar Smolin.
2005-06-20 Christophe... Updated French translation.
2005-06-20 Martin Willemoes... Updated Danish translation.
2005-06-20 Matthias ClasenVariant of gtk_window_present which takes a timestamp...
2005-06-20 Matthias ClasenIgnore some more headers.
2005-06-20 Matthias ClasenAdd a forgotten symbol
2005-06-20 Matthias ClasenUpdates
2005-06-19 Kristian Rietveldadded a check which avoids processing updates on bin_wi...
2005-06-19 Kristian Rietveldonly keep the row at the same position if the full...
2005-06-19 Kristian Rietveldset dy to zero if treeview's height is smaller than...
2005-06-19 Kristian RietveldMake mousewheel scrolling possible in typeahead mode...
2005-06-19 Kristian Rietveldpass the event on to treeview, so it has a change of...
2005-06-19 Kristian RietveldThis commit includes a fix for #169463, Stefan Kost.
2005-06-19 Matthias ClasenFix a warning
2005-06-19 Matthias ClasenAdd an ignore-hidden property with getter and setter...
2005-06-19 Matthias ClasenMake this work for inserting before/after an existing...
2005-06-19 Matthias ClasenAdd bug ref
2005-06-19 Matthias ClasenAllow to construct menu tool buttons.
2005-06-19 Matthias ClasenMake this function public. (#64792, Havoc Pennington)
2005-06-18 Kristian Rietveldundo merging of the separate loop setting cell data...
2005-06-18 Manish Singhremove GDK_CURSOR and GDK_IS_CURSOR, instance checks...
2005-06-18 Manish Singhremove unused variable height_old.
2005-06-18 Matthias ClasenTypo fixes
2005-06-18 Matthias ClasenFix 308111
2005-06-18 Matthias ClasenFix nl_langinfo() use
2005-06-17 Matthias ClasenSupport the ICCCM urgency hint. (#61858, Havoc Pennington)
2005-06-17 Kristian RietveldFix #160281, testcase from Peter Bloomfield.
2005-06-17 Tor LillqvistSet the actions and suggested_action fields in the...
2005-06-17 Matthias ClasenDefine GDK_IS_CURSOR() and GDK_CURSOR().
2005-06-17 Matthias ClasenImprove some return_if_fail checks, and add the missing...
2005-06-17 Matthias ClasenDocument several button signals as not useful. `
2005-06-17 Matthias ClasenResize the popup if necessary. (#308076, Vincent Noel)
2005-06-17 Matthias ClasenQueue a draw on the old and new focus widgets, if their...
2005-06-17 Kristian Rietveldmake sure the row above 'above_path' is always in a...
2005-06-17 Matthias ClasenHandle cursor theme changes for cached cursors which...
2005-06-17 Owen TaylorFix #if G_BYTE_ORDER == GDK_LSB_FIRST.
2005-06-17 Kristian Rietvelddon't try to update the top_row rowref ourselves here...
2005-06-17 Kristian RietveldFixes #307914 (Alexander Larsson), fixing some breakage...
2005-06-17 Rajesh Ranjanupdated by rranjan@redhat.com
2005-06-17 Martin Willemoes... Updated Danish translation.
2005-06-17 Rajesh Ranjanupdated by rranjan@redhat.com
2005-06-17 Adam WeinbergerUpdated Canadian English translation.
2005-06-16 Manish Singhremove unused variable.
2005-06-16 Matthias ClasenSimplify the code and respect the show-button-images...
2005-06-16 Matthias ClasenUpdate the RGBA cursor if an icon is set after the...
2005-06-16 Matthias ClasenAdd some more docs. (#307818, Christian Persch)
2005-06-16 Matthias ClasenForgotten file
2005-06-16 Matthias ClasenUpdate all fields
2005-06-15 Francisco Javier... Updated Spanish translation.
2005-06-15 Matthias ClasenGet red and blue in place.
2005-06-15 Matthias ClasenFox doc formatting, pointed out by Kjartan Maraas.
2005-06-15 Matthias ClasenAdd two new settings, gtk-cursor-theme-name and gtk...
next