~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/faq/html/x909.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-04 12:24:25 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504122425-0m8midgzrp40y8w2
Tags: 2.10.12-1ubuntu1
* Sync with Debian
* New upstream version:
  Fixed bugs:
  - 379414 file chooser warnings when changing path in the entry
  - 418585 GtkFileChooserDefault sizing code is not DPI independent
  - 419568 Crash in search if start with special letter
  - 435062 build dies with icon cache validation
  - 379399 Segfault to call gtk_print_operation_run twice.
  - 387889 cups backend has problems when there are too many printers
  - 418531 invalid read to gtkicontheme.c gtk_icon_theme_lookup_icon...
  - 423916 crash in color scheme code
  - 424042 Segmentation fault while quickly pressing Alt+arrows
  - 415260 Protect against negative indices when setting values in G...
  - 419171 XGetVisualInfo() may not set nxvisuals
  - 128852 Gdk cursors don't look good on win32
  - 344657 Ctrl-H doesn't toggle "Show Hidden Files" setting
  - 345345 PrintOperation::paginate is not emitted for class handler
  - 347567 GtkPrintOperation::end-print is not emitted if it's cance...
  - 369112 gtk_ui_manager_add_ui should accept unnamed separator
  - 392015 Selected menu item invisible on Windows Vista
  - 399253 MS-Windows Theme Bottom Tab placement rendering glitches
  - 399425 gtk_input_dialog_fill_axes() adds child to gtkscrolledwin...
  - 403251 [patch] little memory leak in GtkPrintJob
  - 403267 [patch] memory leak in GtkPageSetupUnixDialog
  - 403470 MS-Windows Theme tab placement other than on top leaks a ...
  - 404506 Windows system fonts that have multi-byte font names cann...
  - 405089 Incorrect window placement for GtkEventBox private window
  - 405515 Minor leak in gtkfilesystemmodel.c
  - 405539 gdk_pixbuf_save() for PNG saver can return FALSE without ...
  - 415681 gdk_window_clear_area includes an extra line and column o...
  - 418219 GtkRecentChooser should apply filter before sorting and c...
  - 418403 Scroll to printer after selecting it from settings
  - 421985 _gtk_print_operation_platform_backend_launch_preview
  - 421990 gtk_print_job_get_surface
  - 421993 gtk_print_operation_init
  - 423064 Conditional jump or move depends on uninitialised value(s...
  - 423722 Fix printing header in gtk-demo
  - 424168 gtk_print_operation_run on async preview
  - 425655 Don't install gtk+-unix-print-2.0.pc on non-UNIX platforms
  - 425786 GDK segfaults if XineramaQueryScreens fails
  - 428665 Lpr Backend gets stuck in infinite loop during gtk_enumer...
  - 429902 GtkPrintOperation leaks cairo contextes
  - 431997 First delay of GdkPixbufAnimationIter is wrong
  - 433242 Inconsistent scroll arrow position calculations
  - 433972 Placing gtk.Expander inside a gtk.TextView() changes gtk....
  - 434261 _gtk_toolbar_elide_underscores incorrectly handles some s...
  - 383354 ctrl-L should make 'Location' entry disappear
  - 418673 gtk_recent_manager_add_item
  - 429732 gtk_accel_group_finalize accesses invalid memory
  - 435028 WM_CLIENT_LEADER is wrong on the leader_window
  - 431067 Background of the header window is not updated
  - 338843 add recent files support inside the ui manager
  - 148535 add drop shadow to menus, tooltips, etc. under Windows XP
* debian/control.in:
  - Conflicts on ubuntulooks (<= 0.9.11-1)
* debian/patches/15_default-fallback-icon-theme.patch:
  - patch from Debian, fallback on gnome icon theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Why use g_print, g_malloc, g_strdup and fellow glib
 
6
functions?</TITLE
 
7
><META
 
8
NAME="GENERATOR"
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
10
REL="HOME"
 
11
TITLE="GTK+ FAQ"
 
12
HREF="book1.html"><LINK
 
13
REL="UP"
 
14
TITLE="About GLib"
 
15
HREF="c876.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="Memory does not seem to be released when I free the
 
18
list nodes I've allocated"
 
19
HREF="x902.html"><LINK
 
20
REL="NEXT"
 
21
TITLE="What's a GScanner and how do I use one?"
 
22
HREF="x919.html"></HEAD
 
23
><BODY
 
24
CLASS="SECT1"
 
25
BGCOLOR="#FFFFFF"
 
26
TEXT="#000000"
 
27
LINK="#0000FF"
 
28
VLINK="#840084"
 
29
ALINK="#0000FF"
 
30
><DIV
 
31
CLASS="NAVHEADER"
 
32
><TABLE
 
33
SUMMARY="Header navigation table"
 
34
WIDTH="100%"
 
35
BORDER="0"
 
36
CELLPADDING="0"
 
37
CELLSPACING="0"
 
38
><TR
 
39
><TH
 
40
COLSPAN="3"
 
41
ALIGN="center"
 
42
>GTK+ FAQ</TH
 
43
></TR
 
44
><TR
 
45
><TD
 
46
WIDTH="10%"
 
47
ALIGN="left"
 
48
VALIGN="bottom"
 
49
><A
 
50
HREF="x902.html"
 
51
ACCESSKEY="P"
 
52
>&#60;&#60;&#60; Previous</A
 
53
></TD
 
54
><TD
 
55
WIDTH="80%"
 
56
ALIGN="center"
 
57
VALIGN="bottom"
 
58
>About GLib</TD
 
59
><TD
 
60
WIDTH="10%"
 
61
ALIGN="right"
 
62
VALIGN="bottom"
 
63
><A
 
64
HREF="x919.html"
 
65
ACCESSKEY="N"
 
66
>Next &#62;&#62;&#62;</A
 
67
></TD
 
68
></TR
 
69
></TABLE
 
70
><HR
 
71
ALIGN="LEFT"
 
72
WIDTH="100%"></DIV
 
73
><DIV
 
74
CLASS="SECT1"
 
75
><H1
 
76
CLASS="SECT1"
 
77
><A
 
78
NAME="AEN909"
 
79
>Why use g_print, g_malloc, g_strdup and fellow glib
 
80
functions?</A
 
81
></H1
 
82
><P
 
83
>Thanks to Tim Janik who wrote to gtk-list: (slightly
 
84
modified)</P
 
85
><P
 
86
><SPAN
 
87
CLASS="QUOTE"
 
88
>"Regarding g_malloc(), g_free() and siblings, these
 
89
functions are much safer than their libc equivalents. For
 
90
example, g_free() just returns if called with NULL. Also, if
 
91
USE_DMALLOC is defined, the definition for these functions
 
92
changes (in glib.h) to use MALLOC(), FREE() etc... If
 
93
MEM_PROFILE or MEM_CHECK are defined, there are even small
 
94
statistics made counting the used block sizes (shown by
 
95
g_mem_profile() / g_mem_check())."</SPAN
 
96
></P
 
97
><P
 
98
><SPAN
 
99
CLASS="QUOTE"
 
100
>"Considering the fact that glib provides an interface for
 
101
memory chunks to save space if you have lots of blocks that
 
102
are always the same size and to mark them ALLOC_ONLY if
 
103
needed, it is just straight forward to create a small saver
 
104
(debug able) wrapper around the normal malloc/free stuff as
 
105
well - just like gdk covers Xlib. ;)"</SPAN
 
106
></P
 
107
><P
 
108
><SPAN
 
109
CLASS="QUOTE"
 
110
>"Using g_error() and g_warning() inside of applications
 
111
like the GIMP that fully rely on gtk even gives the
 
112
opportunity to pop up a window showing the messages inside of
 
113
a gtk window with your own handler (by using
 
114
g_set_error_handler()) along the lines of
 
115
<TT
 
116
CLASS="LITERAL"
 
117
>gtk_print()</TT
 
118
> (inside of
 
119
gtkmain.c)."</SPAN
 
120
></P
 
121
></DIV
 
122
><DIV
 
123
CLASS="NAVFOOTER"
 
124
><HR
 
125
ALIGN="LEFT"
 
126
WIDTH="100%"><TABLE
 
127
SUMMARY="Footer navigation table"
 
128
WIDTH="100%"
 
129
BORDER="0"
 
130
CELLPADDING="0"
 
131
CELLSPACING="0"
 
132
><TR
 
133
><TD
 
134
WIDTH="33%"
 
135
ALIGN="left"
 
136
VALIGN="top"
 
137
><A
 
138
HREF="x902.html"
 
139
ACCESSKEY="P"
 
140
>&#60;&#60;&#60; Previous</A
 
141
></TD
 
142
><TD
 
143
WIDTH="34%"
 
144
ALIGN="center"
 
145
VALIGN="top"
 
146
><A
 
147
HREF="book1.html"
 
148
ACCESSKEY="H"
 
149
>Home</A
 
150
></TD
 
151
><TD
 
152
WIDTH="33%"
 
153
ALIGN="right"
 
154
VALIGN="top"
 
155
><A
 
156
HREF="x919.html"
 
157
ACCESSKEY="N"
 
158
>Next &#62;&#62;&#62;</A
 
159
></TD
 
160
></TR
 
161
><TR
 
162
><TD
 
163
WIDTH="33%"
 
164
ALIGN="left"
 
165
VALIGN="top"
 
166
>Memory does not seem to be released when I free the
 
167
list nodes I've allocated</TD
 
168
><TD
 
169
WIDTH="34%"
 
170
ALIGN="center"
 
171
VALIGN="top"
 
172
><A
 
173
HREF="c876.html"
 
174
ACCESSKEY="U"
 
175
>Up</A
 
176
></TD
 
177
><TD
 
178
WIDTH="33%"
 
179
ALIGN="right"
 
180
VALIGN="top"
 
181
>What's a GScanner and how do I use one?</TD
 
182
></TR
 
183
></TABLE
 
184
></DIV
 
185
></BODY
 
186
></HTML
 
187
>
 
 
b'\\ No newline at end of file'