- 05 Sep, 2009 19 commits
-
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
The assertions in there were unnecessarily restrictive. This has been reported in bug 564160.
-
Matthias Clasen authored
-
Matthias Clasen authored
We were getting the new wm name with a 15 second delay, due to some race. Reported in bug 593644.
-
- 04 Sep, 2009 21 commits
-
-
Matthias Clasen authored
The license field was introduced later on, so some out-of-tree loaders may not set it. And Solaris printf() doesn't take NULL for a string... Bug 594178.
-
Matthias Clasen authored
Add a function to obtain the effective context id, and reset the slave only when the effective context id is different from the current context id, when setting a client window and on focus in. This might fix bug 593868 and bug 567124.
-
Matthias Clasen authored
-
Matthias Clasen authored
This reverts commit 1606b822.
-
Matthias Clasen authored
This reverts commit 76dab7b3.
-
Alexander Larsson authored
-
Alexander Larsson authored
-
Alexander Larsson authored
-
Alexander Larsson authored
-
Alexander Larsson authored
gdkprivate.h is in installed file and this function does not need to be exported.
-
Matthias Clasen authored
This was tested to work in bug 588788.
-
Matthias Clasen authored
-
Kristian Rietveld authored
Suggested by Paolo Borelli.
-
Kristian Rietveld authored
-
Kristian Rietveld authored
Also use a different means to check that the given mark is in the text view's buffer. This will also play nice with anonymous and NULL marks. Suggested by Paolo Borelli.
-
Alexander Larsson authored
If there is a drawable clip on it we don't want to use that.
-
Alexander Larsson authored
There might be an old drawable clip on it, if so remove it.
-
Michael Natterer authored
Use the newly added accessors to set the "can-focus", "can-default" and "receives-default" properties.
-
Michael Natterer authored
Use the new API instead of show() and hide().
-
Michael Natterer authored
Add gtk_widget_set_receives_default() and gtk_widget_get_receives_default() as accessors for GTK_RECEIVES_DEFAULT.
-
Kristian Rietveld authored
When unsetting the old buffer always set the buffer on the layout to NULL. More importantly, clear the pending scroll. (The scroll is handled in an idle, when not cleared an idle handler might touch the layout later on, possibly corrupting the BTree). Unref the buffer after removing the selection from the clipboard, not before. Patch merged from maemo-gtk.
-