]> Pileus Git - ~andy/gtk/history - ChangeLog
Add gtk_parse_args()
[~andy/gtk] / ChangeLog
2004-07-13 Matthias ClasenAdd gtk_parse_args()
2004-07-13 Matthias ClasenDon't crash if unrealized.
2004-07-13 Matthias ClasenDon't display untranslated translator credits.
2004-07-13 Matthias ClasenSome documentation updates.
2004-07-12 Soeren SandmannDo an empty begin_paint_region()/end_paint() for window...
2004-07-12 Matthias ClasenUse a GtkAboutDialog.
2004-07-12 Matthias ClasenNew widget: GtkAboutDialog.
2004-07-12 Matthias ClasenApply the gtk-default-menu-item-style to cell view...
2004-07-12 Matthias ClasenWarning fixes.
2004-07-12 Matthias ClasenInclude the update_counter check in the HAVE_XSYNC...
2004-07-12 Matthias ClasenAdd a number of new stock items. (#102530, #68015,...
2004-07-11 Soeren SandmannBug 143330, support update counter spec.
2004-07-11 Matthias ClasenMake middle-button pasting work as expected inside...
2004-07-11 Matthias ClasenUpdate clipboards. (#142805, Mikael Hallendal)
2004-07-10 Soeren SandmannRemove clip-region computing code. Just use &paned...
2004-07-10 Søren Sandmann Ped... Fix ChangeLog
2004-07-10 Soeren SandmannBug 144371
2004-07-10 Matthias ClasenUpdates.
2004-07-09 Soeren SandmannInsert checks for root window. The root window is never...
2004-07-09 Soeren SandmannFix a warning Actually unset bg.
2004-07-09 Soeren SandmannBug 113310.
2004-07-09 Manish Singhhave a dummy case GDK_OWNER_CHANGE in switch statements...
2004-07-09 Soeren SandmannAdd an "override_redirect" bit.
2004-07-09 Federico Mena QuinteroFixes #137031:
2004-07-09 Matthias ClasenUse the requisition of the widget instead of relying...
2004-07-09 Federico Mena QuinteroFix typo; tmp_event -> temp_event.
2004-07-09 Matthias ClasenMake GtkEntry work harder to protect passwords: (#14395...
2004-07-09 Matthias ClasenFix some cases where style functions were not handling...
2004-07-09 Matthias ClasenImprove the EXPANDER_MAX warning.
2004-07-09 Federico Mena QuinteroFix #139290:
2004-07-08 Matthias ClasenAllow to restore the default search function. (#145365...
2004-07-08 Matthias ClasenDon't leak references to the drag context. (#144324...
2004-07-08 Matthias ClasenStop editing when a new model is set. (#145566, Dmitry...
2004-07-08 Matthias ClasenMake sure that subpixbufs are properly aligned for
2004-07-07 Matthias ClasenSmall documentation fixes.
2004-07-07 Matthias ClasenForgotten file.
2004-07-07 Matthias ClasenSupport separators in combo boxes and more generally...
2004-07-07 Matthias ClasenFix a 64bit alignment issue. (#144302, Sunil)
2004-07-07 Tor Lillqvistgdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)
2004-07-06 Matthias ClasenAdd stock_file_16.png, stock_file_24.png, stock_directo...
2004-07-06 Jonathan BlandfordFix for #136496, Pawel Salek:
2004-07-06 Matthias ClasenMake sure private->monitor_num is a valid monitor numbe...
2004-07-06 Matthias ClasenImprove positioning of keyboard-activated menus with...
2004-07-06 Matthias ClasenOnly call GDK_THREADS_ENTER() / _LEAVE() when called...
2004-07-06 Matthias ClasenUse the less efficient g_object_interface_find_property...
2004-07-05 Lorenzo Gil Sanchezadded a default method for the add virtual method of...
2004-07-05 Anders CarlssonUse gint, not int in gtk_icon_view_set_markup_column...
2004-07-04 Anders CarlssonAdd an "activate_cursor_item" action signal and bind...
2004-07-04 Anders CarlssonAdd a simple file browser based on the icon view.
2004-07-04 Anders Carlssongtk/gtkiconview.c Add GtkIconView to the build, remove...
2004-07-04 Matthias ClasenFix off-by-one error. GDate month is one-based and...
2004-07-04 Matthias ClasenDon't crash if somebody tries to move a node after...
2004-07-04 Matthias ClasenFix links to www.freedesktop.org. (#145210, Billy Biggs)
2004-07-03 Matthias ClasenReset current_width and current_height to 0 when ending...
2004-07-03 Matthias ClasenLet the cursor move to the right end of the entry text...
2004-07-03 Matthias ClasenUnset the displayed row when unsetting the model. ...
2004-07-03 Matthias ClasenProperly align mask and pixbuf if a subarea is exposed...
2004-07-03 Matthias ClasenAdd scroll events to the event mask, set a scroll_event...
2004-07-02 Anders CarlssonMake sure we check for a NULL model first.
2004-07-01 J. Ali HarlowFix win32 build problem w/o wintab. Fixed #145242
2004-06-30 Anders CarlssonUse g_return_if_fail to make sure that the model is...
2004-06-27 Soeren SandmannDraw line with the current state, not GTK_STATE_NORMAL
2004-06-26 Soeren Sandmannsmall color tweak. (#141173)
2004-06-26 Matthias ClasenHandle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW...
2004-06-26 Matthias ClasenPrevent unwanted recursion by resetting icon_set->cache...
2004-06-26 Matthias ClasenAccept a NULL style.
2004-06-26 Matthias ClasenReflect the last change in the docs.
2004-06-26 Matthias ClasenAllow passing NULL to unset the model. (#137211, patch...
2004-06-26 Matthias ClasenAvoid uninitialized use of &parent_iter. (#145007,...
2004-06-25 Bastien Nocerareviewed by: Matthias Clasen <maclas@gmx.de>
2004-06-25 Matthias ClasenAvoid a crash if the font doesn't exist. (#144967,...
2004-06-25 Matthias ClasenCommit a forgotten fix.
2004-06-25 Matthias ClasenFix a typo, string change. (#139503, Baris Cicek)
2004-06-23 Federico Mena QuinteroUse a Save or an Open stock button for the C-l dialog...
2004-06-22 Federico Mena QuinteroFixes the GTK+ part of #142308:
2004-06-22 Matthias ClasenImprove docs for the ::move_cursor signal.
2004-06-22 Matthias ClasenAccept "<WINDOWTYPE>" as a valid accel path. (#144427...
2004-06-22 Matthias ClasenMake sure this gets defined for all backends, so linux...
2004-06-22 Matthias ClasenDoc updates.
2004-06-22 Matthias ClasenTypo fix. (#144750, Jeff Franks)
2004-06-21 Michael NattererMerge from stable:
2004-06-16 Federico Mena QuinteroWhen inserting a visible node, free the old path before...
2004-06-15 Matthias ClasenMake GtkComboBox work without model. (#144198, Mariano...
2004-06-12 Matthias ClasenDon't use contractions like "don't" or "isn't" in error...
2004-06-12 Federico Mena QuinteroFixes #143578:
2004-06-11 Matthias ClasenTypo fix.
2004-06-11 Federico Mena QuinteroFixes #144110, patch by Bastien Nocera <hadess@hadess...
2004-06-10 Matthias ClasenStart the drag before focusing the selected.day. Stop...
2004-06-10 Matthias ClasenStart spinning before calling arrow_action(), so that...
2004-06-10 Matthias ClasenTypo fix.
2004-06-09 Soeren SandmannRevert the "drag select" part of #141169. (#144011).
2004-06-08 Matthias ClasenHandle priv->model being NULL. (#143856, Mariano Suárez...
2004-06-08 Federico Mena QuinteroRevert the patch from 2003/Sep/12. This kept DnD in...
2004-06-07 Matthias ClasenMake the entry context menu work in editable text cells...
2004-06-07 Matthias ClasenImprove the description of the ::language property...
2004-06-06 Matthias ClasenAdd an ignore_enter flag and use it as in the menu...
2004-06-05 Soeren SandmannAdd a checkbox to queue an merge/unmerge. Patch from...
2004-06-05 Matthias ClasenAdd a note about the !CAN_FOCUS quirk in the button...
2004-06-04 Matthias ClasenCalculate the length of the entry contents in character...
2004-06-04 Matthias ClasenFix the al lowed values and default value for the ...
next