Skip to content
Snippets Groups Projects
  1. Sep 19, 2005
  2. Sep 18, 2005
    • Hans Breuer's avatar
      now handling events by hard-coded g_signal_emit_by_name() - will break · 7e1f4b5e
      Hans Breuer authored
      2005-09-18  Hans Breuer  <hans@breuer.org>
      
      	* gtk/gtktrayicon-win32.c : now handling events by hard-coded
      	g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
      7e1f4b5e
    • Hans Breuer's avatar
      export _gdk_win32_pixbuf_to_hicon() as · 99b5586a
      Hans Breuer authored
      2005-09-18  Hans Breuer  <hans@breuer.org>
      
      	* gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
      	_gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
      	* gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
      	the icon and is blinking with teststatusicon. More to come ...
      99b5586a
    • Hans Breuer's avatar
      fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has · e5d06c7c
      Hans Breuer authored
      2005-09-18  Hans Breuer  <hans@breuer.org>
      
      	* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
      	cause gtkprogressbar.c has #include <config.h> conditionally; less
      	noise from generated gtk.def
      	* gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
      
      	* gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
      	For me it works as well as the *NIX implemenation, that is not at all.
      
      	* gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
      
      	* gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
      	only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
      	back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
      	again - if compiled properly.
      
      	* tests/teststatusicon.c : don't use GNOME icons for testing, but icons
      	already coming with Gtk+. Makes it compile on win32.
      e5d06c7c
    • Hans Breuer's avatar
      fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has · 1127a03f
      Hans Breuer authored
      2005-09-18  Hans Breuer  <hans@breuer.org>
      
      	* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
      	cause gtkprogressbar.c has #include <config.h> conditionally; less
      	noise from generated gtk.def
      	* gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
      
      	* gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
      	For me it works as well as the *NIX implemenation, that is not at all.
      
      	* gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
      
      	* gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
      	only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
      	back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
      	again - if compiled properly.
      
      	* tests/teststatusicon.c : don't use GNOME icons for testing, but icons
      	already coming with Gtk+. Makes it compile on win32.
      1127a03f
    • Guilherme de S. Pastore's avatar
      baf847bd
  3. Sep 15, 2005
    • Tor Lillqvist's avatar
      Check whether the widget actually is a GtkNotebook before treating it as · 6c544097
      Tor Lillqvist authored
      2005-09-16  Tor Lillqvist  <tml@novell.com>
      
      	* modules/engines/ms-windows/msw_style.c (draw_extension,
      	draw_box_gap): Check whether the widget actually is a GtkNotebook
      	before treating it as such. Drop some unneeded local variables,
      	use parameter with same information instead. (#316412)
      6c544097
    • Federico Mena Quintero's avatar
      Start a set of automated tests for the file chooser. The only test in · 329bc4e2
      Federico Mena Quintero authored
      2005-09-15  Federico Mena Quintero  <federico@ximian.com>
      
      	* tests/autotestfilechooser.c: Start a set of automated tests for
      	the file chooser.  The only test in there right now doesn't pass
      	yet.  It specifies the intended behavior of the first optimization
      	of a series which I'll do on the file chooser (see
      	http://primates.ximian.com/~federico/news-2005-09.html#14 for the
      	details of this optimization).
      
      	* tests/Makefile.am: Added autotestfilechooser.c.
      
      	* gtk/gtkfilechooserprivate.h (struct
      	_GtkFileChooserDialogPrivate): Move all the file chooser's private
      	structures to here, so that they can be accessed by
      	tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
      	_GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
      
      	* gtk/gtkfilechooserdialog.c: See above.
      
      	* gtk/gtkfilechooserwidget.c: See above.
      
      	* gtk/gtkfilechooserdefault.c: See above.
      329bc4e2
    • Federico Mena Quintero's avatar
      List all the default key bindings. Fix the documentation for the · 4c3151de
      Federico Mena Quintero authored
      2005-09-15  Federico Mena Quintero  <federico@ximian.com>
      
      	* gtk/tmpl/gtkfilechooser.sgml: List all the default key bindings.
      	Fix the documentation for the "location-popup" binding signal; its
      	"path" argument was not listed.  Mention a tip to have a crude
      	form of bookmarks accessible through key bindings.
      4c3151de
    • Tim Janik's avatar
      gtk_window_map_event(): new function to work around lost unmap requests. · 71de8c8e
      Tim Janik authored
      Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
      
              * gtk/gtkwindow.c:
              gtk_window_map_event(): new function to work around lost unmap requests.
              fixes bug #316180.
      71de8c8e
    • Federico Mena Quintero's avatar
      Add an easy-to-find profiling marker when starting to create a file · 14bcc53e
      Federico Mena Quintero authored
      2005-09-14  Federico Mena Quintero  <federico@ximian.com>
      
      	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
      	an easy-to-find profiling marker when starting to create a file
      	chooser.
      	(browse_files_model_finished_loading_cb): Likewise, for when the
      	chooser is finished loading.
      14bcc53e
  4. Sep 14, 2005
  5. Sep 13, 2005
  6. Sep 11, 2005
  7. Sep 10, 2005
    • Matthias Clasen's avatar
      Add a cell renderer for displaying and editing accelerators, a port of · 07600fb1
      Matthias Clasen authored
      2005-09-09  Matthias Clasen  <mclasen@redhat.com>
      
      	* gtk/gtkcellrendererkeys.h:
      	* gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
      	and editing accelerators, a port of EggCellRendererKeys .
      
      	* gtk/gtk.symbols:
      	* gtk/gtk.h:
      	* gtk/Makefile.am: Add the keys cell renderer.
      
      	* tests/Makefile.am:
      	* tests/testkeys.c: Test GtkCellRendererKeys
      07600fb1
  8. Sep 09, 2005
Loading