Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,128
Issues
1,128
List
Boards
Labels
Service Desk
Milestones
Merge Requests
153
Merge Requests
153
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
04f04908
Commit
04f04908
authored
May 06, 2005
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix
parent
4000f118
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
19 deletions
+34
-19
ChangeLog
ChangeLog
+11
-6
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+11
-6
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+11
-6
gtk/gtktreeview.c
gtk/gtktreeview.c
+1
-1
No files found.
ChangeLog
View file @
04f04908
2005-05-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.
2005-05-04 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
in focus tracking when we move between has_pointer_focus and
has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
and others)
* gdk/x11/gdkevents-x11.c: Also fix some confusion that could
* gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
in focus tracking when we move between has_pointer_focus and
has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
and others)
* gdk/x11/gdkevents-x11.c: Also fix some confusion that could
happen in the case of no window manager + keyboard grabs, by
moving to a more consistent model of when we pay attention to
mode=NotifyGrab/NotifyUngrab events.
...
...
ChangeLog.pre-2-10
View file @
04f04908
2005-05-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.
2005-05-04 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
in focus tracking when we move between has_pointer_focus and
has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
and others)
* gdk/x11/gdkevents-x11.c: Also fix some confusion that could
* gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
in focus tracking when we move between has_pointer_focus and
has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
and others)
* gdk/x11/gdkevents-x11.c: Also fix some confusion that could
happen in the case of no window manager + keyboard grabs, by
moving to a more consistent model of when we pay attention to
mode=NotifyGrab/NotifyUngrab events.
...
...
ChangeLog.pre-2-8
View file @
04f04908
2005-05-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.
2005-05-04 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
in focus tracking when we move between has_pointer_focus and
has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
and others)
* gdk/x11/gdkevents-x11.c: Also fix some confusion that could
* gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
in focus tracking when we move between has_pointer_focus and
has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
and others)
* gdk/x11/gdkevents-x11.c: Also fix some confusion that could
happen in the case of no window manager + keyboard grabs, by
moving to a more consistent model of when we pay attention to
mode=NotifyGrab/NotifyUngrab events.
...
...
gtk/gtktreeview.c
View file @
04f04908
...
...
@@ -11884,7 +11884,7 @@ gtk_tree_view_get_drag_dest_row (GtkTreeView *tree_view,
*
* Determines the destination row for a given position.
*
* Return value: whether there is a row at the given pos
ti
ion,
* Return value: whether there is a row at the given pos
it
ion,
**/
gboolean
gtk_tree_view_get_dest_row_at_pos
(
GtkTreeView
*
tree_view
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment