2009-April Archive by Author
Aaron Bockover
acimitan
Adam Schreiber
aihana
ajackson
aklapper
Alexander Kojevnikov
Alexander Larsson
- [glib] On trash, if rename fails with EXDEV, return G_IO_ERROR_NOT_SUPPORTED Thu Apr 02 17:04:22 GMT 2009
- [gtk+/client-side-windows: 2/284] Initial client-side-windows work Thu Apr 02 17:57:31 GMT 2009
- [gtk+/client-side-windows: 1/284] Revert patch that conflicts with client-side-windows work Thu Apr 02 17:57:32 GMT 2009
- [gtk+/client-side-windows: 3/284] Add offscreen testcase Thu Apr 02 17:57:35 GMT 2009
- [gtk+] (284 commits) Created branch client-side-windows Thu Apr 02 17:57:37 GMT 2009
- [gtk+/client-side-windows: 4/284] Add testcase showing Gtk+ flickering a lot Thu Apr 02 17:57:42 GMT 2009
- [gtk+/client-side-windows: 5/284] Create native window when requesting xid Thu Apr 02 17:57:44 GMT 2009
- [gtk+/client-side-windows: 6/284] Export gdk_window_set_has_native Thu Apr 02 17:57:52 GMT 2009
- [gtk+/client-side-windows: 7/284] Really create a native window when getting xid Thu Apr 02 18:00:08 GMT 2009
- [gtk+/client-side-windows: 8/284] For foreign parents, use the real parent not the root (which is what we list as parent in the APIs) Thu Apr 02 18:00:14 GMT 2009
- [gtk+/client-side-windows: 9/284] Never set shapes on foreign windows Thu Apr 02 18:00:18 GMT 2009
- [gtk+/client-side-windows: 10/284] Make synchronized_configure work for child windows (used by in-process plugs) and ensures a native w Thu Apr 02 18:00:23 GMT 2009
- [gtk+/client-side-windows: 11/284] Change assert to warning with some information Thu Apr 02 18:00:28 GMT 2009
- [gtk+/client-side-windows: 12/284] Make sure we change the event mask on native window if they change between toplevel and child Thu Apr 02 18:00:33 GMT 2009
- [gtk+/client-side-windows: 13/284] Grab pointer on toplevel window, not on nearest native, so that we always get all events on toplevel Thu Apr 02 18:00:38 GMT 2009
- [gtk+/client-side-windows: 14/284] Fix up keyboard grab handling Thu Apr 02 18:00:44 GMT 2009
- [gtk+/client-side-windows: 15/284] Ensure we have native window before reparenting to toplevel Thu Apr 02 18:00:49 GMT 2009
- [gtk+/client-side-windows: 16/284] Add g_warning to not yet supported code Thu Apr 02 18:00:54 GMT 2009
- [gtk+/client-side-windows: 17/284] Avoid crash by not passing in NULL mask pointer to _gdk_windowing_get_pointer Thu Apr 02 18:00:59 GMT 2009
- [gtk+/client-side-windows: 18/284] Actually report x/y_root against the root window Thu Apr 02 18:01:05 GMT 2009
- [gtk+/client-side-windows: 19/284] Fix coordinates reported from gdk_window_get_pointer (had sign reversed) Thu Apr 02 18:01:10 GMT 2009
- [gtk+/client-side-windows: 20/284] Move clip offsetting into _gdk_gc_intersect_clip_region Thu Apr 02 18:01:16 GMT 2009
- [gtk+/client-side-windows: 21/284] Move drawable clip tracking into GdkGC Thu Apr 02 18:01:21 GMT 2009
- [gtk+/client-side-windows: 22/284] Move _gdk_gc_remove_drawable_clip from after each time its set to before each pixmap set and when ad Thu Apr 02 18:01:27 GMT 2009
- [gtk+/client-side-windows: 23/284] Track clip_mask in GdkGC. Fix gdk_gc_add_drawable_clip to handle clip masks Thu Apr 02 18:01:30 GMT 2009
- [gtk+/client-side-windows: 24/284] Don't convert foreign windows to child when reparented to non-toplevel Thu Apr 02 18:01:35 GMT 2009
- [gtk+/client-side-windows: 25/284] gdk_pixmap_draw_pixbuf - gc may be NULL Thu Apr 02 18:01:40 GMT 2009
- [gtk+/client-side-windows: 26/284] gdk_pixmap_new - drawable may be NULL Thu Apr 02 18:01:45 GMT 2009
- [gtk+/client-side-windows: 27/284] gdk_bitmap_create_from_data - drawable may be NULL Thu Apr 02 18:01:51 GMT 2009
- [gtk+/client-side-windows: 28/284] Fix draw_drawable being offset when using window as source (testgtk text test) Thu Apr 02 18:01:55 GMT 2009
- [gtk+/client-side-windows: 29/284] The double get_composite_drawable case can happen for pixmap targets too, so move the code to gdk_dr Thu Apr 02 18:02:02 GMT 2009
- [gtk+/client-side-windows: 30/284] Move gdk_window_get_deskrelative_origin to the GdkWindowImpl and make the common code handle abs_x/y Thu Apr 02 18:02:06 GMT 2009
- [gtk+/client-side-windows: 31/284] Clear to end of window if passing zero width or height to gdk_window_clear_area (fixes clist/ctree c Thu Apr 02 18:02:10 GMT 2009
- [gtk+/client-side-windows: 32/284] Handle gdk_window_get_impl_window on root window Thu Apr 02 18:02:15 GMT 2009
- [gtk+/client-side-windows: 33/284] Fix some return value warnings Thu Apr 02 18:02:20 GMT 2009
- [gtk+/client-side-windows: 34/284] Don't sent native MotionHint masks on pointer grabs as then we won't get enought motion events repor Thu Apr 02 18:02:26 GMT 2009
- [gtk+/client-side-windows: 35/284] When reparenting, remove from old parent before setting the new parent Thu Apr 02 18:02:31 GMT 2009
- [gtk+/client-side-windows: 36/284] Store colormap on impl window (necessary for e.g. foreign windows) Thu Apr 02 18:02:36 GMT 2009
- [gtk+/client-side-windows: 37/284] Don't draw on input_only windows Thu Apr 02 18:02:40 GMT 2009
- [gtk+/client-side-windows: 38/284] Ensure native window if composite requested Thu Apr 02 18:02:45 GMT 2009
- [gtk+/client-side-windows: 39/284] Don't include composited childen in window clip region, update region when setting composited Thu Apr 02 18:02:50 GMT 2009
- [gtk+/client-side-windows: 40/284] Move flushing code to non-implicit-paint only call. Thu Apr 02 18:02:55 GMT 2009
- [gtk+/client-side-windows: 41/284] Don't actually clear background when mapped, as that causes ugly flashed. Just queue a repaint. Thu Apr 02 18:03:01 GMT 2009
- [gtk+/client-side-windows: 42/284] Share the code to copy impl window regions w/ update_area Thu Apr 02 18:03:07 GMT 2009
- [gtk+/client-side-windows: 43/284] Don't access event after freeing it Thu Apr 02 18:03:11 GMT 2009
- [gtk+/client-side-windows: 44/284] Add _gdk_pixmap_set_as_backing which is a way to get GraphicsExposures on pixmaps reported to the wi Thu Apr 02 18:03:16 GMT 2009
- [gtk+/client-side-windows: 45/284] Implement flicker free handling of window moves/resizes Thu Apr 02 18:03:22 GMT 2009
- [gtk+/client-side-windows: 46/284] gdk_window_draw_points() - make sure we use the offset points Thu Apr 02 18:03:27 GMT 2009
- [gtk+/client-side-windows: 48/284] Fix crossing event order and some details Thu Apr 02 18:03:37 GMT 2009
- [gtk+/client-side-windows: 47/284] New approach to motion event handling Thu Apr 02 18:03:41 GMT 2009
- [gtk+/client-side-windows: 49/284] Implement cursors Thu Apr 02 18:03:42 GMT 2009
- [gtk+/client-side-windows: 50/284] Handle cursors right with grabs Thu Apr 02 18:03:47 GMT 2009
- [gtk+/client-side-windows: 51/284] For implicit grabs, we grab the *event* window, not the pointer window Thu Apr 02 18:03:52 GMT 2009
- [gtk+/client-side-windows: 52/284] Remove unnecessary clear_area method in GdkWindowImpl Thu Apr 02 18:03:58 GMT 2009
- [gtk+/client-side-windows: 53/284] Make _gdk_windowing_window_queue_translation a GdkWindiwImpl call Thu Apr 02 18:04:03 GMT 2009
- [gtk+/client-side-windows: 54/284] Make gdk_windowing_window_destroy a GdkWindowImpl method Thu Apr 02 18:04:07 GMT 2009
- [gtk+/client-side-windows: 55/284] Create _gdk_drawable_create_cairo_surface to ugly typechecking Thu Apr 02 18:04:13 GMT 2009
- [gtk+/client-side-windows: 56/284] Add _gdk_windowing_window_get_shape Thu Apr 02 18:04:16 GMT 2009
- [gtk+/client-side-windows: 57/284] Implement shaped windows Thu Apr 02 18:04:22 GMT 2009
- [gtk+/client-side-windows: 58/284] Remove shape_combine_mask from backend. Make X11 backend use XShapeCombineMask directly to unset reg Thu Apr 02 18:04:27 GMT 2009
- [gtk+/client-side-windows: 59/284] Implement input shapes Thu Apr 02 18:04:34 GMT 2009
- [gtk+/client-side-windows: 60/284] Handle mask == NULL in shape_combine_mask Thu Apr 02 18:04:37 GMT 2009
- [gtk+/client-side-windows: 61/284] Don't remove composited childrens area when processing updates Thu Apr 02 18:04:42 GMT 2009
- [gtk+/client-side-windows: 62/284] Ensure that we're properly hiding impl window if one of its parent non-impl windows are hidden Thu Apr 02 18:04:49 GMT 2009
- [gtk+/client-side-windows: 63/284] Move all native children (recursively) in gdk_window_scroll Thu Apr 02 18:04:52 GMT 2009
- [gtk+/client-side-windows: 64/284] Update abs_x/y before moving native children Thu Apr 02 18:04:57 GMT 2009
- [gtk+/client-side-windows: 65/284] Various fixes for native windows: Thu Apr 02 18:05:03 GMT 2009
- [gtk+/client-side-windows: 66/284] Ensure that we always invalidate newly exposed areas, as X may not (due to temp bg none) Thu Apr 02 18:05:08 GMT 2009
- [gtk+/client-side-windows: 67/284] Move native window showing/hiding out of is_impl, we may need to do this for emulated windows too Thu Apr 02 18:05:12 GMT 2009
- [gtk+/client-side-windows: 68/284] Ensure we show native window when creating them for already visible windows Thu Apr 02 18:05:17 GMT 2009
- [gtk+/client-side-windows: 69/284] Fix gdk_window_get_root_origin and gdk_window_get_frame_extents when called on non-toplevels Thu Apr 02 18:05:22 GMT 2009
- [gtk+/client-side-windows: 70/284] Don't destroy NULL region Thu Apr 02 18:05:27 GMT 2009
- [gtk+/client-side-windows: 71/284] Recompute abs_x/y before reparenting windows due to new native window parent Thu Apr 02 18:05:32 GMT 2009
- [gtk+/client-side-windows: 72/284] Avoid flickering by using more temp unset bg Thu Apr 02 18:05:37 GMT 2009
- [gtk+/client-side-windows: 73/284] Need to split up impl changing and reparenting so we can recompute abs_x/y inbetween Thu Apr 02 18:05:43 GMT 2009
- [gtk+/client-side-windows: 74/284] When creating native window, set the native background Thu Apr 02 18:05:48 GMT 2009
- [gtk+/client-side-windows: 75/284] Correct type checks on gdk_window_set_group entry. Thu Apr 02 18:05:53 GMT 2009
- [gtk+/client-side-windows: 76/284] Ref imp even in non-native windows and don't NULL out in destroy so that get_screen works after dest Thu Apr 02 18:05:58 GMT 2009
- [gtk+/client-side-windows: 77/284] tests/testwindows - play with GdkWindows Thu Apr 02 18:06:05 GMT 2009
- [gtk+/client-side-windows: 78/284] Set bg none while changing so we don't draw the bg color Thu Apr 02 18:06:08 GMT 2009
- [gtk+/client-side-windows: 79/284] Add _gdk_drawable_get_subwindow_scratch_gc as a way to get cached gcs with GDK_INCLUDE_INFERIORS Thu Apr 02 18:06:14 GMT 2009
- [gtk+/client-side-windows: 80/284] Include inferiors when moving window parts Thu Apr 02 18:06:19 GMT 2009
- [gtk+/client-side-windows: 81/284] Handle GDK_WA_CURSOR in non-native window creation Thu Apr 02 18:06:24 GMT 2009
- [gtk+/client-side-windows: 82/284] Make xfree gdkinput code compile Thu Apr 02 18:06:29 GMT 2009
- [gtk+/client-side-windows: 83/284] Force native windows for all windows used with input events Thu Apr 02 18:06:33 GMT 2009
- [gtk+/client-side-windows: 84/284] Send expose events to exposed area when changing the window shape Thu Apr 02 18:06:38 GMT 2009
- [gtk+/client-side-windows: 85/284] Make sure we handle clipping in gdk_window_draw_pixbuf if gc == NULL Thu Apr 02 18:06:43 GMT 2009
- [gtk+/client-side-windows: 86/284] Move all backend specific raise/lower code into _internal helpers Thu Apr 02 18:06:49 GMT 2009
- [gtk+/client-side-windows: 87/284] Add restack_under method to GdkWindomImpl Thu Apr 02 18:06:54 GMT 2009
- [gtk+/client-side-windows: 88/284] Fix up gdk_window_raise and native window creation to not move native window above windows outside t Thu Apr 02 18:07:00 GMT 2009
- [gtk+/client-side-windows: 89/284] Fix up native window handling in gdk_window_lower too Thu Apr 02 18:07:05 GMT 2009
- [gtk+/client-side-windows: 90/284] Restack native window after reparent put it on top Thu Apr 02 18:07:09 GMT 2009
- [gtk+/client-side-windows: 91/284] Avoid lots of unnecessary computation when moving toplevel windows Thu Apr 02 18:07:16 GMT 2009
- [gtk+/client-side-windows: 92/284] Always set the shape when creating a native window. Thu Apr 02 18:07:19 GMT 2009
- [gtk+/client-side-windows: 93/284] Make testwindows support multiple selected windows Thu Apr 02 18:07:25 GMT 2009
- [gtk+/client-side-windows: 94/284] Don't flicker when unsetting shape (using bg none) Thu Apr 02 18:07:29 GMT 2009
- [gtk+/client-side-windows: 95/284] Avoid extending implicit paint size due to empty regions not working well with gdk_rectangle_union o Thu Apr 02 18:07:35 GMT 2009
- [gtk+/client-side-windows: 96/284] Fix various problem with temporarily unsetting background Thu Apr 02 18:07:41 GMT 2009
- [gtk+/client-side-windows: 97/284] move_region_on_impl - shortcut if region is empty Thu Apr 02 18:07:44 GMT 2009
- [gtk+/client-side-windows: 98/284] do_move_region_bits_on_impl needs to copy from overlapping native windows too Thu Apr 02 18:07:49 GMT 2009
- [gtk+/client-side-windows: 99/284] Make moving subwindows correctly handle native windows Thu Apr 02 18:07:56 GMT 2009
- [gtk+/client-side-windows: 100/284] Make _gdk_x11_window_tmp_unset_parent_bg not change above the toplevel window Thu Apr 02 18:08:00 GMT 2009
- [gtk+/client-side-windows: 101/284] Call backend move_resize with the right coords/size Thu Apr 02 18:08:04 GMT 2009
- [gtk+/client-side-windows: 102/284] Fix resize of native children Thu Apr 02 18:08:10 GMT 2009
- [gtk+/client-side-windows: 103/284] Fix performance issue with find_native_sibling_above Thu Apr 02 18:08:16 GMT 2009
- [gtk+/client-side-windows: 104/284] Ifdef out x11 specific code Thu Apr 02 18:08:19 GMT 2009
- [gtk+/client-side-windows: 105/284] Add support for scrolling to testwindows Thu Apr 02 18:08:24 GMT 2009
- [gtk+/client-side-windows: 106/284] Handle native children correctly in gdk_window_scroll Thu Apr 02 18:08:31 GMT 2009
- [gtk+/client-side-windows: 107/284] Don't expose a temporary grab during a scrollwheel button press/release cycle. Thu Apr 02 18:08:34 GMT 2009
- [gtk+/client-side-windows: 108/284] Don't send expose events if region is empty Thu Apr 02 18:08:39 GMT 2009
- [gtk+/client-side-windows: 109/284] Fix typo in pixmap window backing Thu Apr 02 18:08:44 GMT 2009
- [gtk+/client-side-windows: 110/284] testwindows - support for manually selecting window pos and size Thu Apr 02 18:08:51 GMT 2009
- [gtk+/client-side-windows: 111/284] Add reset_origin argument to _gdk_windowing_gc_set_clip_region Thu Apr 02 18:08:55 GMT 2009
- [gtk+/client-side-windows: 112/284] Include check for offscreen windows in WINDOW_IS_TOPLEVEL Thu Apr 02 18:09:00 GMT 2009
- [gtk+/client-side-windows: 113/284] Don't init size in gdk_window_impl_quartz_init Thu Apr 02 18:09:04 GMT 2009
- [gtk+/client-side-windows: 114/284] Remove get_size and get_visible region Thu Apr 02 18:09:10 GMT 2009
- [gtk+/client-side-windows: 115/284] Remove width/height from GdkWindowImplQuartz and use those in GdkWindowObject Thu Apr 02 18:09:16 GMT 2009
- [gtk+/client-side-windows: 116/284] Update _gdk_window_impl_new and add private variables where we changed impl to private Thu Apr 02 18:09:21 GMT 2009
- [gtk+/client-side-windows: 117/284] Rename _gdk_windowing_window_destroy to _gdk_quartz_window_destroy and add to the impl iface Thu Apr 02 18:09:26 GMT 2009
- [gtk+/client-side-windows: 118/284] Update signature for gdk_window_quartz_show and adapt the implementation Thu Apr 02 18:09:31 GMT 2009
- [gtk+/client-side-windows: 119/284] Update gtk_window_quartz_hide Thu Apr 02 18:09:35 GMT 2009
- [gtk+/client-side-windows: 120/284] Update gdk_window_quartz_reparent Thu Apr 02 18:09:40 GMT 2009
- [gtk+/client-side-windows: 121/284] Remove gdk_window_quartz_clear_area Thu Apr 02 18:09:45 GMT 2009
- [gtk+/client-side-windows: 122/284] Update gdk_window_focus Thu Apr 02 18:09:50 GMT 2009
- [gtk+/client-side-windows: 123/284] Update gdk_window_set_type_hint and gdk_window_get_type_hint Thu Apr 02 18:09:55 GMT 2009
- [gtk+/client-side-windows: 124/284] Update set_urgency_hint/geometry_hints/modal_hint/set_skip_taskbar_hint/set_skip_pager_hint Thu Apr 02 18:10:00 GMT 2009
- [gtk+/client-side-windows: 125/284] Add more toplevel window checks Thu Apr 02 18:10:06 GMT 2009
- [gtk+/client-side-windows: 126/284] Update gdk_window_quartz_set_background and gdk_window_quartz_set_back_pixmap Thu Apr 02 18:10:11 GMT 2009
- [gtk+/client-side-windows: 127/284] Update gdk_window_get_deskrelative_origin, gdk_window_get_root_origin, gdk_window_get_frame_extents Thu Apr 02 18:10:15 GMT 2009
- [gtk+/client-side-windows: 128/284] Add mask argument to _gdk_windowing_window_at_pointer, and update more checks Thu Apr 02 18:10:20 GMT 2009
- [gtk+/client-side-windows: 129/284] Update more toplevel checks and update set_background and back_pixmap Thu Apr 02 18:10:28 GMT 2009
- [gtk+/client-side-windows: 130/284] Remove gdk_window_set_child_input_shapes Thu Apr 02 18:10:30 GMT 2009
- [gtk+/client-side-windows: 131/284] Remove gdk_display_pointer_is_grabbed and gdk_pointer_grab_info_libgtk_only Thu Apr 02 18:10:35 GMT 2009
- [gtk+/client-side-windows: 132/284] Implement _gdk_windowing_create_cairo_surface Thu Apr 02 18:10:41 GMT 2009
- [gtk+/client-side-windows: 133/284] Add stubs for queue_translation/antiexpose Thu Apr 02 18:10:46 GMT 2009
- [gtk+/client-side-windows: 134/284] Add quartz window check macro Thu Apr 02 18:10:50 GMT 2009
- [gtk+/client-side-windows: 135/284] Setup iface for queue_translation/antiexpose Thu Apr 02 18:10:55 GMT 2009
- [gtk+/client-side-windows: 136/284] Change window check to quartz window check in gdkinput Thu Apr 02 18:11:00 GMT 2009
- [gtk+/client-side-windows: 137/284] Offset subviews with the parent's abs coordinate Thu Apr 02 18:11:06 GMT 2009
- [gtk+/client-side-windows: 138/284] Fix bug from first patch round, get private from window, not from impl Thu Apr 02 18:11:10 GMT 2009
- [gtk+/client-side-windows: 139/284] Handle NULL event mask in _gdk_windowing_window_at_pointer Thu Apr 02 18:11:15 GMT 2009
- [gtk+/client-side-windows: 140/284] Remove the old workarond for broken tracking rects Thu Apr 02 18:11:22 GMT 2009
- [gtk+/client-side-windows: 141/284] Update the window size after getting windowDidResize Thu Apr 02 18:11:25 GMT 2009
- [gtk+/client-side-windows: 142/284] Rework the event translation to look more like X11 Thu Apr 02 18:11:32 GMT 2009
- [gtk+/client-side-windows: 143/284] Make the various fill_*_event functions consistent Thu Apr 02 18:11:37 GMT 2009
- [gtk+/client-side-windows: 144/284] Clean up the scroll support a little Thu Apr 02 18:11:41 GMT 2009
- [gtk+/client-side-windows: 145/284] Add enter/leave notify to get_event_mask_from_ns_event now that those are handled like other events Thu Apr 02 18:11:45 GMT 2009
- [gtk+/client-side-windows: 146/284] Only send map events for toplevels Thu Apr 02 18:11:51 GMT 2009
- [gtk+/client-side-windows: 147/284] Add fill_crossing_event to be used soon Thu Apr 02 18:11:58 GMT 2009
- [gtk+/client-side-windows: 148/284] Clean up some whitespace Thu Apr 02 18:12:01 GMT 2009
- [gtk+/client-side-windows: 149/284] Rename _gdk_quartz_events_send_map_events to ..._event Thu Apr 02 18:12:06 GMT 2009
- [gtk+/client-side-windows: 150/284] Get rid of all the synthesized crossing events except for ANCESTOR one on the toplevel Thu Apr 02 18:12:13 GMT 2009
- [gtk+/client-side-windows: 151/284] Don't use drawable_get, release_context in _gdk_windowing_create_cairo_surface Thu Apr 02 18:12:16 GMT 2009
- [gtk+/client-side-windows: 152/284] Only setup tracking rect for toplevels, we only want enter/leave for those Thu Apr 02 18:12:21 GMT 2009
- [gtk+/client-side-windows: 153/284] Remove autoreleasepool in drawRect, not necessary Thu Apr 02 18:12:26 GMT 2009
- [gtk+/client-side-windows: 154/284] Fix typos that broke loading without lazy symbol lookup Thu Apr 02 18:12:33 GMT 2009
- [gtk+/client-side-windows: 155/284] Remove unused function _gdk_quartz_window_scroll Thu Apr 02 18:12:37 GMT 2009
- [gtk+/client-side-windows: 156/284] Attempt to implement draw_drawable with src = dest = window Thu Apr 02 18:12:43 GMT 2009
- [gtk+/client-side-windows: 157/284] First cut at getting events working Thu Apr 02 18:12:47 GMT 2009
- [gtk+/client-side-windows: 158/284] Don't allow native window > 65535 pixels Thu Apr 02 18:12:51 GMT 2009
- [gtk+/client-side-windows: 159/284] Clip exposed area to the visible region. Thu Apr 02 18:12:56 GMT 2009
- [gtk+/client-side-windows: 160/284] Flush any outstanding stuff in the window in non-buffered get_internal_paint_info case Thu Apr 02 18:13:01 GMT 2009
- [gtk+/client-side-windows: 161/284] Split out the flushing of outstanding moves Thu Apr 02 18:13:06 GMT 2009
- [gtk+/client-side-windows: 162/284] gdk_window_process_updates_internal only needs to flush outstanding moves Thu Apr 02 18:13:12 GMT 2009
- [gtk+/client-side-windows: 163/284] New flicker flicker fixing approach Thu Apr 02 18:13:17 GMT 2009
- [gtk+/client-side-windows: 164/284] Implement GDK_POINTER_MOTION_HINT_MASK support Thu Apr 02 18:13:22 GMT 2009
- [gtk+/client-side-windows: 165/284] Convert all pending X events in _gdk_events_queue Thu Apr 02 18:13:26 GMT 2009
- [gtk+/client-side-windows: 166/284] Move keyboard grab info to common code Thu Apr 02 18:13:32 GMT 2009
- [gtk+/client-side-windows: 167/284] Move keyboard grab state tracking code to common code Thu Apr 02 18:13:38 GMT 2009
- [gtk+/client-side-windows: 168/284] Ungrab keyboard if virtual window is hidden or destroyed Thu Apr 02 18:13:41 GMT 2009
- [gtk+/client-side-windows: 169/284] Keep track of the impl windows wrapper directly with a ref Thu Apr 02 18:13:47 GMT 2009
- [gtk+/client-side-windows: 170/284] Revert "Convert all pending X events in _gdk_events_queue" Thu Apr 02 18:13:51 GMT 2009
- [gtk+/client-side-windows: 171/284] Switch motion hint emulation to be serial based. Thu Apr 02 18:13:57 GMT 2009
- [gtk+/client-side-windows: 172/284] Only set cursors on toplevel. Thu Apr 02 18:14:01 GMT 2009
- [gtk+/client-side-windows: 173/284] Fix gdk_window_has_no_impl typo Thu Apr 02 18:14:06 GMT 2009
- [gtk+/client-side-windows: 174/284] Add serial argument to _gdk_windowing_got_event Thu Apr 02 18:14:11 GMT 2009
- [gtk+/client-side-windows: 175/284] Remove gdk_keyboard_grab_info_libgtk_only which moved to the common code Thu Apr 02 18:14:17 GMT 2009
- [gtk+/client-side-windows: 176/284] Add gdk_windowing_window_get_next_serial Thu Apr 02 18:14:22 GMT 2009
- [gtk+/client-side-windows: 177/284] Setup ->impl_window on the root window Thu Apr 02 18:14:27 GMT 2009
- [gtk+/client-side-windows: 178/284] Add a window argument to begin_paint_region in the paintable interface Thu Apr 02 18:14:32 GMT 2009
- [gtk+/client-side-windows: 179/284] Expose _gdk_window_process_updates_recurse for backends Thu Apr 02 18:14:37 GMT 2009
- [gtk+/client-side-windows: 180/284] Remove invalidate_maybe_recurse and process_updates from the paintable interface Thu Apr 02 18:14:43 GMT 2009
- [gtk+/client-side-windows: 181/284] Call _gdk_window_process_updates_recurse() in drawRect instead of creating our own expose events Thu Apr 02 18:14:48 GMT 2009
- [gtk+/client-side-windows: 182/284] Update for changes in the paintable interface Thu Apr 02 18:14:54 GMT 2009
- [gtk+/client-side-windows: 183/284] Add _gdk_x11_roundtrip_async Thu Apr 02 18:14:59 GMT 2009
- [gtk+/client-side-windows: 184/284] Track pointer grabs on Xserver time Thu Apr 02 18:15:03 GMT 2009
- [gtk+/client-side-windows: 185/284] Don't ignore native CROSSING_GRAB/UNGRAB events Thu Apr 02 18:15:19 GMT 2009
- [gtk+/client-side-windows: 186/284] Fix typos in X11 details of new OSX APIs Thu Apr 02 18:15:25 GMT 2009
- [gtk+/client-side-windows: 187/284] Don't look for EXPOSE mask set to disable bg none setting Thu Apr 02 18:15:30 GMT 2009
- [gtk+/client-side-windows: 188/284] Fix setting of private->shaped when setting input shape Thu Apr 02 18:15:34 GMT 2009
- [gtk+/client-side-windows: 189/284] Avoid warnings about non-handled GDK_EVENT_LAST enum Thu Apr 02 18:15:39 GMT 2009
- [gtk+/client-side-windows: 190/284] Remove unused label Thu Apr 02 18:15:44 GMT 2009
- [gtk+/client-side-windows: 191/284] Fix warning due to typo Thu Apr 02 18:15:49 GMT 2009
- [gtk+/client-side-windows: 192/284] Fix warning about wrong type in assignment Thu Apr 02 18:15:54 GMT 2009
- [gtk+/client-side-windows: 193/284] Remove unused code Thu Apr 02 18:16:00 GMT 2009
- [gtk+/client-side-windows: 194/284] Fix warning about XChangeProperty argument type Thu Apr 02 18:16:06 GMT 2009
- [gtk+/client-side-windows: 195/284] Remove_gdk_pixmap_set_as_backing etc, as this is not used anymore Thu Apr 02 18:16:10 GMT 2009
- [gtk+/client-side-windows: 196/284] Simplify do_move_region_bits_on_impl by removing unused arguments Thu Apr 02 18:16:15 GMT 2009
- [gtk+/client-side-windows: 197/284] Don't recursively set bg none on the parent when e.g. moving children Thu Apr 02 18:16:20 GMT 2009
- [gtk+/client-side-windows: 198/284] Don't crash if window->parent is NULL Thu Apr 02 18:16:24 GMT 2009
- [gtk+/client-side-windows: 199/284] Don't mess with any events on the root window. Thu Apr 02 18:16:30 GMT 2009
- [gtk+/client-side-windows: 200/284] Make gdk_window_get_toplevel() for CHILD window with root as parent Thu Apr 02 18:16:35 GMT 2009
- [gtk+/client-side-windows: 201/284] Fix typo in gdk_window_input_shape_combine_region Thu Apr 02 18:16:40 GMT 2009
- [gtk+/client-side-windows: 202/284] Update clip region etc, when creating a foreign window Thu Apr 02 18:16:46 GMT 2009
- [gtk+/client-side-windows: 203/284] Don't warn about unexpected events on foreign windows Thu Apr 02 18:16:50 GMT 2009
- [gtk+/client-side-windows: 204/284] Sync the display when creating a native window. Thu Apr 02 18:16:56 GMT 2009
- [gtk+/client-side-windows: 205/284] Only sync the display if creating a native window implicitly Thu Apr 02 18:17:00 GMT 2009
- [gtk+/client-side-windows: 206/284] Move bitfield in GdkWindowImplX11 to make struct more compact Thu Apr 02 18:17:05 GMT 2009
- [gtk+/client-side-windows: 207/284] Fix up indentation Thu Apr 02 18:17:10 GMT 2009
- [gtk+/client-side-windows: 208/284] Ref windows during _gdk_x11_roundtrip_async Thu Apr 02 18:17:16 GMT 2009
- [gtk+/client-side-windows: 209/284] New approach for grab tracking code Thu Apr 02 18:17:27 GMT 2009
- [gtk+/client-side-windows: 210/284] Don't send crossing events to destroyed windows Thu Apr 02 18:17:28 GMT 2009
- [gtk+/client-side-windows: 211/284] Move implicit grab tracking totally to common code Thu Apr 02 18:17:32 GMT 2009
- [gtk+/client-side-windows: 212/284] Report the steady state in gdk_display_pointer_is_grabbed Thu Apr 02 18:17:36 GMT 2009
- [gtk+/client-side-windows: 213/284] Make sure we report grab broken on window destroy Thu Apr 02 18:17:41 GMT 2009
- [gtk+/client-side-windows: 214/284] enable motion hints - use last sent request Thu Apr 02 18:17:46 GMT 2009
- [gtk+/client-side-windows: 215/284] Handle crossing events with subwindows unknown to gdk Thu Apr 02 18:17:52 GMT 2009
- [gtk+/client-side-windows: 216/284] Return ignoring of native grab/ungrab events when we don't have a grab Thu Apr 02 18:17:56 GMT 2009
- [gtk+/client-side-windows: 217/284] Get the correct root coordinates for events Thu Apr 02 18:18:02 GMT 2009
- [gtk+/client-side-windows: 218/284] Use event_type we already have instead of regetting it Thu Apr 02 18:18:06 GMT 2009
- [gtk+/client-side-windows: 219/284] Leave AppKit events unhandled Thu Apr 02 18:18:11 GMT 2009
- [gtk+/client-side-windows: 220/284] Get implicit grabs working Thu Apr 02 18:18:16 GMT 2009
- [gtk+/client-side-windows: 221/284] Remove unused remainders from the old implicit grab code Thu Apr 02 18:18:21 GMT 2009
- [gtk+/client-side-windows: 222/284] Fix coords returned by _gdk_windowing_window_get_pointer, fixes scribble demo Thu Apr 02 18:18:26 GMT 2009
- [gtk+/client-side-windows: 223/284] Apply non-click-through policy on unfocused windows even if the app is active Thu Apr 02 18:18:32 GMT 2009
- [gtk+/client-side-windows: 224/284] Use isKeyWindow instead of isMainWindow for the non-click-through check Thu Apr 02 18:18:36 GMT 2009
- [gtk+/client-side-windows: 225/284] Use the common pointer grab code instead of tracking it ourselves Thu Apr 02 18:18:43 GMT 2009
- [gtk+/client-side-windows: 226/284] Remove unused variable Thu Apr 02 18:18:46 GMT 2009
- [gtk+/client-side-windows: 227/284] Cast to avoid warning Thu Apr 02 18:18:53 GMT 2009
- [gtk+/client-side-windows: 228/284] Replace quartz specific keyboard grab code with common code Thu Apr 02 18:18:57 GMT 2009
- [gtk+/client-side-windows: 229/284] Use cooca to convert coordinats from event window to grab window instead of homegrown code Thu Apr 02 18:19:02 GMT 2009
- [gtk+/client-side-windows: 230/284] Use _gdk_display_unset_has_*_grab in break_all_grabs() Thu Apr 02 18:19:06 GMT 2009
- [gtk+/client-side-windows: 231/284] When breaking grabs on deactivation, the unset should be implicit Thu Apr 02 18:19:11 GMT 2009
- [gtk+/client-side-windows: 232/284] Ignore all events if the app is not active Thu Apr 02 18:19:16 GMT 2009
- [gtk+/client-side-windows: 233/284] Update for latest changes in the common code for grab tracking Thu Apr 02 18:19:22 GMT 2009
- [gtk+/client-side-windows: 234/284] Remove old cursor setting and make it work with client-side windows Thu Apr 02 18:19:27 GMT 2009
- [gtk+/client-side-windows: 235/284] Remove tracking of "current mouse window", this is handled in the common code now Thu Apr 02 18:19:32 GMT 2009
- [gtk+/client-side-windows: 236/284] Button press and release can share the same fill_button_event call Thu Apr 02 18:19:36 GMT 2009
- [gtk+/client-side-windows: 237/284] Remove unused code and fix some indentation Thu Apr 02 18:19:42 GMT 2009
- [gtk+/client-side-windows: 238/284] Remove re-declared variable Thu Apr 02 18:19:46 GMT 2009
- [gtk+/client-side-windows: 239/284] Remove workaround for missing enter events on newly popped up windows Thu Apr 02 18:19:53 GMT 2009
- [gtk+/client-side-windows: 240/284] Relax the check for ignoring events above the content view Thu Apr 02 18:19:58 GMT 2009
- [gtk+/client-side-windows: 241/284] Don't ignore all events when inactive, only clicks Thu Apr 02 18:20:05 GMT 2009
- [gtk+/client-side-windows: 242/284] Make owner_events grabs work again, use the pointer window, not the event window Thu Apr 02 18:20:07 GMT 2009
- [gtk+/client-side-windows: 243/284] Filter out all native grab/ungrab events with detail INFERIOR Thu Apr 02 18:20:15 GMT 2009
- [gtk+/client-side-windows: 244/284] Enable custom event masks for native windows Thu Apr 02 18:20:17 GMT 2009
- [gtk+/client-side-windows: 245/284] Workaround X11 clipping bug Thu Apr 02 18:20:31 GMT 2009
- [gtk+/client-side-windows: 246/284] Fix assert, it was checking the wrong window Thu Apr 02 18:20:32 GMT 2009
- [gtk+/client-side-windows: 247/284] Don't set the background for input only window Thu Apr 02 18:20:37 GMT 2009
- [gtk+/client-side-windows: 248/284] Only translate native motion events to motion events Thu Apr 02 18:20:43 GMT 2009
- [gtk+/client-side-windows: 249/284] Destroy native children when recursing from a destroy on a virtual window Thu Apr 02 18:20:48 GMT 2009
- [gtk+/client-side-windows: 250/284] Be more explicit about when to flush moves Thu Apr 02 18:20:53 GMT 2009
- [gtk+/client-side-windows: 251/284] Refactor background clearing code so we can clear a general region Thu Apr 02 18:20:58 GMT 2009
- [gtk+/client-side-windows: 252/284] Call backend show() in gdk_window_show even if window is mapped Thu Apr 02 18:21:02 GMT 2009
- [gtk+/client-side-windows: 253/284] Clear background on expose with no EXPOSURE_MASK Thu Apr 02 18:21:15 GMT 2009
- [gtk+/client-side-windows: 254/284] Don't touch private->parent after its been change Thu Apr 02 18:21:18 GMT 2009
- [gtk+/client-side-windows: 255/284] Don't event process updates for foreign windows Thu Apr 02 18:21:22 GMT 2009
- [gtk+/client-side-windows: 256/284] Don't clear background on no exposure mask if NULL background pixmap set Thu Apr 02 18:21:27 GMT 2009
- [gtk+/client-side-windows: 257/284] Make outstanding window moves work with the new model Thu Apr 02 18:21:33 GMT 2009
- [gtk+/client-side-windows: 258/284] Fix order of outstanding moves in queue Thu Apr 02 18:21:41 GMT 2009
- [gtk+/client-side-windows: 259/284] queue expose translations after the actual pixel copy Thu Apr 02 18:21:44 GMT 2009
- [gtk+/client-side-windows: 260/284] Use clearer names for GdkWindowRegionMove members Thu Apr 02 18:21:49 GMT 2009
- [gtk+/client-side-windows: 261/284] Move GdkWindowRegionMove construction/destruction to separate functions Thu Apr 02 18:21:57 GMT 2009
- [gtk+/client-side-windows: 262/284] Remove invalid source area from copy in move_region_on_impl Thu Apr 02 18:22:13 GMT 2009
- [gtk+/client-side-windows: 263/284] Move unnecessary window copies to the right place Thu Apr 02 18:24:01 GMT 2009
- [gtk+/client-side-windows: 264/284] Free region also if its empty (we're taking ownership now) Thu Apr 02 18:24:05 GMT 2009
- [gtk+/client-side-windows: 266/284] Try to reduce risk of triggering the "beam sync" penalty in quartz Thu Apr 02 18:24:13 GMT 2009
- [gtk+/client-side-windows: 265/284] Try to combine consecutive window moves into one Thu Apr 02 18:24:15 GMT 2009
- [gtk+/client-side-windows: 267/284] Get the right event window for non-grabbed windows too Thu Apr 02 18:24:19 GMT 2009
- [gtk+/client-side-windows: 268/284] Disable/enable screen updates around process_all_updates to speed up rendering Thu Apr 02 18:24:20 GMT 2009
- [gtk+/client-side-windows: 269/284] Limit manual flushing so we don't get hit by quartz' fps limiting Thu Apr 02 18:24:23 GMT 2009
- [gtk+/client-side-windows: 270/284] Only add up native subwindow offsets for gdk_window_quartz_get_origin Thu Apr 02 18:24:27 GMT 2009
- [gtk+/client-side-windows: 271/284] CSW Win32 work in progress - builds but does not work yet. Thu Apr 02 18:24:40 GMT 2009
- [gtk+/client-side-windows: 272/284] Misc stuff Thu Apr 02 18:24:42 GMT 2009
- [gtk+/client-side-windows: 273/284] Fix x vs y typo Thu Apr 02 18:24:53 GMT 2009
- [gtk+/client-side-windows: 274/284] Make offscreen windows not be in hierarchy Thu Apr 02 18:25:00 GMT 2009
- [gtk+/client-side-windows: 275/284] Remove offscreen hooks support Thu Apr 02 18:25:06 GMT 2009
- [gtk+/client-side-windows: 276/284] Move the new parts of GdkWindowObject to a private header Thu Apr 02 18:25:10 GMT 2009
- [gtk+/client-side-windows: 277/284] Ensure offscreen windows are not used as non-toplevels Thu Apr 02 18:25:15 GMT 2009
- [gtk+/client-side-windows: 278/284] Improve explicit drawing and flushing (fixes GtkRuler) Thu Apr 02 18:25:48 GMT 2009
- [gtk+/client-side-windows: 279/284] Tweak the click-through handling so active apps get it (but not inactive ones) Thu Apr 02 18:25:53 GMT 2009
- [gtk+/client-side-windows: 280/284] Fix coordinates for background clearing when redirecting Thu Apr 02 18:25:58 GMT 2009
- [gtk+/client-side-windows: 281/284] Get width/height from GetSystemMetrics() Thu Apr 02 18:26:03 GMT 2009
- [gtk+/client-side-windows: 282/284] Updates Thu Apr 02 18:26:09 GMT 2009
- [gtk+/client-side-windows: 283/284] grabs Thu Apr 02 18:26:16 GMT 2009
- [gtk+/client-side-windows: 284/284] Grab changes Thu Apr 02 18:26:19 GMT 2009
- [gtk+] (4 commits) ...Merge branch 'master' of ssh://alexl git gnome org/git/gtk+ Tue Apr 07 17:30:01 GMT 2009
- [gtk+: 1/4] Set errno to 0 before calling strtoul Tue Apr 07 17:30:04 GMT 2009
- [gtk+: 2/4] Don't move global user time backwards Tue Apr 07 17:30:09 GMT 2009
- [gtk+: 3/4] Set user_time from startup_id if window realized Tue Apr 07 17:30:14 GMT 2009
- [gtk+: 4/4] Merge branch 'master' of ssh://alexl git gnome org/git/gtk+ Tue Apr 07 17:30:19 GMT 2009
- [glib] Only mark regular files as backup files Wed Apr 08 07:13:17 GMT 2009
- [gvfs] Add gvfs.doap file Fri Apr 17 08:03:56 GMT 2009
- [gvfs] Move ChangeLog to ChangeLog.pre-1-2 Fri Apr 17 09:24:09 GMT 2009
- [gvfs] Mention micro commits in README.commits Fri Apr 17 09:24:18 GMT 2009
- [gvfs] Add README.commits and dist it Fri Apr 17 09:24:19 GMT 2009
- [gvfs] Add rules to autogenerate ChangeLog Fri Apr 17 09:24:23 GMT 2009
- [gvfs] Fix up .gitignore files Fri Apr 17 09:33:02 GMT 2009
- [gvfs] Don't trust remote permissions mask fully Fri Apr 17 09:36:33 GMT 2009
- [nautilus] Move ChangeLog to ChangeLog-20090417 Fri Apr 17 11:49:03 GMT 2009
- [nautilus] Add README.commits, update HACKING for git Fri Apr 17 11:49:17 GMT 2009
- [nautilus] Add doap file with name, description and developer info Fri Apr 17 11:49:21 GMT 2009
- [nautilus] Add makefile rules to generate ChangeLog Fri Apr 17 12:30:42 GMT 2009
- [nautilus] Add .gitignore files Fri Apr 17 12:30:55 GMT 2009
- [nautilus] Preload /desktop/gnome/background from gconf Fri Apr 17 13:34:59 GMT 2009
- [gnome-desktop] Preload /gnome/desktop/thumbnails in thumbnail factory Fri Apr 17 13:57:17 GMT 2009
- [nautilus] Allow shift+return during typeahead find Mon Apr 20 11:03:47 GMT 2009
- [glib] Add helpers for connecting/disconnecting to cancelled signal Mon Apr 20 11:18:25 GMT 2009
- [glib] Use g_cancellable_connect/disconnect Mon Apr 20 11:18:29 GMT 2009
- [gvfs] Created branch gnome-2-26 Mon Apr 20 13:57:52 GMT 2009
- [nautilus] Comment out invalid pofile strings Mon Apr 20 18:00:23 GMT 2009
- [nautilus] Fix broken pofile Mon Apr 20 18:14:12 GMT 2009
- [nautilus] Created branch gnome-2-26 Mon Apr 20 18:14:47 GMT 2009
- [gvfs] Bump master to 1.3.1 post branch Mon Apr 20 18:57:06 GMT 2009
- [gnio] Track closed state of GSocket Mon Apr 27 15:04:54 GMT 2009
- [gnio] Change socket error to be construct only Mon Apr 27 15:04:59 GMT 2009
- [gnio] Make g_socket_close() return an error Mon Apr 27 15:19:18 GMT 2009
- [gnio] Handle EINTR where it can happend and auto restart Mon Apr 27 19:24:56 GMT 2009
- [gnio] Minor header cleanup Tue Apr 28 10:08:34 GMT 2009
- [gnio] Add g_socket_is_closed Tue Apr 28 10:08:38 GMT 2009
- [gnio] Use the WSAStartup in GInetAddress Tue Apr 28 10:08:44 GMT 2009
- [gnio] Don't sink addresses, GSocketAddress is not floating Tue Apr 28 10:08:48 GMT 2009
- [gnio] Rename backlog property to listen-backlog Tue Apr 28 10:08:53 GMT 2009
- [gnio] Add getter and setter for listen_backlog Tue Apr 28 10:08:59 GMT 2009
- [gnio] Add property notification Tue Apr 28 10:09:03 GMT 2009
- [gnio] Set listen backlog property via setter Tue Apr 28 10:09:10 GMT 2009
- [gnio] Remove gratious g_warnings Tue Apr 28 10:09:17 GMT 2009
- [gnio] Support passing -1 as num_* in g_socket_send_message Tue Apr 28 10:09:21 GMT 2009
- [gnio] Avoid unnecessary use of alloca Tue Apr 28 10:09:26 GMT 2009
- [gnio] On i/o errors in setters, don't change the value Tue Apr 28 10:09:31 GMT 2009
- [gnio] Add keepalive property to GSocket Tue Apr 28 10:09:36 GMT 2009
- [gnio] Use WSAGetLastError not errno on win32 Tue Apr 28 10:09:42 GMT 2009
- [gnio] Use G_PARAM_STATIC_STRINGS where possible Tue Apr 28 10:59:32 GMT 2009
- [gnio] Add protocol argument to GSocket Tue Apr 28 10:59:47 GMT 2009
- [glib] Ensure we're actually initializing the winsock library Wed Apr 29 10:26:06 GMT 2009
- [gnio] Ensure g_inet_address_get_type call is not optimized away Wed Apr 29 10:33:37 GMT 2009
- [gnio] Pass $ACLOCAL_FLAGS to aclocal Wed Apr 29 10:47:30 GMT 2009
- [gnio] Make gnio build without gnutls Wed Apr 29 11:20:52 GMT 2009
- [gnio] Only build unix stuff on unix Wed Apr 29 11:47:05 GMT 2009
- [gnio] Add OS detection Wed Apr 29 11:47:10 GMT 2009
- [gnio] Make socket code build on win32 Thu Apr 30 08:19:25 GMT 2009
- [glib] Ensure g_inet_address_get_type() call is not optimized away Thu Apr 30 08:48:04 GMT 2009
Alexandre Prokoudine
Alexandre Rosenfeld
Alexia Death
alexk
alexl
Ali Sabil
al_shopov
aman
Amanpreet Singh Alam
Amitakhya Phukan
Andreas J . Guelzow
Andre Klapper
Ankitkumar Rameshchandra Patel
apulido
arminb
Aron Xu
aronxu
asabil
Bastien Nocera
bberg
bcameron
bcicek
bcoudoin
bdejean
behdad
Behdad Esfahbod
Behnam Esfahbod
Benjamin Berg
Benjamin Otte
Benjamin Podszun
Benoît Dejean
Bertrand Lorentz
bgmerrell
Bharath Acharya
blorentz
Brad Taylor
Brian Cameron
Bruno Boaventura de Oliveira Lacerda
callum
Callum McKenzie
calum
carlosg
Carlos Garcia Campos
Carlos Garnacho
carlosgc
Carlos Martín Nieto
Chao-Hsiung Liao
chpe
chrisb
Christian Dywan
Christian Kirbach
Christian Persch
Christophe Fergeau
Christopher Bratusek
ckirbach
claudep
Claude Paroz
Claudio Saavedra
Cody Russell
Colin Walters
Colin Watson
cosimoc
Cosimo Cecchi
Curtis Gedak
cwryu
Daniel Elstner
Daniel G . Siegel
Daniel Nylander
danw
Dan Williams
Dan Winship
David Planella
David Zeuthen
Davyd Madeley
dcbw
Dennis Cranston
diegoe
Diego Escalante Urrelo
dnloreto
dnylande
dodji
Dodji Seketeli
Don Scorgie
Duarte Loreto
ededu
Edward Hervey
- [pitivi] (10 commits) ...Merge commit 'gnome/master' Tue Apr 07 20:27:01 GMT 2009
- [pitivi: 1/10] really take into account the thumbnail aspect ratio Tue Apr 07 20:27:05 GMT 2009
- [pitivi: 2/10] really take into account the thumbnail aspect ratio Tue Apr 07 20:27:22 GMT 2009
- [pitivi: 3/10] also take pixel aspect ratio into account Tue Apr 07 20:27:27 GMT 2009
- [pitivi: 4/10] Expose viewer API externally Tue Apr 07 20:27:35 GMT 2009
- [pitivi: 5/10] viewer: add new method togglePlayback(), which also properly sets the play button icon Tue Apr 07 20:27:38 GMT 2009
- [pitivi: 6/10] mainwindow: add accelerators for fullscreen, playpause, and other actions Tue Apr 07 20:27:44 GMT 2009
- [pitivi: 8/10] sourcelist: only call drag_begin at appropriate time, Finally Fixes 572327 Tue Apr 07 20:27:53 GMT 2009
- [pitivi: 7/10] sourcelist: wait until mouse-up to clear selection, if ever Tue Apr 07 20:28:00 GMT 2009
- [pitivi: 10/10] Merge commit 'gnome/master' Tue Apr 07 20:28:03 GMT 2009
- [pitivi: 9/10] mainwindow, timeline, viewer: keyboard seeking support Tue Apr 07 20:28:06 GMT 2009
- [pitivi] (7 commits) ...ui: actions.xml moved to mainwindows.xml Thu Apr 09 18:26:02 GMT 2009
- [pitivi: 1/7] add missing menu items and supporting code Thu Apr 09 18:26:09 GMT 2009
- [pitivi: 2/7] menus for timeline Thu Apr 09 18:26:13 GMT 2009
- [pitivi: 3/7] mainwindow: save toolbar visibility to configuration Thu Apr 09 18:26:18 GMT 2009
- [pitivi: 4/7] mainwindow: change library menu to project menu Thu Apr 09 18:26:23 GMT 2009
- [pitivi: 5/7] add last of the menu commands Thu Apr 09 18:26:29 GMT 2009
- [pitivi: 6/7] Merge branch 'menus' Thu Apr 09 18:26:32 GMT 2009
- [pitivi: 7/7] ui: actions.xml moved to mainwindows.xml Thu Apr 09 18:26:37 GMT 2009
- [pitivi] (5 commits) ...Merge commit 'gnome/master' Thu Apr 16 09:34:13 GMT 2009
- [pitivi: 1/5] ui.timelinecanvas: snap razor to playhead position Thu Apr 16 09:34:18 GMT 2009
- [pitivi: 3/5] ui.zoominterface: smooth out zooming at lower zoom levels Thu Apr 16 09:34:28 GMT 2009
- [pitivi: 2/5] ui.sourcelist: hide drag icon when pointer moves over timeline Thu Apr 16 09:34:30 GMT 2009
- [pitivi: 4/5] ui.controller: don't call click after a drag Thu Apr 16 09:34:33 GMT 2009
- [pitivi: 5/5] Merge commit 'gnome/master' Thu Apr 16 09:34:38 GMT 2009
- [pitivi] Make TrackObjects take a stream parameter. Fri Apr 17 13:34:39 GMT 2009
- [pitivi] Formatter: Write out design specifications in blank classes with documentation. Fri Apr 17 13:34:42 GMT 2009
- [pitivi] Documentation fixes Fri Apr 17 13:34:52 GMT 2009
- [pitivi] Add formatters to autotools build system. Fri Apr 17 13:34:53 GMT 2009
- [pitivi] A bunch more minor fixes Fri Apr 17 13:34:57 GMT 2009
- [pitivi] Application: new addProject() method and 'new-project' signal Fri Apr 17 13:35:02 GMT 2009
- [pitivi] Remove Serializable and all of its usage in pitivi Fri Apr 17 13:35:10 GMT 2009
- [pitivi] re-enable UI actions for file save/load Fri Apr 17 13:35:11 GMT 2009
- [pitivi] Remove projectsaver Fri Apr 17 13:35:19 GMT 2009
- [pitivi] Ignore more Fri Apr 17 13:35:22 GMT 2009
- [pitivi] A bit more code, still not 100% done with the design and docs. Fri Apr 17 13:35:29 GMT 2009
- [pitivi] Checkpoint. Incomplete ElementTree based formatter + some tests. Fri Apr 17 13:35:38 GMT 2009
- [pitivi] Add pitivi/reflect.py. Fri Apr 17 13:35:40 GMT 2009
- [pitivi] tmp. finish save. Fri Apr 17 13:35:44 GMT 2009
- [pitivi] checkpoint. save and load implemented, now need to be hooked in pitivi. Fri Apr 17 13:35:49 GMT 2009
- [pitivi] UI: file load and save actions now hook into formatter code Fri Apr 17 13:35:54 GMT 2009
- [pitivi] application: fix missing import Fri Apr 17 13:35:57 GMT 2009
- [pitivi] timeliecontrols: fix sizing bug Fri Apr 17 13:36:02 GMT 2009
- [pitivi] formatter.format: implement save_project Fri Apr 17 13:36:08 GMT 2009
- [pitivi] etree: simplify code Fri Apr 17 13:36:12 GMT 2009
- [pitivi] formatters.etree: Move the context into the class Fri Apr 17 13:36:21 GMT 2009
- [pitivi] formatter: saveProject doesn't return anything. Fri Apr 17 13:36:24 GMT 2009
- [pitivi] etree: Split the serialization into a separate method. Fri Apr 17 13:36:28 GMT 2009
- [pitivi] ui.mainwindow, formatters.format: fill in missing high-level functions, adjust UI to match Fri Apr 17 13:36:38 GMT 2009
- [pitivi] UI: refactor UI to ensure that UI properly connects to new projects when they are created Fri Apr 17 13:36:41 GMT 2009
- [pitivi] mainwindow: remove an unnecessary signal connection Fri Apr 17 13:36:42 GMT 2009
- [pitivi] Loggable: Add a method for logging exceptions Fri Apr 17 13:36:47 GMT 2009
- [pitivi] Formatter: Add logging Fri Apr 17 13:36:58 GMT 2009
- [pitivi] Application: Fix loadProject method, log exceptions Fri Apr 17 13:37:00 GMT 2009
- [pitivi] SourceList: Allow only giving the factory to addFactory. Fri Apr 17 13:37:03 GMT 2009
- [pitivi] Formatter: Add _fillTimeline() method along with debugging and slight fixes Fri Apr 17 13:37:08 GMT 2009
- [pitivi] ElementTreeFormatter: Finish implementation. Fri Apr 17 13:37:14 GMT 2009
- [pitivi] ui.trackobject, ui.timeline.py, ui.timelinecanvas: add any existing track objects (except default) w Sun Apr 19 14:13:31 GMT 2009
- [pitivi] formatters.etree: remove completely-unused and redundant method _loadProject Sun Apr 19 14:13:34 GMT 2009
- [pitivi] formatter.etree: fillTimeline operates on the projects existing timeline rather than creating a new Sun Apr 19 14:13:39 GMT 2009
- [pitivi] formatter: fix loading test cases Sun Apr 19 14:13:45 GMT 2009
- [pitivi] project, application: move creation of default tracks to the newBlankProject() method (temporary hack Sun Apr 19 14:13:49 GMT 2009
- [pitivi] ui.timelinecontrols: clean up some loose ends in the UI Sun Apr 19 14:13:54 GMT 2009
- [pitivi] formatters.etree: save and restore object factory duration Sun Apr 19 14:13:59 GMT 2009
- [pitivi] ui.mainwindow: don't save as when we save a project we just opened from a file Sun Apr 19 14:14:04 GMT 2009
- [pitivi] ui/previewer: Don't forget to give SingleDecodeBin the Stream also. Sun Apr 19 14:14:09 GMT 2009
- [pitivi] ElementTreeFormatter: Also save/load Stream.pad_name Sun Apr 19 14:14:14 GMT 2009
- [pitivi] singledecodebin: Small fixes to make it work with loaded Factories. Sun Apr 19 14:14:19 GMT 2009
- [pitivi] (4 commits) ...Merging translations Mon Apr 20 14:23:39 GMT 2009
- [pitivi: 1/4] Fix test break introduced by d28582fd94f4a292d5dd08de149c984c65589287 Mon Apr 20 14:23:43 GMT 2009
- [pitivi: 3/4] ElementTreeFormatter: Save ordered list of sources. Fixes #579534 Mon Apr 20 14:23:53 GMT 2009
- [pitivi: 4/4] Merging translations Mon Apr 20 14:23:57 GMT 2009
- [pitivi: 2/4] SourceList: Add gstSources() method to get a sorted list of sources. Mon Apr 20 14:24:00 GMT 2009
- [pitivi] ui/preview: Avoid calculations using element if it's not valid anymore. Tue Apr 21 13:59:10 GMT 2009
- [pitivi] pitivi.timeline.time: Makes the classes Loggable Tue Apr 21 13:59:16 GMT 2009
- [pitivi] ui.sourcelist: Don't load a new project which isn't "ready" Tue Apr 21 13:59:24 GMT 2009
- [pitivi] Timeline: Be a bit more flexible when figuring out stream compatibility. Tue Apr 21 13:59:29 GMT 2009
- [pitivi] formatters: Add new playlist read-only Formatter Tue Apr 21 13:59:37 GMT 2009
- [pitivi] Formatter: Add a debugging statement Tue Apr 21 13:59:38 GMT 2009
- [pitivi] formatters: Fix validateSourceURI and use it in the formatters. Tue Apr 21 16:11:25 GMT 2009
- [pitivi] Dist invisible.png Thu Apr 30 16:18:40 GMT 2009
- [pitivi] Use urlsafe_b64encode to generate thumbnail names. Thu Apr 30 16:18:44 GMT 2009
- [pitivi] Write filenames as utf-8 in the project file. Thu Apr 30 16:18:47 GMT 2009
- [pitivi] Handle unicode when deserializing object factories. Thu Apr 30 16:18:53 GMT 2009
- [pitivi] Add edge snapping when trimming at start. Thu Apr 30 16:18:58 GMT 2009
- [pitivi] ui.timeline: don't let the timeline shrink during a drag Thu Apr 30 16:19:04 GMT 2009
- [pitivi] ui.timeline: seek playhead to mouse position on button release Thu Apr 30 16:19:07 GMT 2009
- [pitivi] settings: add support for receiving signals from properties Thu Apr 30 16:19:13 GMT 2009
- [pitivi] mainwindow, prefs: basic layout of preferences dialog Thu Apr 30 16:19:19 GMT 2009
- [pitivi] ui.prefs: test cases for UI prefs and dummy implementation for all dynamic widgets Thu Apr 30 16:19:27 GMT 2009
- [pitivi] ui.prefs, ui.dynamic: preference widgets now actually set associated settings, restart warning shown Thu Apr 30 16:19:30 GMT 2009
- [pitivi] ui.prefs: set adjustment parameters on numeric widgets when value changes Thu Apr 30 16:19:33 GMT 2009
- [pitivi] ui.dynamic: add color widget and test case Thu Apr 30 16:19:38 GMT 2009
- [pitivi] ui.common: check in code for manipulating color values Thu Apr 30 16:19:43 GMT 2009
- [pitivi] ui.prefs: disable test options; add color preference Thu Apr 30 16:19:49 GMT 2009
- [pitivi] ui.prefs: sort preferences by their unlocalized label names; clean up bad labels Thu Apr 30 16:19:58 GMT 2009
- [pitivi] ui: add edge snap and clip color preferences Thu Apr 30 16:20:00 GMT 2009
- [pitivi] ui.prefs: sort preferences by their unlocalized label names; clean up bad labels Thu Apr 30 16:20:04 GMT 2009
- [pitivi] ui.prefs: remember size of dialog Thu Apr 30 16:20:09 GMT 2009
- [pitivi] settings, ui.prefs: add ability to reset to factory defaults Thu Apr 30 16:20:14 GMT 2009
- [pitivi] ui.dynamic: add font selector widget Thu Apr 30 16:20:19 GMT 2009
- [pitivi] ui.prefs: add font preference option and test case Thu Apr 30 16:20:23 GMT 2009
- [pitivi] ui.trackobject: add clip title font preference option Thu Apr 30 16:20:28 GMT 2009
- [pitivi] ui.previewer: add thumbnail spacing preference option: fixes 575952 Thu Apr 30 16:20:34 GMT 2009
- [pitivi] ui.controller: reset the cursor to ARROW. Thu Apr 30 16:20:44 GMT 2009
- [pitivi] Register the text/x-xptv mime type, and set pitivi as its default app. Thu Apr 30 16:20:47 GMT 2009
- [pitivi] pitivi.sourcelist: fix a bug removing clips. Thu Apr 30 16:20:48 GMT 2009
- [pitivi] Add ffmpegcolorspace before xvimagesink. Thu Apr 30 16:20:53 GMT 2009
eitani
Eitan Isaacson
emmanuel
Emmanuele Bassi
Emmanuel Pacaud
epiotr
Étienne Bersac
Eugen Dedu
- [ekiga] Remove FFMPEG and WAVFile modules from preferences->devices, unused for the moment (Damien dixit). Sat Apr 18 08:36:56 GMT 2009
- [ekiga/gnome-2-26] Remove FFMPEG and WAVFile modules from preferences->devices, unused for the moment (Damien dixit). Sat Apr 18 08:42:23 GMT 2009
- [ekiga/gnome-2-26] Rename Coding_Policy to HACKING, as per GNOME policy Sat Apr 18 10:47:09 GMT 2009
- [ekiga] Rename Coding_Policy to HACKING, as per GNOME policy Sat Apr 18 10:50:57 GMT 2009
- [ekiga] Add information about new files, from the wiki Mon Apr 20 10:49:28 GMT 2009
- [ekiga] Add doxygen info Mon Apr 20 16:31:21 GMT 2009
- [ekiga] Take care of the new Local_Timeout sip code Mon Apr 20 16:40:17 GMT 2009
- [ekiga] Finalise previous commit, thanks Snark! Tue Apr 21 10:26:48 GMT 2009
- [ekiga] Create doap file and slightly modify desktop file Tue Apr 21 15:03:24 GMT 2009
- [ekiga] Remove deprecated GTK+ symbols (#578472) Tue Apr 21 19:39:03 GMT 2009
- [ekiga/gnome-2-26] Finalise previous commit, thanks Snark! Tue Apr 21 20:52:33 GMT 2009
- [ekiga/gnome-2-26] Applied patch from Eugen Dedu to fix bug #575907 Tue Apr 21 20:52:35 GMT 2009
- [ekiga/gnome-2-26] Remove deprecated GTK+ symbols (#578472) Tue Apr 21 20:52:39 GMT 2009
- [ekiga/gnome-2-26] Added forgotten 'virtual' keyword for a destructor. Mon Apr 27 15:57:04 GMT 2009
- [ekiga/gnome-2-26] Reviewed the menu builder tools - not 100% satisfying Mon Apr 27 15:57:10 GMT 2009
- [ekiga/gnome-2-26] Fixed the codec description and codec list code a little... #574675 is now ok, but there's worse Mon Apr 27 15:57:13 GMT 2009
- [ekiga/gnome-2-26] Trivialities Mon Apr 27 15:57:22 GMT 2009
- [ekiga/gnome-2-26] Made sigc::mem_fun calls look more alike for better sed-ability. Mon Apr 27 15:57:24 GMT 2009
- [ekiga/gnome-2-26] Fixed #574998 (don't use strtok) Mon Apr 27 15:57:28 GMT 2009
- [ekiga/gnome-2-26] Another round of "let's make sigc::mem_fun uses look all alike". Mon Apr 27 15:57:33 GMT 2009
- [ekiga/gnome-2-26] Fixed compile warning in XCAP's main code Mon Apr 27 15:57:37 GMT 2009
- [ekiga/gnome-2-26] Partial rewrite of the callback-passing code, to avoid using too sigc++-specific constructs Mon Apr 27 15:57:42 GMT 2009
- [ekiga/gnome-2-26] Fixed compilation problems in resource-list code Mon Apr 27 15:57:47 GMT 2009
- [ekiga/gnome-2-26] Fixed the device detections in the gstreamer code : it could crash Mon Apr 27 15:57:52 GMT 2009
- [ekiga/gnome-2-26] Commented out the debug code in the gstreamer component Mon Apr 27 15:57:57 GMT 2009
- [ekiga/gnome-2-26] Made the --enable-kde/--disable-kde switch work correctly Mon Apr 27 15:58:12 GMT 2009
- [ekiga/gnome-2-26] Use AS_HELP_STRING everywhere in configure.ac Mon Apr 27 15:58:15 GMT 2009
- [ekiga/gnome-2-26] Modified the gnome support detection to be clearer Mon Apr 27 15:58:19 GMT 2009
- [ekiga/gnome-2-26] Made sure all --enable-foo flags behave correctly (fixing #575839) Mon Apr 27 15:58:24 GMT 2009
- [ekiga/gnome-2-26] Made ekiga explicitly link sasl2 (fixing bug #575946) Mon Apr 27 15:58:30 GMT 2009
- [ekiga/gnome-2-26] Made the MMX support optional (fixing bug #575831) Mon Apr 27 15:58:34 GMT 2009
- [ekiga/gnome-2-26] Made SHM support optional (fixing bug #575835) Mon Apr 27 15:58:35 GMT 2009
- [ekiga/gnome-2-26] Use the "get" method of gmref_ptr instead of doing "&*" Mon Apr 27 15:58:39 GMT 2009
- [ekiga/gnome-2-26] Major rewrite of the runtime system -- preliminary fix for bug #557889 Mon Apr 27 15:58:48 GMT 2009
- [ekiga/gnome-2-26] Fixed bug #576324 (unsafely shared xmlDoc pointers) Mon Apr 27 15:58:58 GMT 2009
- [ekiga/gnome-2-26] Fixed compile warning on GDK_DAMAGE Mon Apr 27 15:58:59 GMT 2009
- [ekiga/gnome-2-26] Made the experimental features explicitly so in the configure scrip output Mon Apr 27 15:59:00 GMT 2009
- [ekiga/gnome-2-26] Completed the GmRefCounted class Mon Apr 27 15:59:02 GMT 2009
- [ekiga/gnome-2-26] Syntactic sugar : Ekiga::ContactPtr instead of gmref_ptr<Ekiga::Contact> Mon Apr 27 15:59:08 GMT 2009
- [ekiga/gnome-2-26] Syntactic sugar : Ekiga::BookPtr instead of gmref_ptr<Ekiga::Book> Mon Apr 27 15:59:12 GMT 2009
- [ekiga/gnome-2-26] Syntactic sugar : Ekiga::SourcePtr instead of gmref_ptr<Ekiga::Source> Mon Apr 27 15:59:18 GMT 2009
- [ekiga/gnome-2-26] Even more sugar-coating for the addressbook stack Mon Apr 27 15:59:25 GMT 2009
- [ekiga/gnome-2-26] Syntactic sugar for gmref_ptr<Presentity>, gmref_ptr<Heap> and gmref_ptr<Cluster> too Mon Apr 27 15:59:33 GMT 2009
- [ekiga/gnome-2-26] Made the experimental code use the new syntactic sugar too Mon Apr 27 15:59:36 GMT 2009
- [ekiga/gnome-2-26] Syntactic sugar for the chat stack too (FooPtr for gmref_ptr<Foo>) Mon Apr 27 15:59:39 GMT 2009
- [ekiga/gnome-2-26] Fixed some includes Mon Apr 27 15:59:43 GMT 2009
- [ekiga/gnome-2-26] Made sure we don't leak the Ekiga::CallCore Mon Apr 27 15:59:49 GMT 2009
- [ekiga/gnome-2-26] Removed old debugging code... which went unnoticed until now since we leaked that code Mon Apr 27 15:59:52 GMT 2009
- [ekiga/gnome-2-26] Fixed small leaks in libnotify code Mon Apr 27 15:59:58 GMT 2009
- [ekiga/gnome-2-26] Fixed trivial leaks in avahi presence code Mon Apr 27 16:00:04 GMT 2009
- [ekiga/gnome-2-26] Fixed crash in avahi code by not using iterators (bug #577070) Mon Apr 27 16:00:08 GMT 2009
- [ekiga/gnome-2-26] Use the remove_all_objects method to flush a refreshing LDAP book (no more iterator use) Mon Apr 27 16:00:13 GMT 2009
- [ekiga/gnome-2-26] Removed all uses of iterators, as they're my prime suspects for crashes Mon Apr 27 16:00:19 GMT 2009
- [ekiga/gnome-2-26] Fixed bug where modifying something in lib/engine/components/opal/ lead to a compiler error Mon Apr 27 16:06:23 GMT 2009
- [ekiga/gnome-2-26] On failed registration, do not show the unuseful RequestTerminated Mon Apr 27 16:28:57 GMT 2009
- [ekiga/gnome-2-26] Worked on unthreading the endpoints (not 100% there yet, though) Mon Apr 27 16:29:11 GMT 2009
- [ekiga/gnome-2-26] Fixed crash when we don't have accounts (bug #577204) Mon Apr 27 16:29:11 GMT 2009
- [ekiga/gnome-2-26] Reworked the account stack (now uses gmref_ptr) Mon Apr 27 16:29:20 GMT 2009
- [ekiga/gnome-2-26] Small memory management improvement for the runtime Mon Apr 27 16:30:12 GMT 2009
- [ekiga/gnome-2-26] Fixed bug #577524 (locking in sip-endpoint.cpp) Mon Apr 27 16:30:17 GMT 2009
- [ekiga/gnome-2-26] Better cleaning on shutdown for the call history and the local roster Mon Apr 27 16:30:23 GMT 2009
- [ekiga/gnome-2-26] Fixed yet another shutdown problem Mon Apr 27 16:30:26 GMT 2009
- [ekiga/gnome-2-26] Fixed bug #577629 (malloc/g_free mismatch) Mon Apr 27 16:30:32 GMT 2009
- [ekiga/gnome-2-26] Fixed stupid bug where I convert an enum to a pointer starting from zero, while pushing to a functio Mon Apr 27 16:34:25 GMT 2009
- [ekiga/gnome-2-26] Got rid of a small leak in the STUN code Mon Apr 27 16:34:30 GMT 2009
- [ekiga/gnome-2-26] I love STL iterators (fixing bug #578752) Mon Apr 27 16:34:31 GMT 2009
- [ekiga/gnome-2-26] Patch from Michael Rickmann fixing a user full name portability issue Mon Apr 27 16:34:35 GMT 2009
- [ekiga/gnome-2-26] Added small comments to the gmconf api Mon Apr 27 16:34:40 GMT 2009
- [ekiga/gnome-2-26] Fixed small leak Mon Apr 27 16:34:45 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issue in the PTLIB audio input code Mon Apr 27 16:34:56 GMT 2009
- [ekiga/gnome-2-26] Fixed KDE detection in configure.ac (bug #577878) Mon Apr 27 16:34:58 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in PTLIB audio output code Mon Apr 27 16:35:01 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in the PTLIB video input code Mon Apr 27 16:35:06 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issue in the X video output code Mon Apr 27 16:35:12 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in the common video output code Mon Apr 27 16:35:15 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in the moving logo video input Mon Apr 27 16:35:21 GMT 2009
- [ekiga/gnome-2-26] Typo fixes from Michael Rickmann in the DX video output code Mon Apr 27 16:35:22 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in the null audio input code Mon Apr 27 16:35:27 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in the null audio output code Mon Apr 27 16:35:31 GMT 2009
- [ekiga/gnome-2-26] Fixed possible threading issues in the DX video output code Mon Apr 27 16:35:37 GMT 2009
- [ekiga/gnome-2-26] Modified the frame buffer memory management in the X window Mon Apr 27 16:35:41 GMT 2009
- [ekiga/gnome-2-26] DirectX fixes by Michael Rickmann Mon Apr 27 16:35:59 GMT 2009
- [ekiga/gnome-2-26] Moved and improved ekiga RC file for win32 Mon Apr 27 16:43:49 GMT 2009
- [ekiga/gnome-2-26] Fixed SIP registration problem (bug #578883) Mon Apr 27 16:45:09 GMT 2009
- [ekiga/gnome-2-26] Don't ship now unneeded files for the win32 distribution Mon Apr 27 16:45:38 GMT 2009
- [ekiga/gnome-2-26] Applied patch from Michael Rickmann about libsasl2 detection Mon Apr 27 16:52:52 GMT 2009
- [ekiga/gnome-2-26] Better LDAP support on win32 Mon Apr 27 16:52:58 GMT 2009
- [ekiga] Disable -> Enable in preferences Thu Apr 30 10:28:29 GMT 2009
Fabio Marzocca
federico
Federico Mena Quintero
fejj
Felix Kaser
Felix Riemann
Fernando Herrera de las Heras
Filippo Argiolas
flaper
fpeters
Frederic Peters
- [jhbuild] renamed ChangeLog to ChangeLog.pre-git Thu Apr 16 20:49:06 GMT 2009
- [jhbuild] switched modulesets (> 2.20) to use git.gnome.org Thu Apr 16 20:49:21 GMT 2009
- [jhbuild] ignore *.pyc Thu Apr 16 20:55:00 GMT 2009
- [jhbuild] removed all traces of svn.gnome.org repository from modulesets Thu Apr 16 20:55:05 GMT 2009
- [jhbuild] add JHBuild DOAP description Thu Apr 16 21:00:47 GMT 2009
- [jhbuild] Deleted branch jhbuild-ng Thu Apr 16 21:05:46 GMT 2009
- [jhbuild] remove extraneous references to svn.gnome.org, moving seahorse-plugins along Thu Apr 16 22:11:56 GMT 2009
- [jhbuild] rewritten checkbranches command for git.gnome.org Thu Apr 16 22:11:57 GMT 2009
- [jhbuild] shorten sha1 sum in page titles Fri Apr 17 07:31:02 GMT 2009
- [jhbuild] remove obsolete ChangeLog Fri Apr 17 09:25:29 GMT 2009
- [jhbuild] get online modulesets from git repository Fri Apr 17 11:27:59 GMT 2009
- [jhbuild] create empty ChangeLog in autogen.sh, so automake doesn't abort Fri Apr 17 12:10:30 GMT 2009
- [jhbuild] make sure ChangeLog is created in srcdir Fri Apr 17 12:11:18 GMT 2009
- [jhbuild] update autoconf to 2.63 (#579304) Fri Apr 17 14:39:47 GMT 2009
- [jhbuild] ignore files installed by autogen.sh Fri Apr 17 14:39:49 GMT 2009
- [jhbuild] allow remapping of git modules Sat Apr 18 08:59:09 GMT 2009
- [jhbuild] do not force full URI when remapping git module Sat Apr 18 09:07:59 GMT 2009
- [jhbuild] branched gtk+ (gtk-2-16) in 2.26 Sat Apr 18 10:06:33 GMT 2009
- [jhbuild] ignore more files Sat Apr 18 10:06:44 GMT 2009
- [jhbuild] branched libgtop for 2.26 Sat Apr 18 18:56:52 GMT 2009
- [jhbuild] branched glib (2-20) for 2.26 Sat Apr 18 19:40:45 GMT 2009
- [jhbuild] branched gvfs and nautilus for 2.26 Tue Apr 21 07:25:33 GMT 2009
- [jhbuild] branched vinagre and vino for 2.26 Tue Apr 21 12:19:17 GMT 2009
- [empathy] Add context string for translation (#575442) Tue Apr 21 14:39:02 GMT 2009
- [jhbuild] add option to reload config of buildbot server (#575626) Tue Apr 21 20:52:04 GMT 2009
- [jhbuild] update gettext to 0.17 (#562690) Tue Apr 21 20:52:17 GMT 2009
- [jhbuild] branched gconf-editor for 2.26 Tue Apr 21 21:28:16 GMT 2009
- [jhbuild] do not barf on wrong git branch redefinition (but display a warning) Wed Apr 22 09:11:51 GMT 2009
- [jhbuild] do not hardcode Python modules installation path (#575426) Wed Apr 22 10:44:43 GMT 2009
- [jhbuild] fix detection of locally modified modulesets (#579796) Wed Apr 22 11:09:14 GMT 2009
- [jhbuild] fixed reference to bug tracker Wed Apr 22 19:48:13 GMT 2009
- [library-web] move obsolete ChangeLog out of the way Wed Apr 22 19:49:26 GMT 2009
- [library-web] remove translators ChangeLog Wed Apr 22 19:49:33 GMT 2009
- [library-web] add DOAP file for description and co Wed Apr 22 19:49:45 GMT 2009
- [library-web] acknowledge the move to Git Wed Apr 22 19:49:48 GMT 2009
- [library-web] fix use of ampersand in URL Wed Apr 22 19:50:48 GMT 2009
- [library-web] touch ChangeLog as required by automake Wed Apr 22 20:07:42 GMT 2009
- [library-web] create storage directory on runtime Thu Apr 23 06:00:58 GMT 2009
- [jhbuild] add category to DOAP file Thu Apr 23 08:01:58 GMT 2009
- [jhbuild] bump telepathy-glib to 0.7.29 Thu Apr 23 10:51:57 GMT 2009
- [jhbuild] fix update target to use git, not svn Thu Apr 23 18:37:42 GMT 2009
- [jhbuild] pass bindir and datarootdir from configure to plain Makefile Thu Apr 23 18:37:46 GMT 2009
- [jhbuild] set default installation prefix to ~/.local/ Thu Apr 23 18:37:58 GMT 2009
- [jhbuild] fix force_checkout command to always wipe source directory first Thu Apr 23 18:50:34 GMT 2009
- [jhbuild] do not fallback to local moduleset copy on parsing errors Thu Apr 23 20:15:43 GMT 2009
- [jhbuild] [2.28] fix pixman version number (0.14->0.14.0) Fri Apr 24 06:50:13 GMT 2009
- [jhbuild] [bootstrap] update libtool to 2.2.6a Fri Apr 24 06:57:58 GMT 2009
- [jhbuild] make addpath prepend to some environment variables Fri Apr 24 08:54:18 GMT 2009
- [jhbuild] always look in http cache when nonetwork is set Fri Apr 24 09:44:11 GMT 2009
- [jhbuild] do not cache remote modulesets Fri Apr 24 09:44:16 GMT 2009
- [jhbuild] leave the repository override uncommented by default Fri Apr 24 11:05:33 GMT 2009
- [jhbuild] set default moduleset to be 2.28 Fri Apr 24 14:14:09 GMT 2009
- [jhbuild] check for git >= 1.5.6 in sanitycheck Fri Apr 24 14:14:12 GMT 2009
- [jhbuild] remove duplicated check for subversion in sanitycheck Fri Apr 24 14:14:20 GMT 2009
- [jhbuild] improve git support in many ways Fri Apr 24 14:14:24 GMT 2009
- [jhbuild] typo fix Fri Apr 24 14:49:10 GMT 2009
- [jhbuild] support for a local DVCS mirror Fri Apr 24 15:24:06 GMT 2009
- [jhbuild] [2.28] update libunique download URL Fri Apr 24 16:03:44 GMT 2009
- [jhbuild] support for lzma compressed tarballs Fri Apr 24 16:08:21 GMT 2009
- [jhbuild] let _checkout call to branch, sticky date and submodules logic from _update Fri Apr 24 16:32:45 GMT 2009
- [jhbuild] support for git tags Fri Apr 24 17:16:21 GMT 2009
- [jhbuild] [2.26] branch cheese for 2.26 Fri Apr 24 17:48:39 GMT 2009
- [jhbuild] do not call git stash pop on older git versions Fri Apr 24 18:03:42 GMT 2009
- [jhbuild] skip system-installed modules during bootstrap phase Fri Apr 24 21:13:10 GMT 2009
- [jhbuild] [2.26] branched gnome-media for 2.26 Sat Apr 25 05:28:10 GMT 2009
- [jhbuild] [2.28] renamed unique to libunique, to match upstream name Sat Apr 25 05:28:22 GMT 2009
- [jhbuild] [2.22] branched gnome-vfs and nautilus-cd-burner Sat Apr 25 05:30:55 GMT 2009
- [jhbuild] add gnome:userid to DOAP file Sat Apr 25 16:27:17 GMT 2009
- [jhbuild] substitute ${exec_prefix} in autogen.sh/configure commands Sun Apr 26 11:08:26 GMT 2009
- [jhbuild] [2.28] remove libgda, which is now in external-deps Sun Apr 26 18:50:31 GMT 2009
- [jhbuild] [2.26,2.28] pass --enable-load-extension to sqlite3 Tue Apr 28 12:06:09 GMT 2009
- [jhbuild] update installation instruction to point to git Tue Apr 28 18:38:38 GMT 2009
- [jhbuild] update default and sample configuration for new $bindir Tue Apr 28 20:15:44 GMT 2009
- [jhbuild] add explanation about install-check in defaults.jhbuildrc Tue Apr 28 20:15:49 GMT 2009
- [jhbuild] remove reference to install-check in sample jhbuildrc Tue Apr 28 20:15:54 GMT 2009
- [jhbuild] declare forgotten files in po/POTFILES.in Wed Apr 29 07:55:37 GMT 2009
- [jhbuild] quote wildcards so they are not expanded before execution Wed Apr 29 07:55:41 GMT 2009
- [jhbuild] use proper if construction to avoid running rules when not in srcdir Wed Apr 29 07:55:46 GMT 2009
- [jhbuild] ignore files generated when building the documentation Wed Apr 29 07:55:57 GMT 2009
- [jhbuild] version 2.27.0 Wed Apr 29 08:00:48 GMT 2009
- [jhbuild] Created tag 2.27.0 Wed Apr 29 08:00:52 GMT 2009
- [jhbuild] post-release bump to 2.27.1 Wed Apr 29 08:02:08 GMT 2009
- [library-web] set jhbuild as a normal gnome module Wed Apr 29 08:03:51 GMT 2009
- [jhbuild] [2.22, 2.24, 2.26] branch gnome-system-tools Wed Apr 29 08:25:47 GMT 2009
- [jhbuild] [2.22, 2.24] branch yelp for 2.22 & 2.24 Wed Apr 29 08:27:40 GMT 2009
- [jhbuild] [2.26] branch yelp for 2.26 Wed Apr 29 08:27:45 GMT 2009
- [jhbuild] update nss patch to copy files it installs instead of symlinking them Wed Apr 29 12:07:11 GMT 2009
- [library-web] support for modules using GNUmakefile.am instead of Makefile.am Wed Apr 29 13:28:23 GMT 2009
- [jhbuild] [2.28] switch from firefox to xulrunner for gecko (GNOME #560688) Wed Apr 29 15:07:03 GMT 2009
- [jhbuild] [2.28] restore lost mozilla dependencies Wed Apr 29 15:11:50 GMT 2009
- [jhbuild] display message on deprecated options in jhbuildrc Wed Apr 29 19:54:08 GMT 2009
- [jhbuild] [2.26] branch gnome-doc-utils Wed Apr 29 20:39:23 GMT 2009
- [jhbuild] [2.28] add required dependencies to libpanelappletmm Wed Apr 29 21:24:44 GMT 2009
- [jhbuild] [2.28] add gnote Wed Apr 29 21:24:49 GMT 2009
- [jhbuild] [2.28] add libgnomeui dependency to libpanelappletmm Wed Apr 29 21:24:54 GMT 2009
- [jhbuild] in copy mode, first remove destination directory if it exists Thu Apr 30 06:14:20 GMT 2009
- [jhbuild] [2.26] branch file-roller Thu Apr 30 09:13:53 GMT 2009
- [jhbuild] refactor checkout modes support Thu Apr 30 16:29:41 GMT 2009
- [jhbuild] properly get the current branch from the checkout dir, not the source dir Thu Apr 30 18:12:54 GMT 2009
- [jhbuild] remove useless calculation of checkout directory Thu Apr 30 18:12:59 GMT 2009
- [jhbuild] fix copydir usage in svn update case Thu Apr 30 18:15:44 GMT 2009
- [jhbuild] use get_checkoutdir() coherently for all git calls Thu Apr 30 19:50:29 GMT 2009
friemann
frolix68
fujiwarat
Funda Wang
fwang
Gabor Keleman
Gabriel Burt
gauteh
Gaute Hope
gburt
gedakc
George Lebl
gerdk
Gerd Kohlberger
Germán Poó Caamaño
gforcada
Ghee Seng Teo
Gian Mario Tagliaretti
gianmt
Gil Forcada Codinachs
Gintautas Miliauskas
gjc
Goran Rakic
grakic
guelzow
guidog
Guido Günther
Guillaume Desmottes
Gustavo J . A . M . Carneiro
hadess
halfline
hans
Hans Breuer
hansp
Havoc Pennington
herzi
Hiroyuki Ikezoe
Hubert Figuiere
Hubert Figuière
icq
ifrade
Ignacio Casal Quinteiro
iharh
Ihar Hrachyshka
Ilkka Tuohela
ituohela
Ivan Frade
jaalburqu
Jaap A . Haitsma
Jakub Steiner
James Liggett
Jamie McCracken
Jason Clinton
jbrefort
jclinton
jdassen
Jean Bréfort
Jedy Jedy Wang
Jeffrey Stedfast
jensg
Jens Granseuer
Jesse van den Kieboom
jessevdk
jhaitsma
jhardlin
jhs
jirka
jjohnny
jkerihuel
jmas
jmatthew
joanied
jody
Jody Goldberg
Joe Shaw
Johan Bilien
Johan Dahlin
Johannes Schmid
John Carr
John Millikin
Johnny Jacob
John Stowers
Jonathan Matthew
Jonathon Jongsma
Jonh Wendell
Jonh Wendell S . Santana
Jonny Lamb
Jordi Mas
jorgegonz
Jorge Gonzalez Gonzalez
José Alburquerque
jpuydt
jrliggett
jschmidt
Juan Pablo Ugarte
Julien Hardlin
Julien Puydt
Jürg Billeter
- [vala] Declare enum when accessing enum value Wed Apr 01 10:40:14 GMT 2009
- [vala] D-Bus: Fix parameters in signal wrappers Wed Apr 01 13:59:13 GMT 2009
- [vala] Free local variables in GObject constructors Wed Apr 01 20:09:40 GMT 2009
- [vala] Support [CCode (delegate_target = false)] attribute for fields Thu Apr 02 13:00:15 GMT 2009
- [vala/0.6] glib-2.0: Fix g_hash_table_new* bindings Thu Apr 02 13:11:44 GMT 2009
- [vala/0.6] Support [CCode (delegate_target = false)] attribute for fields Thu Apr 02 13:11:54 GMT 2009
- [vala/0.6] Free local variables in GObject constructors Thu Apr 02 13:12:00 GMT 2009
- [vala] Error domain declaration fixes Thu Apr 02 18:37:51 GMT 2009
- [vala] Support conditional compilation Fri Apr 03 07:40:20 GMT 2009
- [vala] Update man page Fri Apr 03 07:43:46 GMT 2009
- [vala] Make sender parameter in signal handlers optional Fri Apr 03 10:17:58 GMT 2009
- [vala] Fix leading whitespace in preprocessing directives Fri Apr 03 18:07:26 GMT 2009
- [vala] More error domain declaration fixes Fri Apr 03 21:11:01 GMT 2009
- [vala] gnome-keyring-1: Fix gnome_keyring_find_network_password_sync binding Fri Apr 03 21:18:48 GMT 2009
- [vala] Drop type check statements if assertions are disabled Fri Apr 03 22:03:44 GMT 2009
- [vala] Drop legacy header support Sun Apr 05 15:21:51 GMT 2009
- [vala] Switch build system to not use legacy headers Sun Apr 05 15:21:52 GMT 2009
- [vala] Release 0.7.0 Sun Apr 05 15:47:42 GMT 2009
- [vala] Created tag 0.7.0 Sun Apr 05 15:48:38 GMT 2009
- [vala] Post-release version bump Sun Apr 05 15:58:02 GMT 2009
- [vala] Fix error messages when using preprocessing directives Sun Apr 05 16:44:15 GMT 2009
- [vala] Fix temp variable declaration in internal VAPI methods Sun Apr 05 20:06:21 GMT 2009
- [vala] Fix declaration order of classes and field types Sun Apr 05 20:28:40 GMT 2009
- [vala] Fix nested context information Mon Apr 06 16:06:52 GMT 2009
- [vala] Report error when trying to use signals as expressions Mon Apr 06 16:23:14 GMT 2009
- [vala] gdk-2.0: fix gdk*_add_client_message_filter bindings Mon Apr 06 16:33:46 GMT 2009
- [vala] gtksourceview-2.0: Fix GtkSourceStyleSchemeManager binding Mon Apr 06 16:36:02 GMT 2009
- [vala] gtksourceview-2.0: Fix gtk_source_style_scheme_manager_get_* bindings Mon Apr 06 16:42:05 GMT 2009
- [vala] gdk-2.0: Fix gdk_display_get_pointer binding Mon Apr 06 16:42:10 GMT 2009
- [vala] D-Bus: Avoid redefinition of callback wrapper Mon Apr 06 18:42:46 GMT 2009
- [vala] cairo: Fix cairo_*_extents bindings Tue Apr 07 13:28:02 GMT 2009
- [vala] dbus-glib-1: Fix dbus_error_init binding Tue Apr 07 13:29:57 GMT 2009
- [vala] Declare static fields when used Tue Apr 07 15:16:20 GMT 2009
- [vala] posix: Add opendir and friends Tue Apr 07 15:45:34 GMT 2009
- [vala] posix: Add socketpair and pipe bindings Tue Apr 07 15:46:39 GMT 2009
- [vala] posix: Add mkfifo(3) and unlink(2) bindings Tue Apr 07 15:47:51 GMT 2009
- [vala] posix: Add exit and abort bindings Tue Apr 07 15:49:42 GMT 2009
- [vala] doc: Move array types from reference to value types Tue Apr 07 16:40:20 GMT 2009
- [vala] Declare return types of delegates Wed Apr 08 15:20:58 GMT 2009
- [vala] Add constant declarations to header file Wed Apr 08 15:32:21 GMT 2009
- [vala] Add delegate declarations to header file Wed Apr 08 15:36:09 GMT 2009
- [vala] Add constant and delegate declarations to internal header Wed Apr 08 15:37:14 GMT 2009
- [vala] Emit line directive when there is no corresponding Vala line Wed Apr 08 16:37:29 GMT 2009
- [vala] Use basename of C file in line directive Wed Apr 08 16:49:33 GMT 2009
- [vala] GError: Fix uncaught errors in creation methods Wed Apr 08 17:22:54 GMT 2009
- [vala] D-Bus: Fix memory leak in introspection handler Wed Apr 08 17:33:25 GMT 2009
- [vala] gstreamer-base-0.10: Update bindings Wed Apr 08 17:49:12 GMT 2009
- [vala] gstreamer-check-0.10: Update bindings Wed Apr 08 17:49:16 GMT 2009
- [vala] gstreamer-video-0.10: Update bindings Wed Apr 08 17:49:32 GMT 2009
- [vala] gstreamer-tag-0.10: Update bindings Wed Apr 08 17:49:38 GMT 2009
- [vala] gstreamer-rtsp-0.10: Update bindings Wed Apr 08 17:49:46 GMT 2009
- [vala] gstreamer-rtp-0.10: Update bindings Wed Apr 08 17:50:51 GMT 2009
- [vala] gstreamer-riff-0.10: Update bindings Wed Apr 08 17:50:57 GMT 2009
- [vala] gstreamer-netbuffer-0.10: Update bindings Wed Apr 08 17:51:03 GMT 2009
- [vala] gstreamer-audio-0.10: Update bindings Wed Apr 08 17:51:10 GMT 2009
- [vala] D-Bus: Fix static modifiers for helper functions Wed Apr 08 17:52:59 GMT 2009
- [vala] Regenerate GTK+ bindings Wed Apr 08 18:09:38 GMT 2009
- [vala] Move common code from GObjectModule to GTypeModule Wed Apr 08 20:23:12 GMT 2009
- [vala] Improve handling of reserved identifiers Fri Apr 10 08:29:19 GMT 2009
- [vala] glib-2.0: Fix g_find_program_in_path binding Fri Apr 10 08:32:53 GMT 2009
- [vala] posix: Add struct passwd, setpwent, getpwent, endpwent Fri Apr 10 09:21:33 GMT 2009
- [vala] posix: Add struct group, getgrent, setgrent, endgrent Fri Apr 10 09:44:22 GMT 2009
- [vala] Remove unused get_cheader_filename methods Fri Apr 10 09:47:47 GMT 2009
- [vala] Remove unused CodeContext.save_cheaders property Fri Apr 10 10:02:32 GMT 2009
- [vala] Do not delete existing .c files Fri Apr 10 10:02:36 GMT 2009
- [vala] Remove unused cheader_filename field Fri Apr 10 15:05:03 GMT 2009
- [vala] Remove result variable warning Fri Apr 10 15:05:08 GMT 2009
- [vala] Arrays: Add experimental support for fixed-length arrays Fri Apr 10 15:05:25 GMT 2009
- [vala] Declare base types of pointer types Fri Apr 10 15:10:31 GMT 2009
- [vala] gtk+-2.0: Fix gtk_image_get_stock binding Sat Apr 11 11:46:18 GMT 2009
- [vala] Include glib-object.h when declaring fundamental classes Sun Apr 12 15:43:05 GMT 2009
- [vala/0.6] gnome-keyring-1: Fix gnome_keyring_find_network_password_sync binding Sun Apr 12 16:11:57 GMT 2009
- [vala/0.6] Update man page Sun Apr 12 16:12:02 GMT 2009
- [vala/0.6] gdk-2.0: fix gdk*_add_client_message_filter bindings Sun Apr 12 16:12:03 GMT 2009
- [vala/0.6] gtksourceview-2.0: Fix GtkSourceStyleSchemeManager binding Sun Apr 12 16:12:08 GMT 2009
- [vala/0.6] gtksourceview-2.0: Fix gtk_source_style_scheme_manager_get_* bindings Sun Apr 12 16:12:13 GMT 2009
- [vala/0.6] gdk-2.0: Fix gdk_display_get_pointer binding Sun Apr 12 16:12:18 GMT 2009
- [vala/0.6] cairo: Fix cairo_*_extents bindings Sun Apr 12 16:12:23 GMT 2009
- [vala/0.6] dbus-glib-1: Fix dbus_error_init binding Sun Apr 12 16:12:27 GMT 2009
- [vala/0.6] posix: Add opendir and friends Sun Apr 12 16:12:32 GMT 2009
- [vala/0.6] posix: Add socketpair and pipe bindings Sun Apr 12 16:12:38 GMT 2009
- [vala/0.6] posix: Add mkfifo(3) and unlink(2) bindings Sun Apr 12 16:12:43 GMT 2009
- [vala/0.6] posix: Add exit and abort bindings Sun Apr 12 16:12:48 GMT 2009
- [vala/0.6] doc: Move array types from reference to value types Sun Apr 12 16:12:53 GMT 2009
- [vala/0.6] GError: Fix uncaught errors in creation methods Sun Apr 12 16:12:58 GMT 2009
- [vala/0.6] gstreamer-base-0.10: Update bindings Sun Apr 12 16:13:05 GMT 2009
- [vala/0.6] gstreamer-check-0.10: Update bindings Sun Apr 12 16:13:08 GMT 2009
- [vala/0.6] gstreamer-video-0.10: Update bindings Sun Apr 12 16:13:15 GMT 2009
- [vala/0.6] gstreamer-tag-0.10: Update bindings Sun Apr 12 16:13:19 GMT 2009
- [vala/0.6] gstreamer-rtsp-0.10: Update bindings Sun Apr 12 16:13:24 GMT 2009
- [vala/0.6] gstreamer-rtp-0.10: Update bindings Sun Apr 12 16:13:28 GMT 2009
- [vala/0.6] gstreamer-riff-0.10: Update bindings Sun Apr 12 16:13:33 GMT 2009
- [vala/0.6] gstreamer-netbuffer-0.10: Update bindings Sun Apr 12 16:13:38 GMT 2009
- [vala/0.6] gstreamer-audio-0.10: Update bindings Sun Apr 12 16:13:45 GMT 2009
- [vala/0.6] glib-2.0: Fix g_find_program_in_path binding Sun Apr 12 16:13:48 GMT 2009
- [vala/0.6] posix: Add struct passwd, setpwent, getpwent, endpwent Sun Apr 12 16:13:53 GMT 2009
- [vala/0.6] posix: Add struct group, getgrent, setgrent, endgrent Sun Apr 12 16:13:58 GMT 2009
- [vala/0.6] Remove result variable warning Sun Apr 12 16:14:03 GMT 2009
- [vala/0.6] gtk+-2.0: Fix gtk_image_get_stock binding Sun Apr 12 16:14:09 GMT 2009
- [vala/0.6] Release 0.6.1 Sun Apr 12 16:22:39 GMT 2009
- [vala/0.6] Post-release version bump Sun Apr 12 16:23:50 GMT 2009
- [vala] Created tag 0.6.1 Sun Apr 12 16:24:00 GMT 2009
- [vala] vapigen: Remove unused method Sun Apr 12 17:38:58 GMT 2009
- [vala] Ensure string.h is included when using memcpy Sun Apr 12 19:29:55 GMT 2009
- [vala] Fix virtual methods throwing errors Sun Apr 12 19:34:10 GMT 2009
- [vala] Fix names of methods generated from lambda expressions Sun Apr 12 19:37:46 GMT 2009
- [tracker] Generate ChangeLog from git log Tue Apr 14 08:33:59 GMT 2009
- [tracker/tracker-0.6] Generate ChangeLog from git log Tue Apr 14 09:22:18 GMT 2009
- [tracker] Add .gitignore files Tue Apr 14 11:47:54 GMT 2009
- [vala] Fix array and delegate arguments in creation and virtual methods Tue Apr 14 12:07:14 GMT 2009
- [tracker] libtracker: Do not install -glue.h files Tue Apr 14 12:45:02 GMT 2009
- [tracker] Album art fixes Tue Apr 14 12:45:07 GMT 2009
- [tracker] docs: Remove obsolete references to Xesam Tue Apr 14 14:10:30 GMT 2009
- [tracker] Define PKGLIBDIR instead of LIBDIR Tue Apr 14 14:10:39 GMT 2009
- [tracker] Update version to 0.7.0 Tue Apr 14 14:10:40 GMT 2009
- [tracker] Append API version suffix to client libraries Tue Apr 14 14:10:45 GMT 2009
- [tracker] Append API version suffix to pkg-config files Tue Apr 14 14:10:48 GMT 2009
- [tracker] Append API version suffix to pkglibdir Tue Apr 14 14:10:56 GMT 2009
- [tracker] Removed the SqlQuery method of the Search DBus object Tue Apr 14 14:13:09 GMT 2009
- [vala] Avoid C compiler warning in string switch statements Tue Apr 14 14:59:00 GMT 2009
- [vala] Remove generated .c files on make maintainer-clean Tue Apr 14 15:20:47 GMT 2009
- [vala] Use fully-qualified name in the code writer Tue Apr 14 15:44:10 GMT 2009
- [vala] Replace static modifier for delegates by attribute Tue Apr 14 16:36:33 GMT 2009
- [vala] Update bindings to not use static modifier for delegates Tue Apr 14 16:37:34 GMT 2009
- [vala] Support external constants Tue Apr 14 16:54:53 GMT 2009
- [vala] vapigen: Fix constants Tue Apr 14 16:59:37 GMT 2009
- [vala] libgnomeui-2.0: Replace references to Gtk.DestroyNotify Tue Apr 14 17:10:16 GMT 2009
- [vala] Regenerate more bindings Tue Apr 14 17:11:44 GMT 2009
- [vala] Support set accessors in internal VAPI properties Tue Apr 14 17:25:18 GMT 2009
- [vala] Add --verbose command-line option Tue Apr 14 17:41:21 GMT 2009
- [vala] Do not check GList/GSList references against NULL Tue Apr 14 18:38:40 GMT 2009
- [vala] Introduce new signal connect/disconnect syntax Tue Apr 14 22:20:37 GMT 2009
- [tracker] Simplified --process-all translation in tracker-indexer Wed Apr 15 07:28:07 GMT 2009
- [tracker] Fixed Sun OS build errors, patch by Xin Lai Wed Apr 15 07:28:12 GMT 2009
- [tracker] Reduce strlen() calls and use g_free() not free() on GLib strings Wed Apr 15 07:28:19 GMT 2009
- [tracker] Remove tracker_file_unlink function Wed Apr 15 12:17:22 GMT 2009
- [tracker] Remove unused functions tracker_turtle_add_metadata* Wed Apr 15 12:33:26 GMT 2009
- [tracker] Removing the database file when it's corrupted, just before we bail out and crash Wed Apr 15 16:10:41 GMT 2009
- [tracker] Fixes: NB#109891, If deleting last music track or last video... Wed Apr 15 16:10:48 GMT 2009
- [tracker] Fixes: NB#109046, Tracker is slow to index all the images in ... Wed Apr 15 16:10:50 GMT 2009
- [tracker] Fixes: #579047, fix compilation if RLIMIT_AS isn't defined Wed Apr 15 16:10:56 GMT 2009
- [tracker] Fixes: #579049, use g_strndup() instead of strndup() Wed Apr 15 16:11:00 GMT 2009
- [vala] Update code using deprecated # modifier or operator Wed Apr 15 19:09:39 GMT 2009
- [vala] Warn when using deprecated # modifier or operator Wed Apr 15 19:09:43 GMT 2009
- [vala] Remove gnet-2.0 bindings Wed Apr 15 19:20:53 GMT 2009
- [vala] Fix temp variable declaration in internal VAPI properties Wed Apr 15 19:43:19 GMT 2009
- [vala] Strip whitespace from lines in .deps files Wed Apr 15 20:04:47 GMT 2009
- [vala] Fix crash on invalid binary expressions Wed Apr 15 20:33:55 GMT 2009
- [vala-tests] Add test case for bug 571960 Wed Apr 15 20:36:04 GMT 2009
- [vala] Fix crash with invalid property default expressions Wed Apr 15 20:40:39 GMT 2009
- [vala-tests] Add test case for bug 576122 Wed Apr 15 20:41:08 GMT 2009
- [vala] Fix GType declaration for structs Wed Apr 15 21:10:53 GMT 2009
- [tracker] Drop RDF query support Thu Apr 16 08:54:03 GMT 2009
- [tracker] Remove D-Bus interfaces File, Keyword, and Metadata Thu Apr 16 09:02:36 GMT 2009
- [tracker] Remove tracker-files and tracker-services utilities Thu Apr 16 09:07:00 GMT 2009
- [tracker] Remove unused cache database Thu Apr 16 09:26:54 GMT 2009
- [tracker] Remove unused sqlite-user-data.sql Thu Apr 16 09:26:56 GMT 2009
- [tracker] Remove PropertySet and PropertyRemove methods from Indexer Thu Apr 16 09:27:07 GMT 2009
- [tracker] libtracker-data: Remove unused functions Thu Apr 16 09:27:12 GMT 2009
- [tracker] Rename TrackerService to TrackerClass Thu Apr 16 09:27:26 GMT 2009
- [tracker] Rename TrackerField to TrackerProperty Thu Apr 16 09:27:30 GMT 2009
- [tracker] libtracker-db: Support dynamic statement preparation Thu Apr 16 09:28:46 GMT 2009
- [tracker] Make raptor mandatory Thu Apr 16 09:28:59 GMT 2009
- [tracker] Add threaded turtle pull parser Thu Apr 16 09:29:02 GMT 2009
- [tracker] Do not delay item removals Thu Apr 16 09:48:47 GMT 2009
- [tracker] Added information about Indexer progress and Stats updates to tracker-status Thu Apr 16 12:43:52 GMT 2009
- [tracker] Remove non-essential services Thu Apr 16 12:48:44 GMT 2009
- [tracker] Switch to decomposed database Thu Apr 16 12:57:10 GMT 2009
- [tracker] libtracker-db: Remove static stored procedures functionality Thu Apr 16 12:58:53 GMT 2009
- [tracker] Add Dublin Core ontology Thu Apr 16 13:00:25 GMT 2009
- [tracker] Add Nepomuk Information Element Core Ontology Thu Apr 16 13:14:22 GMT 2009
- [tracker] Add Nepomuk Annotation Ontology Thu Apr 16 13:15:33 GMT 2009
- [tracker] Add Nepomuk Contact Ontology Thu Apr 16 13:15:58 GMT 2009
- [tracker] Add Nepomuk File Ontology Thu Apr 16 13:17:12 GMT 2009
- [tracker] Add Nepomuk Message Ontology Thu Apr 16 13:18:28 GMT 2009
- [tracker] Add Nepomuk Calendar Ontology Thu Apr 16 13:18:51 GMT 2009
- [tracker] Add Nepomuk ID3 Ontology Thu Apr 16 13:19:59 GMT 2009
- [tracker] Add Nepomuk Multimedia Ontology Thu Apr 16 13:20:22 GMT 2009
- [tracker] Add Tracker ontology Thu Apr 16 13:22:19 GMT 2009
- [tracker] Import rasqal r14939 into repository Thu Apr 16 13:24:09 GMT 2009
- [tracker] rasqal: Add .gitignore Thu Apr 16 13:34:31 GMT 2009
- [tracker] rasqal: Include Makefile.decl in rasqal Makefile.am Thu Apr 16 14:17:39 GMT 2009
- [tracker] rasqal: Fix rasqal_query_get_variable Thu Apr 16 14:17:43 GMT 2009
- [tracker] rasqal: Fix rasqal_query_add_prefix Thu Apr 16 14:17:50 GMT 2009
- [tracker] rasqal: Add SUM, AVG, MIN, and MAX aggregate function support Thu Apr 16 14:17:54 GMT 2009
- [tracker] rasqal: Complete INSERT and DELETE support in SPARQL parser Thu Apr 16 14:17:58 GMT 2009
- [tracker] rasqal: Fix anonymous blank nodes in SPARQL INSERT templates Thu Apr 16 14:18:04 GMT 2009
- [tracker] rasqal: Support predefining and redefining prefixes Thu Apr 16 14:18:09 GMT 2009
- [tracker] Add SPARQL query engine Thu Apr 16 14:37:44 GMT 2009
- [tracker] libtracker-data: Add SPARQL and ontology tests Thu Apr 16 14:48:32 GMT 2009
- [tracker] Add tracker-import utility to import turtle files Thu Apr 16 15:00:54 GMT 2009
- [tracker] Add ontology utilities Thu Apr 16 15:15:48 GMT 2009
- [tracker] Port extractor tests to Nepomuk Thu Apr 16 15:24:15 GMT 2009
- [tracker] applications: Index .directory files Thu Apr 16 15:24:34 GMT 2009
- [tracker] Add class signals Thu Apr 16 15:25:22 GMT 2009
- [tracker] Add stress test programs Thu Apr 16 15:25:30 GMT 2009
- [tracker] Adding demo app Thu Apr 16 15:25:38 GMT 2009
- [tracker] Add Maemo ontology Thu Apr 16 15:27:42 GMT 2009
- [tracker] Add Maemo Transfer Ontology Thu Apr 16 15:27:46 GMT 2009
- [tracker] Add thumbnail property to bookmarks and two pre-defines instances for web and desktop bookmarks Thu Apr 16 15:27:52 GMT 2009
- [tracker] Implementation for the streamanalyzer extractor Thu Apr 16 15:27:55 GMT 2009
- [tracker] Fixed the JPEG extractor to use the new image ontology Thu Apr 16 15:36:01 GMT 2009
- [tracker] Added image ontology Thu Apr 16 15:36:02 GMT 2009
- [tracker] The XMP extractor was using a wrong URI Thu Apr 16 15:36:05 GMT 2009
- [tracker] Fixed the XMP common extractor code for new image ontology Thu Apr 16 15:36:11 GMT 2009
- [tracker] Fixed the TIFF extractor for the new image ontology Thu Apr 16 15:36:16 GMT 2009
- [tracker] New volume support didn't allow not having HAL, fixed Thu Apr 16 15:36:20 GMT 2009
- [tracker] Update .gitignore files Fri Apr 17 08:07:19 GMT 2009
- [tracker] SPARQL: Fix compile warnings Fri Apr 17 08:22:32 GMT 2009
- [tracker] Fix compile warnings Fri Apr 17 08:57:27 GMT 2009
- [tracker] libtracker-data: Remove superfluous shutdown calls in ontology test Mon Apr 20 12:49:57 GMT 2009
- [tracker] Add initial SQLite FTS support Mon Apr 20 12:50:10 GMT 2009
- [tracker] Move tracker-fts.so from libdir to pkglibdir Mon Apr 20 13:30:08 GMT 2009
- [vala] Fix local variable initialization of basic types Mon Apr 20 14:46:27 GMT 2009
- [vala] Release 0.7.1 Mon Apr 20 14:46:32 GMT 2009
- [vala] Created tag 0.7.1 Mon Apr 20 14:47:04 GMT 2009
- [vala] Post-release version bump Mon Apr 20 14:49:22 GMT 2009
- [vala] hal: Add libhal_device_get_property_{bool,double} bindings Tue Apr 21 11:40:48 GMT 2009
- [tracker] libtracker-data: Fix FTS updates when using multiple tables Tue Apr 21 13:58:52 GMT 2009
- [tracker] FTS: Do not store redundant content in internal table Tue Apr 21 13:59:01 GMT 2009
- [tracker] libtracker-data: Remove values from FTS when deleting statements Wed Apr 22 09:23:52 GMT 2009
- [tracker] libtracker-data: Do not add useless columns to FTS table Wed Apr 22 09:35:31 GMT 2009
- [tracker] Enable SQLite FTS support by default Wed Apr 22 09:40:14 GMT 2009
- [tracker] Remove QDBM support Wed Apr 22 11:16:47 GMT 2009
- [tracker] FTS: Add header files to _SOURCES to fix distcheck Wed Apr 22 11:16:52 GMT 2009
- [tracker] libtracker-db: Remove tracker-db-action and tracker-db-file-info Wed Apr 22 11:16:59 GMT 2009
- [tracker] Add missing \ in Makefile.am Wed Apr 22 11:17:02 GMT 2009
- [tracker] Add generated .pc files to CLEANFILES Wed Apr 22 11:17:07 GMT 2009
- [tracker] Disable evolution push module for distcheck Wed Apr 22 11:17:17 GMT 2009
- [tracker] docs: Fix references to obsolete files Wed Apr 22 11:17:21 GMT 2009
- [vala] cairo: Fix cairo_image_surface_get_data binding Thu Apr 23 08:32:10 GMT 2009
- [vala] gdk-pixbuf-2.0: Fix gdk_pixbuf_get_file_info binding Thu Apr 23 15:14:43 GMT 2009
- [vala] gtk+-2.0: Fix gtk_entry_completion_set_match_func binding Thu Apr 23 15:16:54 GMT 2009
- [tracker] Fixes: NB#108361, Tracker crashing if commo.db is corrupt Fri Apr 24 11:21:03 GMT 2009
- [tracker] Set GError to NULL before passing it to functions. Fri Apr 24 11:22:33 GMT 2009
- [tracker] Do not make tracker-indexer commit suicide if tracker-extract doesn't get along. Fri Apr 24 11:24:17 GMT 2009
- [tracker] Added an extractor mockup for testing purposes Fri Apr 24 11:30:53 GMT 2009
- [tracker] Adding missing changes to the makefile for the mockup Fri Apr 24 11:30:58 GMT 2009
- [tracker] Fixes: NB#109891, If deleting last music track or last video... Fri Apr 24 12:04:43 GMT 2009
- [tracker] Changed stats cache timeout to 5m and signal stat diffs then too Fri Apr 24 12:07:46 GMT 2009
- [tracker] Fixes #578159 – Tracker starts to index when removable media is inserted, regardless of user prefe Fri Apr 24 12:11:51 GMT 2009
- [tracker] Read mp3 files in parts in extraction Fri Apr 24 12:23:58 GMT 2009
- [tracker] Performance improvements to jpeg extraction Fri Apr 24 12:24:33 GMT 2009
- [tracker] Avoid reading past the genre names array boundaries. Fri Apr 24 12:26:31 GMT 2009
- [tracker] Fixes to the mp3 extractor Fri Apr 24 12:28:17 GMT 2009
- [tracker] Fix gtester report Fri Apr 24 12:28:56 GMT 2009
- [tracker] Add mock test Fri Apr 24 12:29:29 GMT 2009
- [tracker] Added more information about module use to tracker-extract Fri Apr 24 12:38:28 GMT 2009
- [tracker] Comment out extractor tests that require testdata. Fri Apr 24 12:41:18 GMT 2009
- [tracker] Add tracker-albumart tests Fri Apr 24 12:42:51 GMT 2009
- [tracker] Do not trigger crawling under any circumstance if EnableIndexing is false. Fri Apr 24 12:43:28 GMT 2009
- [tracker] Compilation warnings in the push plugins Fri Apr 24 12:44:33 GMT 2009
- [tracker] Add a safeguard to freeing the pipeline in gstreamer extractor Fri Apr 24 12:44:38 GMT 2009
- [tracker] Update .gitignore files Fri Apr 24 13:19:19 GMT 2009
- [vala] Fix declarations of struct copy and free functions Mon Apr 27 07:46:35 GMT 2009
- [tracker] tracker-indexer: Fix file update check Mon Apr 27 10:09:49 GMT 2009
- [tracker] rasqal: Support multiple updates in single query Wed Apr 29 08:30:12 GMT 2009
- [tracker] SPARQL: Support multiple updates in single query Wed Apr 29 08:30:15 GMT 2009
- [tracker] tracker-indexer: Remove unused typedef TrackerModuleMetadataRemove Thu Apr 30 10:34:46 GMT 2009
- [tracker] NCAL: Merge union classes to improve insertion performance Thu Apr 30 10:34:52 GMT 2009
- [tracker] libtracker-data: Support nested transactions Thu Apr 30 10:34:56 GMT 2009
- [tracker] rasqal: Fix crash with multiple updates in a single query Thu Apr 30 10:46:48 GMT 2009
- [libgee] Generate ChangeLog from git log Thu Apr 30 12:25:44 GMT 2009
- [libgee] Fix build with Vala 0.7 Thu Apr 30 12:42:03 GMT 2009
- [libgee] Update code using deprecated # modifier or operator Thu Apr 30 12:42:07 GMT 2009
- [tracker] Check for valac >= 0.7.0 in autogen.sh Thu Apr 30 14:11:23 GMT 2009
- [vala] Generate type attributes for all enum|class|interface tags Thu Apr 30 19:08:49 GMT 2009
- [vala] GIR writer: Generate type structs for classes and interfaces Thu Apr 30 19:11:08 GMT 2009
- [vala] GIR writer: Generate static methods correctly Thu Apr 30 19:27:27 GMT 2009
- [vala] GIR writer: Avoid generating parameters tag if not necessary Thu Apr 30 20:09:06 GMT 2009
- [vala] GIR writer: Fix virtual method generation Thu Apr 30 20:16:49 GMT 2009
- [vala] GIR writer: Generate abstract attribute for abstract classes Thu Apr 30 20:20:32 GMT 2009
- [vala] GIR writer: Support pointer types and generic types Thu Apr 30 20:50:35 GMT 2009
- [vala] GIR writer: Generate constant c:identifier and value Thu Apr 30 20:59:09 GMT 2009
- [vala] GIR writer: Fix critical warnings Thu Apr 30 21:13:23 GMT 2009
- [vala] GIR writer: Fix missing transfer-ownership attributes Thu Apr 30 21:19:40 GMT 2009
- [vala] GIR writer: Generate allow-none attributes Thu Apr 30 21:22:38 GMT 2009
- [vala] GIR writer: Generate c:type attribute on callbacks Thu Apr 30 21:26:24 GMT 2009
- [vala] GIR writer: Generate property's cannonical name instead of name Thu Apr 30 21:36:45 GMT 2009
- [vala] GIR writer: Improve property generation Thu Apr 30 21:38:44 GMT 2009
- [vala] GIR writer: Generate throws attribute Thu Apr 30 21:40:17 GMT 2009
- [vala] GIR writer: Generate enum values and c:identifer attributes Thu Apr 30 21:46:31 GMT 2009
- [vala] GIR writer: Improve errordomain generation Thu Apr 30 21:50:00 GMT 2009
- [vala] GIR writer: Generate annotations on all elements Thu Apr 30 21:51:49 GMT 2009
jwendell
kaijanma
kcozens
kelemeng
kennethn
Kenneth Nielsen
khaledh
Khaled Hosny
Kjartan Maraas
kkrothap
kmaraas
kmaute
Krishnababu Krothapalli
Kristian Høgsberg
Lars-Peter Clausen
leonardof
Leonardo Ferreira Fontenelle
Leonid Kanter
Les Harris
lmedinas
Luca Ferretti
Lucas Almeida Rocha
Lucian Langa
lucilanga
Luis Medinas
Manoj Kumar Giri
Marc-Andre Lureau
marcel
marcoc
Marco Ciampa
Marek Kašík
Marina Zhurakhinskaya
mariobl
Mario Blättermann
markkr
Mark Krapivner
marklee
Marko Anastasov
martinn
Martin Nordholts
Martyn James Russell
- [tracker] Updated README with GIT repository Tue Apr 07 22:06:31 GMT 2009
- [tracker] Updated README with writable GIT repository Tue Apr 07 22:39:19 GMT 2009
- [tracker] Don't keep the tracker-extract command running if DBus says it is Thu Apr 09 12:35:27 GMT 2009
- [tracker] Updated applet copyright years Thu Apr 09 12:49:35 GMT 2009
- [tracker] Bumped version Thu Apr 09 14:51:30 GMT 2009
- [tracker] Fixed po/POTFILES.in for release 0.6.93. Thu Apr 09 15:00:43 GMT 2009
- [tracker] Updated NEWS Thu Apr 09 15:07:26 GMT 2009
- [tracker] Created tag TRACKER_0_6_93 Thu Apr 09 15:34:53 GMT 2009
- [tracker] Deleted branch TRACKER_0_6_5 Thu Apr 09 15:56:02 GMT 2009
- [tracker] Created branch tracker-0.6 Thu Apr 09 15:56:55 GMT 2009
- [tracker] Deleted branch tracker-0.6 Thu Apr 09 16:04:19 GMT 2009
- [tracker] Added Release statement Thu Apr 09 16:07:15 GMT 2009
- [tracker] Deleted invalid ref refs/heads/tracker-0.6 Thu Apr 09 16:09:36 GMT 2009
- [tracker] Created branch tracker-0.6 Thu Apr 09 16:10:29 GMT 2009
- [tracker/tracker-0.6] Added Release statement Thu Apr 09 16:12:52 GMT 2009
- [tracker/tracker-0.6] Simplified --process-all translation in tracker-indexer Tue Apr 14 10:17:43 GMT 2009
- [tracker/tracker-0.6] Fixed Sun OS build errors, patch by Xin Lai Tue Apr 14 10:27:00 GMT 2009
- [tracker/tracker-0.6] Reduce strlen() calls and use g_free() not free() on GLib strings Tue Apr 14 15:10:36 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#109891, If deleting last music track or last video... Wed Apr 15 14:02:36 GMT 2009
- [tracker/tracker-0.6] (2 commits) ...Merge branch 'tracker-0.6' of ssh://mr git gnome org/git/tracker into tracker-0.6 Wed Apr 15 14:20:18 GMT 2009
- [tracker/tracker-0.6: 1/2] Fixes: NB#109046, Tracker is slow to index all the images in ... Wed Apr 15 14:20:21 GMT 2009
- [tracker/tracker-0.6: 2/2] Merge branch 'tracker-0.6' of ssh://mr git gnome org/git/tracker into tracker-0.6 Wed Apr 15 14:20:26 GMT 2009
- [tracker/tracker-0.6] Fixes: #579047, fix compilation if RLIMIT_AS isn't defined Wed Apr 15 15:24:07 GMT 2009
- [tracker/tracker-0.6] Fixes: #579049, use g_strndup() instead of strndup() Wed Apr 15 15:49:24 GMT 2009
- [tracker/tracker-0.6] Added information about Indexer progress and Stats updates to tracker-status Thu Apr 16 10:07:11 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#108361, Tracker crashing if commo.db is corrupt Thu Apr 16 12:57:53 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#109891, If deleting last music track or last video... Thu Apr 16 18:47:21 GMT 2009
- [tracker/tracker-0.6] Changed stats cache timeout to 5m and signal stat diffs then too Mon Apr 20 12:23:17 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#110310, metadata_get_multiple returns nothing if some file is missing Mon Apr 20 12:23:18 GMT 2009
- [tracker/tracker-0.6] Added more information about module use to tracker-extract Tue Apr 21 16:51:56 GMT 2009
- [tracker/tracker-0.6] Updated albumart strip code to work with utf8 and be clearer Wed Apr 22 14:32:48 GMT 2009
- [tracker] Updated albumart strip code to work with utf8 and be clearer Wed Apr 22 14:59:18 GMT 2009
- [tracker/tracker-0.6] Prepare for release 0.6.94 Fri Apr 24 13:30:10 GMT 2009
- [tracker/tracker-0.6] Bumped version for release Fri Apr 24 13:30:21 GMT 2009
- [tracker] Created tag TRACKER_0_6_94 Fri Apr 24 13:49:41 GMT 2009
- [tracker/tracker-0.6] Disables evolution push module and improves the code Mon Apr 27 10:51:41 GMT 2009
- [tracker/tracker-0.6] Fixes GB#580586, FTBFS: undefined reference to `sqlite3_enable_load_extension` Tue Apr 28 12:22:08 GMT 2009
- [tracker/tracker-0.6] Fixes missing switch break causing WHERE property to return ORDER property Tue Apr 28 15:38:47 GMT 2009
- [tracker/tracker-0.6] Fixes: NB#113528, Tracker indexer crashes after querying meta data of... Wed Apr 29 09:18:44 GMT 2009
- [tracker] Fixed all build warnings and documentation warnings Wed Apr 29 12:18:35 GMT 2009
- [tracker] Plug several memory leaks. Wed Apr 29 13:31:39 GMT 2009
- [tracker] Shut trackerd down cleanly, even during initialization. Fixes NB#107962. Wed Apr 29 13:54:22 GMT 2009
- [tracker] Clean up this Makefile based on patch from 0.6 branch Wed Apr 29 13:54:27 GMT 2009
- [tracker] Fixes GB#580586, FTBFS: undefined reference to `sqlite3_enable_load_extension` Wed Apr 29 13:56:14 GMT 2009
- [tracker] Disabled push modules by default Wed Apr 29 14:52:09 GMT 2009
- [tracker/tracker-0.6] Fixed a memory leak in tracker_dbus_query_result_multi_to_ptr_array() Thu Apr 30 12:44:42 GMT 2009
marzocca
Massimo Cora'
Matej Urbančič
Matthew Barnes
matthiasc
Matthias Clasen
Maxim V . Dziumanenko
mbarnes
mbiebl
mblondel
mccann
mcora
mcrha
mdamt
mdziumanenko
Mesar Hameed
mgiri
michael
Michael Biebl
Michael J . Chudobiak
Michael Natterer
Michele Mattioni
Mikael Ottela
Mike Gorse
Milan Crha
miloc
Milo Casagrande
mitch
mjc
mkanis
mmattioni
mortenw
Morten Welinder
mottela
mr
murrayc
Murray Cumming
mvdpot
Neil Roberts
Nickolay V . Shmyrev
Nikos Charonitakis
nshmyrev
Og B . Maciel
ogmaciel
Olav Vitters
Olivier Crête
otaylor
otte
ovitters
Owen Taylor
Pablo Sanxiao Roca
paobac
Paolo Bacchilega
Paolo Borelli
Patrick Welche
Patryk Zawadzki
Pat Suwalski
paulp
Paul Pogonyshev
pborelli
pchen
Pedro Marcelo Villavicencio Garrido
PeterB
Peter Bloomfield
Petr Kovář
Philip Langdale
Philippe Rouquier
philippr
Philipp Sadleder
Philip Van Hoof
Philip Withnall
Pierre-Luc Beaudoin
Piotr Eljasiak
plaes
pmkovar
Priit Laes
psanxiao
psuwalski
pwelche
pwithnall
rancell
Ray
Ray Strode
rbradford
rburton
rdejus
Reşat Sabıq
rhughes
Richard Hughes
richb
Rob Bradford
Robert Ancell
Robert Carr
- [seed] Add seed_init_with_context_group Tue Apr 07 21:16:37 GMT 2009
- [seed] Big signal rework. Should save some memory. Dynamically create signal objects, also smaller signal p Tue Apr 07 21:16:43 GMT 2009
- [seed] Add scoped includes Fri Apr 10 20:08:49 GMT 2009
- [seed] Fix build Sat Apr 11 22:42:35 GMT 2009
- [seed] (15 commits) ...Merge branch 'importer' Sun Apr 12 06:10:09 GMT 2009
- [seed: 1/15] Begin work on the new importer Sun Apr 12 06:10:13 GMT 2009
- [seed: 2/15] Importer now supports enums and toplevel functions Sun Apr 12 06:10:18 GMT 2009
- [seed: 3/15] Importer now supports GI_INFO_TYPE_OBJECT Sun Apr 12 06:10:23 GMT 2009
- [seed: 4/15] Importer supports GI_INFO_TYPE_STRUCT Sun Apr 12 06:10:28 GMT 2009
- [seed: 5/15] Importer supports GI_INFO_TYPE_UNION Sun Apr 12 06:10:33 GMT 2009
- [seed: 6/15] Support GI_INFO_TYPE_CONSTANT, and some refactoring Sun Apr 12 06:10:38 GMT 2009
- [seed: 7/15] Protect against multiple imports Sun Apr 12 06:10:43 GMT 2009
- [seed: 8/15] Add support for versions Sun Apr 12 06:10:48 GMT 2009
- [seed: 9/15] Work on start of importer for normal files Sun Apr 12 06:10:54 GMT 2009
- [seed: 10/15] Fix dumb person bug Sun Apr 12 06:10:58 GMT 2009
- [seed: 11/15] Make importer cache imports for files properly Sun Apr 12 06:11:03 GMT 2009
- [seed: 12/15] Free the search path Sun Apr 12 06:11:08 GMT 2009
- [seed: 13/15] Some work on nested directory imports Sun Apr 12 06:11:13 GMT 2009
- [seed: 14/15] Make it actually work Sun Apr 12 06:11:18 GMT 2009
- [seed: 15/15] Merge branch 'importer' Sun Apr 12 06:11:25 GMT 2009
- [seed] Importer supports native modules Sun Apr 12 13:27:16 GMT 2009
- [seed] Add a default search path Sun Apr 12 13:46:10 GMT 2009
- [seed] Properly set Namespace.Object.prototype in the new importer Sun Apr 12 13:46:19 GMT 2009
- [seed] Begin to update tests Sun Apr 12 13:46:24 GMT 2009
- [seed] Make importer work for including the JS extensions to GI modules Sun Apr 12 14:06:14 GMT 2009
- [seed] Tests still don't all pass Sun Apr 12 14:17:06 GMT 2009
- [seed] Change searchPath to include '.' last Sun Apr 12 14:42:50 GMT 2009
- [seed] Fix the rest of the tests Sun Apr 12 14:49:03 GMT 2009
- [seed] Fix enum validation to not break flags Sun Apr 12 15:16:52 GMT 2009
- [seed] Add some more SEED_NOTE's Sun Apr 12 15:16:56 GMT 2009
- [seed] Start randomly updating a few examples Sun Apr 12 15:22:24 GMT 2009
- [seed] Update some more examples to new importer Sun Apr 12 15:22:28 GMT 2009
- [seed] Update more examples Sun Apr 12 15:26:24 GMT 2009
- [seed] Update twitter example Sun Apr 12 21:22:12 GMT 2009
- [seed] A bunch of more minor examples updated Sun Apr 12 21:24:43 GMT 2009
- [seed] Update shader example Sun Apr 12 21:26:43 GMT 2009
- [seed] Add SEED_DEBUG_IMPORTER and some debugging statements Mon Apr 13 17:54:04 GMT 2009
- [seed] Use the correct context for adding globals to new import contexts Mon Apr 13 17:54:09 GMT 2009
- [seed] Some comments on the new importer Mon Apr 13 17:54:14 GMT 2009
- [seed] Add a high level description/spec of the importer object Mon Apr 13 18:11:30 GMT 2009
- [seed] Fix shadowed variable declaration causing the Seed global object to be wrong sometimes with the new Mon Apr 13 20:04:27 GMT 2009
- [seed] Fix some more context confusion, and add a seed_prepare_global_context function Mon Apr 13 20:49:28 GMT 2009
- [seed] Some more importer cleanup stuff Mon Apr 13 21:23:56 GMT 2009
- [seed] Remove gratuitous protection Mon Apr 13 21:24:57 GMT 2009
- [seed] Remove old comment Mon Apr 13 21:27:43 GMT 2009
- [seed] Wheeeeeeeeeeeeeeeeeeeeeeeeeeeeee Mon Apr 13 22:11:08 GMT 2009
- [seed] Start porting the browser example Mon Apr 13 23:57:11 GMT 2009
- [seed] Add ctermid Tue Apr 14 01:15:45 GMT 2009
- [seed] Start fleshing out the os module a little bit...aiming for identical to the python one as much as po Tue Apr 14 01:15:48 GMT 2009
- [seed] Add getegid and geteuid Tue Apr 14 01:15:50 GMT 2009
- [seed] Add seed_make_array to the API Tue Apr 14 01:15:55 GMT 2009
- [seed] Add os.getgroups Tue Apr 14 01:16:00 GMT 2009
- [seed] Add os.getlogin Tue Apr 14 01:16:06 GMT 2009
- [seed] Add os.getpgid Tue Apr 14 01:16:11 GMT 2009
- [seed] Add os.getpgrp Tue Apr 14 01:16:15 GMT 2009
- [seed] Add getpid and getppid Tue Apr 14 01:16:21 GMT 2009
- [seed] Add os.getenv Tue Apr 14 01:16:25 GMT 2009
- [seed] Add os.putenv Tue Apr 14 01:16:31 GMT 2009
- [seed] Have class_init callbacks use g_object_info_get_class_struct Tue Apr 14 01:41:56 GMT 2009
- [seed] Remove some deprecated usage of Seed.import_namespace in hardcoded strings that could trigger readli Tue Apr 14 01:59:11 GMT 2009
- [seed] Fix the REPL script in main.c Tue Apr 14 02:00:19 GMT 2009
- [seed] Fix redundant requirement of GObject typelib Tue Apr 14 02:00:55 GMT 2009
- [seed] Add os.setegid os.setgid os.seteuid and os.setuid Tue Apr 14 02:08:15 GMT 2009
- [seed] Add os.strerror Tue Apr 14 02:22:01 GMT 2009
- [seed] Add os.umask Tue Apr 14 02:22:05 GMT 2009
- [seed] Add os.uname Tue Apr 14 02:22:11 GMT 2009
- [seed] Add os.unsetenv Tue Apr 14 02:22:15 GMT 2009
- [seed] Protect struct and union prototypes after putting them in the hash table...fixes a crash Tue Apr 14 04:51:16 GMT 2009
- [seed] Add a feature to debug builds that checks signal connection arity Tue Apr 14 05:26:13 GMT 2009
- [seed] seed_canvas_update_fill/stroke style should return TRUE Tue Apr 14 07:04:53 GMT 2009
- [seed] Fix type in canvas color parsing Tue Apr 14 07:12:13 GMT 2009
- [seed] Add tests for (unimplemented) compositing operators in seed canvas Tue Apr 14 20:04:35 GMT 2009
- [seed] Composite type tests was testing composite types that didn't exist Tue Apr 14 20:26:11 GMT 2009
- [seed] I don't understand canvas...some more work on handling state correctly Tue Apr 14 23:18:31 GMT 2009
- [seed] Add definitions of all the O_* defines to the OS module Wed Apr 15 01:26:51 GMT 2009
- [seed] Add os.open and os.close Wed Apr 15 01:40:27 GMT 2009
- [seed] Add os.dup, os.dup2, and os.fchmod Wed Apr 15 01:48:32 GMT 2009
- [seed] Update importer to support mutually inclusive files Wed Apr 15 03:03:29 GMT 2009
- [seed] Rough sketch of a port of the browser, could probably be reorganized a bit Wed Apr 15 03:03:34 GMT 2009
- [seed] Shader example works with new importer now Wed Apr 15 03:08:36 GMT 2009
- [seed] When evaluating a script in the importer, deifne the this object to be the global context of the scr Wed Apr 15 03:48:07 GMT 2009
- [seed] (7 commits) ...Make the file passed to the seed binary available as imports.filename off the bat to prevent recursi Wed Apr 15 06:23:33 GMT 2009
- [seed: 1/7] Add os.fchown Wed Apr 15 06:23:34 GMT 2009
- [seed: 2/7] Add os.fdatasync and os.fpathconf Wed Apr 15 06:23:39 GMT 2009
- [seed: 3/7] Add os.fsync Wed Apr 15 06:23:44 GMT 2009
- [seed: 4/7] Add os.ftruncate and os.isatty Wed Apr 15 06:23:49 GMT 2009
- [seed: 6/7] Some more tweaks to the canvas tests Wed Apr 15 06:23:59 GMT 2009
- [seed: 5/7] Merge branch 'master' of ssh://git.gnome.org/git/seed Wed Apr 15 06:24:02 GMT 2009
- [seed: 7/7] Make the file passed to the seed binary available as imports.filename off the bat to prevent recursi Wed Apr 15 06:24:05 GMT 2009
- [seed] (6 commits) ...Merge branch 'master' of ssh://git.gnome.org/git/seed Wed Apr 15 16:45:43 GMT 2009
- [seed: 1/6] Add os.lseek Wed Apr 15 16:45:54 GMT 2009
- [seed: 2/6] Add os.openpty and os.pipe Wed Apr 15 16:45:56 GMT 2009
- [seed: 3/6] Add os.read Wed Apr 15 16:45:57 GMT 2009
- [seed: 4/6] Add os.write Wed Apr 15 16:46:01 GMT 2009
- [seed: 5/6] Addos.ttyname os.tcsetpgrp and os.tcgetpgrp Wed Apr 15 16:46:06 GMT 2009
- [seed: 6/6] Merge branch 'master' of ssh://git.gnome.org/git/seed Wed Apr 15 16:46:16 GMT 2009
- [seed] Some changelog updates, bump version number Wed Apr 15 20:58:04 GMT 2009
- [seed] Update pong example to use new imports Wed Apr 15 21:01:03 GMT 2009
- [seed] Add release notes Thu Apr 16 18:13:41 GMT 2009
- [seed] Created tag seed-0.5 Thu Apr 16 18:17:59 GMT 2009
- [None] Grr. Thu Apr 16 20:22:18 GMT 2009
- [seed] Fix usage of JSCore types in xternal header file Fri Apr 17 08:07:24 GMT 2009
- [seed] Add seed_importer_set_search_path to the API Fri Apr 17 08:07:27 GMT 2009
- [seed] Some tutorial updates Fri Apr 17 18:45:18 GMT 2009
- [seed] Reimplement Seed.import_namespace in terms of the new system, it's still deprecated, but at least it Fri Apr 17 23:56:02 GMT 2009
- [seed] Clean up some warnings Sat Apr 18 00:02:23 GMT 2009
- [seed] Add seed_prepare_global_context to the API Sat Apr 18 00:51:44 GMT 2009
- [seed] Remove the deprecated Seed.get/set include path Sat Apr 18 00:51:48 GMT 2009
- [seed] Implement imports.Directory constructor Tue Apr 21 22:08:58 GMT 2009
- [seed] Fix leak in imports, relating to the importer directory objects Tue Apr 21 22:09:02 GMT 2009
- [seed] Importer should only include files as JavaScript files if they end in .js Tue Apr 21 22:13:53 GMT 2009
- [seed] Revert "Importer should only include files as JavaScript files if they end in .js" Tue Apr 21 22:30:04 GMT 2009
- [seed] Remove double GC protection of functions connected to signals Tue Apr 21 22:35:42 GMT 2009
- [seed] Fix possible leak of signal user data Tue Apr 21 22:35:47 GMT 2009
- [seed] Improve closure memory management Wed Apr 22 04:46:26 GMT 2009
- [seed] Rewrite some of the seed-gtype logic to skip ffi for instance_init closure. Thu Apr 23 05:54:53 GMT 2009
- [seed] Reimplement class_init closures without using FFI. Thu Apr 23 05:54:58 GMT 2009
- [seed] Switch GType creation to have "init" mean "constructor" not "instance init", this is clearly a more Thu Apr 23 06:15:35 GMT 2009
- [seed] Rename readline_bind test to readline-bind, to keep convention Thu Apr 23 21:41:28 GMT 2009
- [seed] Add gtype-property-construct.js test. Tests installing construction properties Thu Apr 23 21:41:31 GMT 2009
- [seed] Update c-module.js test to use the new imports system Thu Apr 23 21:41:32 GMT 2009
- [seed] Switch signal definition to use array of "signals" on GType definition. Fri Apr 24 03:17:46 GMT 2009
- [seed] Add a GtkTextView example Fri Apr 24 07:03:33 GMT 2009
- [seed] Fix small typo in GtkTextView example Fri Apr 24 07:20:49 GMT 2009
- [seed] Start writing the mapping documentation Sat Apr 25 19:27:31 GMT 2009
- [seed] Properly map named constructors of structs, i.e. soup_date_new_from_now now maps to 'new Soup.Date.f Sat Apr 25 19:53:43 GMT 2009
- [seed] Add a section on structs and unions to the mapping documentation. Also discuss constants briefly, an Sat Apr 25 20:05:46 GMT 2009
- [seed] Add a section on GObjects to the mapping documentation, covers constructors, methods and static meth Sat Apr 25 20:49:41 GMT 2009
- [seed] Fix typo in mapping documentation. Gtk.Main->Gtk.main Sat Apr 25 21:14:47 GMT 2009
- [seed] Fix build Sun Apr 26 04:09:17 GMT 2009
- [seed] Add the documentation index site to GIT Sun Apr 26 04:23:57 GMT 2009
- [seed] Add the native module documentation to the documentation index Sun Apr 26 04:23:59 GMT 2009
- [seed] Update module documentation to use new imports system Sun Apr 26 04:24:10 GMT 2009
- [seed] Add an index of examples to the documentation index Sun Apr 26 05:32:15 GMT 2009
- [seed] Add an index of examples to the documentation site Sun Apr 26 05:32:20 GMT 2009
- [seed] Use FFI_LDADD instead of FFI_LIBS Sun Apr 26 05:32:24 GMT 2009
- [seed] Revert "Use FFI_LDADD instead of FFI_LIBS" Sun Apr 26 05:46:24 GMT 2009
- [seed] Fix checking for libffi Sun Apr 26 05:46:30 GMT 2009
- [seed] Revert "Fix checking for libffi" Mon Apr 27 21:51:36 GMT 2009
- [seed] Revert "Revert "Fix checking for libffi"" Mon Apr 27 21:51:40 GMT 2009
- [seed] (2 commits) Created branch old Tue Apr 28 03:11:40 GMT 2009
- [seed/old: 1/2] - Moved the pkg-config checks from files to configure.ac Tue Apr 28 03:11:44 GMT 2009
- [seed/old: 2/2] Remove file that should not be in git Tue Apr 28 03:11:48 GMT 2009
- [seed] - Move the pkg-config checks in modules from files to configure.ac Tue Apr 28 03:22:06 GMT 2009
- [seed] Remove -O3 from configure.ac Tue Apr 28 03:23:28 GMT 2009
- [seed] Remove Makefile.in.in from GIT, it should not be there Tue Apr 28 03:24:21 GMT 2009
- [seed] Fix OSX build Tue Apr 28 16:34:27 GMT 2009
- [seed] Fix OS module build on OSX. OSX has a monolithic C library, and does not have pty.h Tue Apr 28 16:44:49 GMT 2009
- [seed] Make OS module build conditional Tue Apr 28 16:53:05 GMT 2009
- [seed] Check for O_DSYNC, O_RSYNC, O_DIRECT, and O_NOATIME as they do not exist on non GNU c library platfo Tue Apr 28 16:57:01 GMT 2009
- [seed] Bump version to 0.5.5 Tue Apr 28 16:59:33 GMT 2009
- [seed] Update accelgroup example to use more...modern seed Tue Apr 28 20:09:54 GMT 2009
- [seed] Update actions example to use more reasonable indentation, drop use of with, drop the Gtk.main_quit Tue Apr 28 20:09:59 GMT 2009
- [seed] Clean up formatting for a lot of the examples Tue Apr 28 20:10:03 GMT 2009
- [seed] Update style in async-quine example Tue Apr 28 20:10:06 GMT 2009
- [seed] Update style in calculator example, and remove Gtk.main_quit hack Tue Apr 28 20:10:10 GMT 2009
- [seed] Update style in clutter-0.8 example Tue Apr 28 20:10:15 GMT 2009
- [seed] Update style in clutter-0.9 example Tue Apr 28 20:10:19 GMT 2009
- [seed] Update clutter-cairo example to use the new imports system, and update style Tue Apr 28 20:10:25 GMT 2009
- [seed] Update clutter-cogl example to new style...it still doesn't work Tue Apr 28 20:10:29 GMT 2009
- [seed] Make clutter-cogl example work again. Tue Apr 28 20:10:35 GMT 2009
- [seed] GConf example should use new imports system Tue Apr 28 20:10:41 GMT 2009
- [seed] Gnio example should use new imports system Tue Apr 28 20:10:49 GMT 2009
- [seed] Update gdkpixbufloader example style Tue Apr 28 20:10:52 GMT 2009
- [seed] Gnio server example should use new imports system Tue Apr 28 20:10:55 GMT 2009
- [seed] Update style on gtkplug example Tue Apr 28 20:10:59 GMT 2009
- [seed] Fix the GLib warnings in gtktreeview example Tue Apr 28 20:11:04 GMT 2009
- [seed] Fix no longer useful Gtk.main_quit hack in json-packing.js Tue Apr 28 20:11:14 GMT 2009
- [seed] Remove introspect.js example, it is silly because we now have GIRs for GIRepository Tue Apr 28 20:11:18 GMT 2009
- [seed] Update style in json-reddit example Tue Apr 28 20:11:19 GMT 2009
- [seed] Update style in ls example Tue Apr 28 20:11:24 GMT 2009
- [seed] Update style in n-oscillator example Tue Apr 28 20:11:30 GMT 2009
- [seed] Update notify-test example style Tue Apr 28 20:11:34 GMT 2009
- [seed] Update repl example style Tue Apr 28 20:11:39 GMT 2009
- [seed] Update vte-test example style, and remove old Gtk.main_quit hack Tue Apr 28 20:11:45 GMT 2009
- [seed] Update style and imports on the OpenGL example Tue Apr 28 21:27:40 GMT 2009
- [seed] Update timeout.js to include the priority argument now required for GLib.timeout_add Tue Apr 28 21:47:58 GMT 2009
- [seed] Implement os.access and assosciated modes Wed Apr 29 05:49:24 GMT 2009
- [seed] Update changelog Wed Apr 29 05:49:37 GMT 2009
- [seed] Add readline-bind to tests Makefile.am Wed Apr 29 16:35:04 GMT 2009
- [seed] Add GtkTextView example to Makefile Wed Apr 29 17:13:43 GMT 2009
- [seed] Add enum-mapping.png to Makefile Wed Apr 29 17:33:50 GMT 2009
- [seed] Created tag seed-0.6 Wed Apr 29 17:45:20 GMT 2009
- [seed] Update modules to use pformat strings for exceptions Wed Apr 29 21:40:18 GMT 2009
- [seed] Make seed_make_exception take a format string, and convert all the calls in libseed to use format st Wed Apr 29 21:40:22 GMT 2009
- [seed] Fix some more seed_make_exception format strings Wed Apr 29 21:40:24 GMT 2009
- [seed] Change seed_value_to_string to use %lg, and update all the tests Thu Apr 30 03:45:37 GMT 2009
- [seed] Replace %Zd with %zd, and the %l in %lg is not necessary Thu Apr 30 04:14:42 GMT 2009
- [seed] Update style in runtime documentation. Also update to use new signal installation format Thu Apr 30 04:40:39 GMT 2009
- [seed] Some style and cleanup in tutorial code samples Thu Apr 30 04:40:42 GMT 2009
- [seed] Update style in browser tutorial docs Thu Apr 30 04:40:44 GMT 2009
- [seed] Update mapping documentation to be twice as colorful, and by that I mean more consistently colorful Thu Apr 30 05:04:20 GMT 2009
- [seed] Style fixes in mapping documentation Thu Apr 30 05:10:50 GMT 2009
- [seed] Same Seed doesn't actually require GtkClutter Thu Apr 30 21:23:20 GMT 2009
- [seed] Add animatev annotation patch required for Same Seed to run Thu Apr 30 21:25:41 GMT 2009
Robert James Taylor
Rob Richards
robsta
Roman Joost
Ross Burton
rsabiq
Ruben Vermeersch
Runa Bhattacharjee
Ryan Lortie
sadam
Saleem Abdulrasool
sandeeps
Sandeep Shedmake
Sander Dijkhuis
Sanford Armstrong
Sankarasivasubramanian Pasupathilingam
sdelcroix
sdroege
sdteffen
Sebastian Polsterl
sebp
Sergey V . Udaltsov
Sergio Villar Senin
Shankar Prasad
sharm
shaunm
Shaun McCance
siavashs
Siavash Safi
simos
Simos Xenitellis
sprasad
sragavan
Srinivasa Ragavan
Stefan Kost
Stefan Schweizer
Stefan Walter
Steffen Macke
stefkost
stefw
Stephane Delcroix
stephaner
Stéphane Raimbault
Stephen Kennedy
stevek
stw
Sven Herzberg
Sven Neumann
svillar
Sweta Kothari
swkothar
Takeshi Aihana
tbaugis
Tester
teuf
Theppitak Karoonboonyanan
Thijs Vermeir
Thomas Hindoe Paaboel Andersen
thomashpa
Tim Horton
Timo Jyrinki
Tim-Philipp Müller
tkaroonb
tobiasmue
Tobias Mueller
tomaszd
Tomasz Dominikowski
Tommi Komulainen
Toms Baugis
Tor Lillqvist
Tristan Van Berkom
tvainika
tvb
Ulf-D . Ehlert
ulfehlert
veillard
vincele
Vincent Legoll
Vincent Povirk
Vincent Untz
vivien
Vivien Malerba
vpovirk
vuntz
Wadim Dziedzic
wbolster
William Walker
wolfgangh
Wolfgang Hofer
wwalker
xan
Xan Lopez
xaviblas
Xavier Claessens
Xavier de Blas
xclaesse
zeeshanak
Zeeshan Ali Khattak
Žygimantas Beručka
Mail converted by MHonArc