[gtk+/toolpalette] (802 commits) ...Merge branch 'master' into toolpalette



Summary of changes:

  ecd961f... more directfb updates (*)
  ea3184f... Make gtk_editable_get_chars work as before (*)
  0e8fe66... Fix some problems with prelighting of icons in entries (*)
  9e5b3a4... No need to have single-include guards in a private header (*)
  dffc1bf... Add API for sealed members xpad, ypad, xalign, yalign and s (*)
  66ae394... Add API for the sealed member "activatable" (*)
  8f60176... Add API for some sealed widget flags (*)
  2686930... Add gtk_widget_get_state() for accessing the sealed member  (*)
  2bd2a02... Add missing files in POTFILES.in (*)
  548f3a8... Add API for sealed member "visible" (*)
  b29fb1e... Fix a typo (*)
  b5dab96... Make GtkEntryBuffer::max-length and int property (*)
  9a3af66... Avoid gratitious behaviour change (*)
  a47c075... Use G_CONST_RETURN for const return values (*)
  143b55c... Add a tooltip to the save folder combo (*)
  6a98939... Updated Brazilian Portuguese translation. (*)
  4d28287... Disable the GDI+ loaders by default as they are broken. (*)
  c41e36a... Make jasper support optional (*)
  7f83be8... Make suitable GtkAssistant buttons default (*)
  5114924... Fixed crashes when GtkEntry's internal buffer is not availa (*)
  98cdcce... Change position of paper's dimensions according to reading  (*)
  d8d62ce... Fix inconsistent line-endings (*)
  d0cf137... More efficient version of _gdk_win32_window_queue_translati (*)
  b2c8cb5... Fix DND onto an empty icon view (*)
  b923f9c... Updates (*)
  20dc850... Complete the get_buffer() conversion (*)
  c28d6b8... Correct property types (*)
  74ca4e2... Add API for more widget flags (*)
  33ada9e... Bug 588273 - Make number of validated rows depend on time,  (*)
  40408e7... Two more getters for flags plus one new property (*)
  37b1a1a... 2.17.5 (*)
  6304410... Bump version (*)
  f3668e9... Bug #588398 - Leak with testgtk::preview_(color|gray) and m (*)
  1e765d2... Use perl to make gtkalias.h without warnings (*)
  dd0d075... Updated Spanish translation (*)
  cf08a43... Updated Spanish translation (*)
  db4dabf... GDK_WINDOW_TYPE does a runtime typecheck, don't call it unn (*)
  7efa439... Updated French translation (*)
  aa8693f... Track viewable for GdkWindow (*)
  027f411... Check for viewable to avoid doing work instead of mapped (*)
  7cbb573... Only calculate clipping regions for viewable windows (*)
  ed2c837... Only apply clip_region shape for viewable windows (*)
  b36b700... Only handle viewable windows in collect_native_child_region (*)
  7adf894... Don't read non-initialized clip region (*)
  454160a... Fix read of non-initialized clip_region (*)
  e87db9e... Updated Thai translation. (*)
  ef8ce08... Updated Spanish translation (*)
  a057c03... Optimize remove_child_area for children outside region (*)
  aa47fca... Exit remove_child_area when region is empty (*)
  4f49287... Add a translator comment (*)
  d6afa6e... Fix a typo in the startup-id property definition (*)
  8430e21... Remove a duplicate include. (*)
  267d209... Remove markup from translatable strings (*)
  3484246... g_strdup_print does not exist, the function is g_strdup_pri (*)
  48f1b45... Bug 588943 â?? set correct selection before emitting cursor (*)
  c564b3e... Microoptimization in interactive search handling (*)
  dbc80f4... Updated Spanish translation (*)
  6b3613d... Updated Spanish translation (*)
  6e4aff8... Updated Spanish translation (*)
  bf78db5... Calculate clip region when window goes viewable (*)
  36861cf... Make gdk_drawable_get_visible/clip_region handle the !viewa (*)
  82e609c... Make gdk_window_begin/end_paint handle non-viewable windows (*)
  3c03683... Set clip region to empty for non-viewable windows (*)
  1804830... Revert all handling of clip_region being unset for non-view (*)
  d84b575... Bug 589275 â?? [csw] Trying to destroy NULL regions (*)
  f4d1246... Suggesto to use Glade instead gtk-builder-convert script (G (*)
  cfc27be... Slightly updated grammer in migrating-GtkBuilder.sgml (*)
  0c5e3b3... Updated Swedish translation (*)
  141e983... Updated Swedish translation (*)
  82ba962... Updating Estonian translation (*)
  e71c5d3... Avoid unnecessary indirect call (*)
  9d69355... Fix clipping of pixbuf drawing to windows (*)
  9660bfe... Fix issues with resize handles (*)
  de718db... Remove ATK_STATE_SHOWING state when menuitem is not visible (*)
  ee876f9... Remove both SHOWING and SELECTED states when menuitem is no (*)
  a504784... Fix cairo rendering on large subwindows (*)
  012ff55... Updates (*)
  a99a4d3... 2.17.6 (*)
  88d96c7... Bump version (*)
  f9a1bfb... Bug 589336 â?? Add GtkTreeViewColumn:sort-column-id propert (*)
  4d2c165... Formatting and removing commented/obsolete code (*)
  31357a7... Enable big_window bench on win32, dialog for everyone (*)
  c5c87a9... Some cursor work for csw(win32), more left to do (*)
  45344cd... Use G_DEFINE_TYPE (GdkDrawableImplWin32, ...) (*)
  a7394dc... Implement GdkDrawableImplWin32::draw_pixbuf (*)
  10e249f... Fix translation (*)
  313b6f3... _gdk_window_impl_new() on directfb (*)
  00ff4d6... Updated Swedish translation (*)
  0f5f753... bgo#534462: Disable interactive search in the file chooser' (*)
  b50548e... From the shortcuts pane, focus the GtkEntry and redirect un (*)
  d55ff39... bgo#161489 - In the file chooser, let the left/right arrow  (*)
  ed58c10... docs: inline see_also to sections docs and add missing <var (*)
  0e6d121... docs: add missing <variablelist> tags (*)
  29870ca... Updated breton translation (*)
  a96bf76... Updated breton translation (*)
  f22239c... Report ATK_STATE_SHOWING only when all parents are visible (*)
  4a73b41... add getter function for widget->allocation (*)
  1780361... add gdk_window_get_cursor() (*)
  94f8873... Updating Estonian translation (*)
  6007761... Fix gtk_widget_get_allocation() (*)
  c035c12... Remove unused dirty iter discovery functions (*)
  1811ecf... Add missing gdk_window_get_cursor to the GDK symbols (*)
  6f0f5f8... Fix gdk_window_get_cursor() documentation (*)
  2d79405... Bug #514260 â?? Better filtering for "Recently Used" files (*)
  d75ccb5... Correct a thinko (*)
  a4514f9... Allow disabling New Folder button in File Choser (*)
  531c7e5... Start general GtkTreeView unit tests (*)
  ff10f9c... Bug 498010, 546005 - fix assertion in gtk_tree_view_set_cur (*)
  069a593... Bug 539377 â?? Unnecessary warnings when GtkTreeView is not (*)
  bce2a51... Bug 573321 â?? additional check in gtk_tree_model_filter_co (*)
  a79ef08... Bug 555109 â?? selection broken when typeahead active (*)
  d743b2f... Bug 586374 â?? code does not follow documentation (*)
  bd439f6... docs: fix include by adding GtkLabel-links doc to expand_co (*)
  493d386... docs: don't invent new docbook tags, it is <type> not <type (*)
  1946086... updated hebrew translation (*)
  8c8e1da... Add stubs for missing GDK windowing functions to Quartz bac (*)
  c009f49... Updated Brazilian Portuguese translation. (*)
  5ab28ed... Updating Estonian translation (*)
  2f0dd2d... Fix configure.in to work without --with-gdktarget on non-X1 (*)
  ad3be19... Make gdk-pixbuf-csource work on Windows also in the build t (*)
  1fa297c... Updated Norwegian bokmål translation. (*)
  f29b9e2... Updated breton translation (*)
  39b9602... Add SVG support to GtkPrintBackendFile (*)
  055c7aa... Updating Estonian translation (*)
  e87a902... Updating Estonian translation (*)
  d6d3915... Updated Spanish translation (*)
  d4ac4f6... Updated Spanish translation (*)
  94bc87c... Get default cover sheets from each printer separately (*)
  c44b0d2... Check for details request before print (*)
  6e0af6c... Bug 590959 - Set child_has_focus flag properly (*)
  f8171ce... Update tooltip if no removable one is selected (*)
  00c439d... Fix a typo (*)
  d769808... Fix a typo (*)
  ae37d20... Emit GtkAssistant::apply before computing the next step (*)
  549ffcb... Add a GtkIconView::item-padding property (*)
  5002976... Fix a logic error in gdk_window_set_title on OS X (*)
  b514c6a... Fix a logic error in gdk_window_set_title on OS X (*)
  eb0a572... Bug 69872 â?? GTK_WIDGET_SET_FLAGS should be deprecated (*)
  d468aee... Updated Irish translation (*)
  c775906... Add gtk_print_operation_get_n_pages_to_print() (*)
  8a6bb81... Updated Irish translation (*)
  8296bf7... Bug 69872 â?? GTK_WIDGET_SET_FLAGS should be deprecated (*)
  dfe0c8c... Revert "Bug 590959 - Set child_has_focus flag properly" (*)
  9124254... Updated Spanish translation (*)
  ea746ed... Updated Spanish translation (*)
  f57e212... Updated Spanish translation (*)
  a6632e9... Updated Irish translation (*)
  913c95a... Updated Arabic translation (*)
  69fc109... Avoid some gratitious behaviour changes (*)
  54863bb... Correct a doc comment (*)
  ec7c24d... Remove some unused variables (GnomeBug:591218) (*)
  d878dc8... Increment page sequence before print of the page, not after (*)
  c68194b... Updated Basque language (*)
  7f92684... Don't ever invalidate the root window (*)
  0fc8c47... Remove old comment about guffaw scrolling (*)
  19c1c11... Don't invalidate unnecessary areas on raise (*)
  4d49969... Updated Basque language (*)
  6771823... Updated Basque language (*)
  321c034... Updated Galician translation (*)
  f04a410... Updated Basque language (*)
  527e093... Updating Estonian translation (*)
  70efa73... Print when Enter pressed in certain GtkEntries of the print (*)
  f30cfd7... Show/Hide native window when updating viewable (*)
  60fa0da... Implement fallback for old draw_drawable vfunc (*)
  fa21459... Fix clearing of window background for some transparent noti (*)
  dffb628... Updates (*)
  f96d913... Fix make check (*)
  bdffae7... Make setting the root cursor work again (*)
  4df049d... 2.17.7 (*)
  860fdbe... Bump version (*)
  e3bdf92... Bug 590959 - Set child_has_focus flag properly (second try) (*)
  d170ab2... Updated Brazilian Portuguese translation. (*)
  ee67900... Updated Bulgarian translation (*)
  4327141... Updated Bulgarian translation (*)
  8ad5076... Updated Swedish translation (*)
  d2e14a7... Updated Swedish translation (*)
  c167c7a... Updated Swedish translation (*)
  5745760... Updated Bulgarian translation (*)
  ff558e2... Remove C++ comment (*)
  f019047... Don't un-invalidate area that will be immediately invalidat (*)
  a3ee827... Check for GraphicsExpose too in expose_serial_predicate (*)
  8a517dc... Modify window system exposes wrt outstanding moves (*)
  043ca23... Invalidate old source in gdk_window_move_region (*)
  e25ac0b... Clarify comment (*)
  939e552... Ensure that queue_translation is paired with the right X op (*)
  9ec4fb6... Don't return uninitialized pointers (*)
  7667c4d... Fix leaks of clip region and outstanding moves (*)
  9f82243... Make _gdk_window_process_updates_recurse reentrancy safe (*)
  2ba836d... Add widget->allocation setter method (*)
  5c89bbf... Make the allocation parameter const (*)
  a5f6b81... Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbol (*)
  341b8a4... Initialize missing methods on Windows (*)
  f1f7df6... Fix type mismatch warnings (*)
  bd07557... Always queue antiexposes after flushing outstanding moves (*)
  6cfb23d... Fix duplicated id detection in gtkbuilder (*)
  0696bc8... Fix memory leaks in unit tests (*)
  03018f1... Fix memory leaks when using add_objects (*)
  5285467... Fix gdk_window_get_geometry for native children with non-na (*)
  44b84fe... Remove unused variable (*)
  1551401... Updated Irish translation (*)
  f7185ec... Don't crash on NULL parent (*)
  30ffad7... Bug 592003 - Shift+click should always modify selection (*)
  be83e87... Tiny docs improvement (*)
  270a95f... Handle accelerators involving virtual modifiers better (*)
  c930f3a... Support silent build rules with automake 1.11 (GnomeBug:591 (*)
  93c8b1f... Updates (*)
  a84f360... 2.17.8 (*)
  9389d53... Bump version (*)
  9c151ba... Shut up warning about calling gtk_object_get_type() having  (*)
  3dc377a... Correctly select default printer when there is more than on (*)
  c21373d... Use gtk-save icon for GtkPrintBackendFile (*)
  7a76996... Add missing file. (*)
  feb9580... Add missing file. (*)
  e6e3d0a... Updated Brazilian Portuguese translation. (*)
  97ec7f7... Updated Galician Translation (*)
  dc7feb2... Updated Irish translation (*)
  bbd96c5... Updated Galician Translation (*)
  428d7bd... More reentrancy protection for process_updates (*)
  e10db38... Put variable definitions at start of block (*)
  89a8fad... Don't use stream before it is created (*)
  bbe16ec... Use g_object_ref/unref instead of deprecated specialization (*)
  02457e3... Return value from non-void function (*)
  277d840... Deprecate also GdkFontPrivateWin32 (*)
  e0a1e78... Silence the conversion from xatom to atom too (*)
  0780a49... Return state_set directly if there is no parent. (*)
  65cccee... Added Norwegian bokmål translation. (*)
  0fe210c... Added Punjabi (Gurmukhi) Translaiton) by A S Alam (*)
  16f7230... Updating Punjabi Translation Update (*)
  9d611b1... Updating Punjabi Translation Update (*)
  61ea687... Updated Spanish translation (*)
  8de2dbb... Updated Bulgarian translation (*)
  7272169... Updated Thai translation. (*)
  e86fab5... Update Korean translation (*)
  f84df97... Bug 478519 -  GtkTooltip segfaults on NULL gdk-display-curr (*)
  6320b12... Bug 526149 - GtkCellRendererAccel editing conflicts with mn (*)
  bb8fbde... Updating Estonian translation (*)
  2f3cf2c... Updated Swedish translation (*)
  9976554... Bug 528283 - Problems when using PageUp & PageDown to navig (*)
  ebc6a00... Clean up code in gtk_tree_store_set_n_columns() (*)
  a4a5d3d... Change prefix of tree view scrolling tests into TreeView (*)
  105e0be... Rework naming of tests to make better use of path matching  (*)
  7b4f09a... Add a scrolling test case involving creating new rows in tr (*)
  4449acb... Remove broken logic in backwards walks in validate_visible_ (*)
  c45c51e... Updated Bengali translation (*)
  d1eea9c... Updated Portuguese translation (*)
  abf088f... Updated Portuguese translation (*)
  17f9ba3... Update README.win32 (*)
  6dd6d44... Updated Gujarati Translations (*)
  deda8b9... Updated breton translation (*)
  a79f929... Add support for enabling only native windows (*)
  e8dcf33... Preserve errno, and always use g_strerror() (*)
  1f446d0... Updated Catalan (Valencian) translation (*)
  37c3413... Minor fix to Catalan translation (*)
  c268892... Updated Catalan (Valencian) translation (*)
  9d1dc2d... Minor fix to Catalan translation (*)
  23b88f2... Document GDK_NATIVE_WINDOWS (*)
  b09f8f6...  Updates (*)
  9bad2f7... Documentation fixes (*)
  e6cfb7b... 2.17.9 (*)
  9e12297... Bump version (*)
  0ad0646... Fix clipping of drawn pixbufs in the no-render case (*)
  c0084e2... Fix clipping issue with clip masks (*)
  c2546c8... Clean up gdk_draw_drawable() composite handling (*)
  a202dc2... Updated Tamil Translations (*)
  33c70e9... Updated Tamil Translations (*)
  c91cb2f... Bug 592901 - Crash in JPEG pixbuf loader instead of error (*)
  7cc8cf2... Fix cairo clipping to client side windows (*)
  1937d1d... hindi updated by Rajesh Ranjan (*)
  4739118... hindi updated by Rajesh Ranjan (*)
  ccf988e... Updated Basque language (*)
  a2edc3c... Updated Asturian translation (*)
  2400e14... Propagate the "send_event" flag for emulated events (*)
  cf73930... Don't unnecessarily set the event mask as that can cause X  (*)
  4a0f78b... Bug 592606 - Activate the default button in a respose-reque (*)
  51f140b... Document ownership for return value of gtk_file_chooser_get (*)
  4105442... Make sure we only send one grab broken event (*)
  1932f32... Correct generation of broken grabs (*)
  858e6bc... Allow x and y to be NULL in gdk_window_get_geometry (*)
  05b246a... fix gtk-doc syntax on GtkWidget:double-buffered, so Since g (*)
  de1c79c... Bug 592883 - Spin cell rendererer problem with double click (*)
  786b391... Bug 588199 - GtkTreeView rendering glitch while using a def (*)
  ec7187e... Bug 543310 -  set_enable_tree_lines doesn't work when a cel (*)
  3e5934e... Updated Finnish translation (*)
  6a278af... Fix casts in calls to g_utf8_validate() (*)
  d30c31d... marks_start_element(): initialize "value" to get rid of a c (*)
  591b37d... Add accessors for sealed member "flippable" (*)
  25cf651... Updated Serbian translation (*)
  8d936d3... Updated Serbian translation (*)
  44469e4... Make gtk_tree_view_real_set_cursor() handle non-existing pa (*)
  6c3aca7... Updated Oriya Translation (*)
  e6af927... Updated Oriya Translation (*)
  0e52286... Bug 69872 -  GTK_WIDGET_SET_FLAGS should be deprecated (*)
  cc8927a... Add gtk_widget_set_window() (*)
  ca75ead... Updated Polish translation (*)
  145fdcb... Make beeps work again (*)
  ca3b8e8... Updates (*)
  8005fd9... Updates (*)
  64cd8c3... Updated Czech translation (*)
  7e4e2c6... Fix a documentation error (*)
  a871504... Fix --enable-{cups,papi} handling (*)
  047a913... Show the icon window back after changing pixbuf (*)
  c51830f... Do not emit action-activated signal when there are not acti (*)
  a2420c7... Plug a mem leak (*)
  44adf81... [GtkSizeGroup] don't recurse into yourself (*)
  2105d94... Plug a mem leak (*)
  f7cfe2b... Emit "update-custom-widget" when the page setup changes (*)
  2d8b8e0... buffer_backspace should delete \r\n in one go (*)
  3b33618... Add CUPS events as soon as possible when printing (*)
  f117777... Return meaningful default values for lpi and resolution (*)
  1314732... Forgotten part of the lpi change (*)
  2421e64... Warn when a parent is destroyed (*)
  ab93e1b... Updated Czech translation (*)
  97d4b25... Add an offscreen window demo (*)
  5e5ab90... Improve CSW docs (*)
  f649237... Minor doc fix (*)
  953d391... Cosmetic fixes (*)
  b6b6435... Add an migration chapter for CSW (*)
  ced22b1... Updated Kannada(kn) translation (*)
  e2f561a... Updated Kannada(kn) translation (*)
  de89bf3... Updated Bengali India Translations (*)
  c5621f8... Updated Polish translation (*)
  d3d7070... Support DEBUG_WINDOW_PRINTING even with GDK_NATIVE_WINDOWS (*)
  028610b... Add window type an shape to window print for nicer debuggin (*)
  397951c... Add and use gdk_window_is_toplevel when possible (*)
  154be11... Use temporary impl_iface variable to make lines shorter (*)
  cc5b22c... Don't update window->shaped from backends (*)
  4d3b19f... Update shape handling (*)
  b18afe9... Don't propagate GDK_NATIVE_WINDOWS to child processes (*)
  21efe59... Don't delay showing windows until viewable in GDK_NATIVE_WI (*)
  168e9d0... Updated Telugu Translations (*)
  3959ae9... Updated Telugu Translations (*)
  36809d4... Describe how gdk_x11_drawable_get_xid() works wrt CSW in do (*)
  3e40146... Fix order of cairo clip setting when drawing text (*)
  0bb51bc... Remove unneeded call of begin/end user action (*)
  582b281... Make sure the paper dialog is destroyed with the parent (*)
  d22b79f... Add another offscreen demo (*)
  45d6752... Handle geometry change correctly (*)
  9be22cb... Document gdk_window_geometry_changed (*)
  0b1a1e2... More updates (*)
  036aada... Fix the cups checks (*)
  39c714d... More updates (*)
  32d59d1... Documentation fixes (*)
  42f2549... Updated French translation (*)
  ce0cfa2... Update Norwegian bokmål translation. (*)
  b31f1cd... Updated Hebrew translation (*)
  f97a33a... Move timer removal in dispose (*)
  45956ae... Add gdk_cairo_reset_clip (*)
  d67a7ed... Add gdk_window_restack (*)
  d512566... Add test for gdk_window_restack (*)
  4ab7255... Hungarian translation updated (*)
  e1b0e76... Hungarian translation updated (*)
  781e878... 2.17.10 (*)
  4e6e46d... Bump version (*)
  36a7358... Fix a merge conflict (*)
  908b662... Remove sincos use (*)
  05d39e4... Add a missing include (*)
  2f80806... Fix the return type of gdk_selection_property_get (*)
  6b9a3c9... Bug 584638 - Build of gtkupdateiconcache without NLS break (*)
  587bc97... Fix warnings in gdk_window_restack (*)
  753f159... Don't access region when it might be freed (*)
  223bcd2... Correct the antiexposure vs implicit paint flush race (*)
  3f306a4... Have tree view process exposes after adjustments have been  (*)
  6f20cf6... Propagate insensitive state to cell renderers in GtkCellVie (*)
  4f21969... Make toggle cell renderer follow insensitive state of widge (*)
  3a917a2... Update IM spot location before running _validate_onscreen() (*)
  7a3d983... Fail to scroll if the given mark is not in text view's curr (*)
  dc3fb71... Improve unsetting old buffer in gtk_text_view_set_buffer() (*)
  b81079d... Bug 69872 - GTK_WIDGET_SET_FLAGS should be deprecated (*)
  026bea2... gtk_widget_set_property(): use gtk_widget_set_visible() (*)
  6ee228a... gtk_widget_set_property(): use accessors instead of setting (*)
  294e222... Ensure gc clip region valid in _gdk_gc_update_context (*)
  4adcb39... Ensure clip region valid before using it for emulating grap (*)
  dcc87f7... Move mark check to gtk_text_view_scroll_to_mark() (*)
  5ec80eb... Recalculate heights when a (new) separator func is set on G (*)
  a47aadb... Protect gtk_text_view_scroll_mark_onscreen() from using inv (*)
  1606b82... Add AM_PROG_CC_C_O (*)
  76dab7b... Accept automake 1.10 and 1.11 (*)
  a10e90b... Move _gdk_window_event_parent_of to gdkinternals.h (*)
  f64ef92... Add gdk_window_is_destroyed (*)
  0c7830a... Make public GDK_WINDOW_TYPE and GDK_WINDOW_DESTROYED use fu (*)
  d0ac27f... Add function accessors for x11 window/pixmap impl (*)
  812b3c4... Deprecate GDK_WINDOW_OBJECT and GdkWindowObject (*)
  5cfe90d... Revert "Accept automake 1.10 and 1.11" (*)
  8654ffd... Revert "Add AM_PROG_CC_C_O" (*)
  ea98cdc... Try again to allow newer automake (*)
  1c0ecc0... Rework the way IM contexts are set (*)
  079cc21... Avoid a segfault if license is NULL (*)
  5c14089... Make window manager tracking work better (*)
  6b7fef0... Don't forget to set the client window on the slave (*)
  d6f3af0... Make gtk_combo_box_entry_set_text_column more forgiving (*)
  96636bd... Updates (*)
  5c4f248... Documentation additions (*)
  bec0d57... Fix the build (*)
  d09d810... Fix a typo (*)
  e1cd3e0... 2.17.11 (*)
  50945f0... Bump version (*)
  05ef84e... Fix fallout from automake version bump (*)
  923a6a8... Start a testsuite for GtkTreeModelFilter (*)
  81bc45e... Add a helper for inserting paths in the test tree store (*)
  6f2aff3... Add unit test for bug 540201 (*)
  93b29a9... Add test cases for bugs 464173 and 529287 (*)
  b6559c3... Make a start with virtual root unit tests (*)
  378a6df... Generalize fixture setup code (*)
  d09c2ae... Only emit row-inserted if all ancestors are visible (*)
  2cca680... Correct /FilterModel/empty/vroot-show-nodes test case (*)
  958f772... Refilter is required after setting visible column (*)
  18b2041... Check for successfull iterator retrieval (*)
  15fdf44... Correct unfiltered test cases (*)
  532ecca... Do not emit has-child-toggled when a root level node is rem (*)
  af73305... Marking nodes invisible after pulling in the root level is  (*)
  7b1d2de... Add a rather specially crafted test case (*)
  5b76610... More virtual root unit tests (*)
  6606989... Remove unused variable (*)
  733e532... Correct handling of row-has-child-toggled signal (*)
  bbb5bbb... Extend filter model unit test with row-has-child-toggled te (*)
  14c8149... Properly handle cases where an ancestor node is invisible (*)
  bf573a1... Have the unit test check if the filter model emits the righ (*)
  0c4f29e... When the filter removes a node, it needs to remove its chil (*)
  f483c5b... Emit row-has-child-toggled when a first node becomes visibl (*)
  c2f6611... List work left to do in the filter model unit test (*)
  855fee8... Fix memleak in filter model unit test (*)
  d0051a4... Fix compiler warnings (*)
  da00e17... Correct the initial event mask of the root window (*)
  143b06c... Update Japanese translation (*)
  a59c39f... Bug 346800 - Rework sort/filter models to use indices to pa (*)
  3d3f869... Updated Polish translation (*)
  f77042a... Avoid recursive calls to gtk_tree_view_top_row_to_dy() (*)
  04a58d8... Simple expander unit test (*)
  4e78b4c... One more unit test (*)
  113d218... Fix handling of window cursor wrt grabs (*)
  16c5339... Don't access the parent level, there might not be one (*)
  308fade... Make the custom paper size dialog not block the main dialog (*)
  0ea5787... Fix a typo (*)
  d01dc74... Remove a dead assignment (*)
  ebf73f4... Remove a dead assignment (*)
  aa9bb7d... Deprecate gdk_event_get_graphics exposes (*)
  3dd459c... Accept "true" as a true value in printer settings (*)
  1189808... Bug 594668 - Add new Xorg keysyms (*)
  fef3c88... Unbreak GtkComboBox::button-sensitivity (*)
  514742a... Updated Gujarati Translations (*)
  43fbf64... Updated Gujarati Translations (*)
  4ccd47f... Avoid duplicate keysyms, ignore mispelled one (*)
  b1d1e36... Keysyms docs update (*)
  81334f3... Updated Lithuanian translation. (*)
  c4d2c38... Ensure recursing gdk_window_process_all_updates works (*)
  7124f59... Don't send grab broken for implicit grabs on button release (*)
  be22a62... Cleanups (*)
  d409cf2... Add more hints (*)
  d497e8e... Mention gdk_window_restack (*)
  417776c... Updated German translation (*)
  b4a5c05... Updated Malayalam Translations (*)
  0a46d33... Updated Malayalam Translations (*)
  0df4283... Don't use magic zero height/width argument to gdk_window_cl (*)
  e1554d8... Don't support the old handling of zero height/width in gdk_ (*)
  f5e2b3f... Updated Greek translation. (*)
  24df69b... Add a note about tooltip limitations (*)
  8c1f50c... Updated Dutch translation (*)
  e9f6b93... Parse libtoolize --version more carefully (*)
  63742b3... Updated Danish translation (*)
  83719cb... Fix warning about pointer/int confusion (*)
  1c45f32... Updated Simplified translation. (*)
  3ce1555... Updated Simplified Chinese translation. (*)
  93e3798... Updated British English translations (*)
  e7fa162... Updated Danish translation (*)
  618764c... Update Norwegian bokmål translation. (*)
  8f16541... Fix gdk_display_beep (*)
  f10f6b8... Mention thread-safety issues (*)
  6716d46... Bail out of window move/resize early if no change (*)
  130a774... Don't reenter gdk_window_process_updates_internal (*)
  2d2dc2c... Factor out impl_window_add_update_area() to a function (*)
  6d84fca... Handle expose events moving or resizing windows (*)
  f473242... Better handling of window hierarchy changes from inside exp (*)
  cfeba9c... Make gdk_window_flush public (*)
  7ab7ffa... Automatically flush window when doing non-double-buffered e (*)
  db88f08... fix race between fetching owner of composit selection, and (*)
  02b102c... fix whitespace error (*)
  ff47468... updated Bengali India translation (*)
  fbcb382... Upadted Oriya Translation (*)
  d937bd7... Upadted Oriya Translation (*)
  142d599... Updated Bengali India Translations (*)
  0ecd87f... Respect grab event mask for crossing events (*)
  b92c788... Upadted Oriya Translation (*)
  ec36494... Updated Marathi Translations (*)
  1996651... Updated Marathi Translations (*)
  5793726... Updated Gujarati Translations (*)
  3086e70... Updating Assamese translations (*)
  e9d732b... Updating Assamese translations. (*)
  cf80feb... Do not test the event mask of implicit grabs (*)
  d797dcc... Assign the size of the screen to the root window (*)
  f6ed148... Let GTK+ handle SIGPIPE signal itself when printing with lp (*)
  6406f64... Updated Bengali India Translations (*)
  46f369e... Upadted Oriya Translation (*)
  cd709a0... Corrected a typo in Brazilian Portuguese translation (*)
  24a3172... Updated Slovenian translation (*)
  ac1b358... Updated Slovenian translation (*)
  62b5b5f... Added Ukrainian translation (*)
  6e307ac... Added Ukrainian translation (*)
  8251d6d... Added Ukrainian translation (*)
  659776c... Fix gdk_device_get_history() for the core pointer (*)
  9050d10... Upadated Oriya Translation (*)
  327d209... Upadated Oriya Translation (*)
  3a3926c... Updated Italian translation (*)
  921355f... Updated Romanian translation (*)
  0a39bee... Updated German translation (*)
  aa43f80... Updated Romanian translation (*)
  5f126be... Don't focus unmapped radio buttons (*)
  57fa8e8... Move '-x objective-c++' from CXXFLAGS to CPPFLAGS (*)
  cf5cc07... Updated Traditinal Chinese translation (Hong Kong and Taiwa (*)
  e25ed50... maithili update, translated by Sangeeta Kumari (*)
  2e8b675... maithili update, translated by Sangeeta Kumari (*)
  5ed8cf5... Don't dereference a NULL error (*)
  508a44a... Whitespace fixes (*)
  39dec4e... Updated Norwegian bokmål translation. (*)
  4ba1e08... Restore initializing settings sizes, which was accidentally (*)
  95cb1cc... Sensitivity event box should only be toggled if cell view i (*)
  cb5e659... revert some changes in directfb backend that broke API (*)
  13c258f... Fix x/y coordinates for extended events. (*)
  d37268c... Block extended events to windows that didn't select them. (*)
  bfc8824... Always report XInput events to the grab window if any. (*)
  3043155... Bug 550939 - GtkFileChooser listbox does not refresh select (*)
  d42d61a... Updated Italian translation (*)
  275001b... Pack the struct better, should save four bytes per GtkIconV (*)
  9eeda3e... GtkImage docs: Fix typo - widgte => widget (*)
  797b4c8... Fix a typo (*)
  9ea2bfe... Add missing Since: 2.16 for gtk_entry_[set/get]_icon_drag_s (*)
  0633ba0... Fix more GtkEntry Since tags. (*)
  4c0418c... hindi update (*)
  6546ef0... Updated Catalan translation (*)
  7af7cef... Updated Afrikaans translation (*)
  d611674... Bump version to 2.18.0 (*)
  5a7dc8c... Updates (*)
  b841251... 2.18.0 (*)
  915957f... Bump version (*)
  5f4915f... Don't hang print dialog when remote CUPS printer is not ava (*)
  a2c2427... Updated French translation (*)
  ac2ecf6... Updated German translation (*)
  2c4d706... Updated Swedish translation (*)
  fc3f468... Updated British English translation (*)
  29b6013... Updated British English translation (*)
  bde1767... Updated Spanish translation (*)
  e1a47f4... Updated Hungarian translation (*)
  c8f06be... Updating Estonian translation (*)
  9439a7e... Updated Slovenian translation (*)
  a3e0766... Add support for 'auth-info' attribute to the CUPS backend (*)
  402d60e... Updated Galician Translation (*)
  afc19eb... Send expose events on foreign windows (*)
  cdba018... Updated German translation (*)
  06c208f... Updating Estonian translation (*)
  f8aba14... Updated Spanish translation (*)
  3bcf8b3... On pointer grab request native events needed for event emul (*)
  cdec2ca... Send a motion-notify when a (new) main window became active (*)
  785e55f... Bug 596250 - Gdkcursor-quartz.c doesn't implement GDK_BLANK (*)
  17130a8... Bug 517394 - Native resize grip steals button release ... (*)
  f506752... Handle child widgets correctly with multiple views (*)
  2f782de... Bug 596012 - popup menu position is horribly off on gdk qua (*)
  f2d9f5a... Remove unused variable (*)
  fe188a1... Bug 596494 - New property "cursor" in 2.18's GdkWindow with (*)
  5ebb32d... Extend _gdk_windowing_window_at_pointer to be able to get t (*)
  739121d... Remove unused grab_one_pointer_release_event var (*)
  e81501e... Sent button events don't cause passive grabs (*)
  7d196b3... Improve detection of input device source type (*)
  894e11e... Always initialize out params (*)
  987b45d... Updating corrected Assamese translations. (*)
  5a39fdb... Updated French translation (*)
  6fef640... Only select for button and pointer event on toplevels (*)
  bd51d93... Use strstr instead of g_strrstr. (*)
  abf7742... Refactor _gdk_input_other_event (*)
  2635fb7... XInput allows up to 255 buttons (*)
  acdecb6... Report XInput button motion events until all buttons are re (*)
  51f2a99... Always select all XInput motion events (*)
  67728ac... Filter out events that the current window didn't select for (*)
  f0f39c3... Update last_window only when needed (*)
  ee25051... Support tracker 0.7 (*)
  0178ebf... Keep track of axis values (*)
  70bd235... Select for DeviceStateNotify (*)
  35845f1... Interpret min_value == max_value correctly (*)
  efd2814... Updated Swedish translation (*)
  3a69f67... Pretty print non-matching signals in filter model test suit (*)
  77fc6e3... Bug 596580 - Blank rows in entry autocompletion (*)
  28d56cb... Use boxed accessors for setting and retrieving cursor prope (*)
  dc04e01... Ignore certain GtkSettings in defaultvalues unit test (*)
  2518fbd... Fix compile warning in defaultvalue test (*)
  31771cc... Add a note about tooltip theming (*)
  a4145bf... Bug 588449 - DnD doesn't work on GDK/Quartz (*)
  14f3006... Updated Hungarian translation (*)
  dd52987... Speed up printer listing in the print dialog (*)
  4261efd... Emit PageOrientation DSC comment into PostScript print outp (*)
  7c3e813... Correct the orientation of landscape pages (*)
  724b2ba... Updated Czech translation (*)
  121868f... Updates (*)
  df37758... 2.18.1 (*)
  3b39aac... Bump version (*)
  42ad005... Updated Serbian translation (*)
  97d1595... Move SIGPIPE suppression to gtk_init and document it (*)
  f3013bf... Call XReconfigureWMWindow with proper screen (*)
  59177b1... Bug 596959 - DirectFB backend compilation broken with chan (*)
  c3b22ee... Updated Italian translation (*)
  05ded28... Updated Japanese translation (*)
  4581432... Plug a memory leak (*)
  786b589... Fix up _gdk_windowing_window_at_pointer coordinate reportin (*)
  c5d0861... Don't request window sizes with zero width or height (*)
  c29e8f6... Updates (*)
  68f2532... 2.18.2 (*)
  4ee18f8... Bump version (*)
  2dee48b... Updated Oriya Translation (*)
  425b652... Don't ignore SIGPIPE unless it exists (*)
  79c2af5... Updated Bulgarian translation (*)
  f38fc7f... Updated Brazilian Portuguese translation. (*)
  9212f56... Fix the GDI+ gdk-pixbuf loader (*)
  3cad065... Updated Finnish translation by Jiri Grönroos. (*)
  b3b26b5... Updated Slovenian translation (*)
  088baae... Make selecting the last character work again (*)
  2e0b558... Don't include gdkwin32.h when testing Objective-C++ (*)
  f562138... Create and install gtk-update-icon-cache.exe.manifest to av (*)
  1b32f7a... Updated Serbian translation (*)
  0e3a469... Remove deprecated GtkContainer function and macros (*)
  59f2a62... Revert "Remove deprecated GtkContainer function and macros" (*)
  76997ab... Explicitly set the accessible name of GtkToolButton. (*)
  80ace71... Updated Norwegian bokmål translation (*)
  39c1da4... Updated Romanian translation (*)
  127033f... Bug 596019 - No accessors for GtkDialog buttons (*)
  0ade1c4... Updated Catalan translation (*)
  1542fa6... Updated Catalan translation (*)
  646955f... po/vi.po: update translation of "Places" (*)
  891c2d1... Updated Russian translation (*)
  9eeece1... Updated Russian translation (*)
  8539899... Bump version to 2.19.0 (*)
  fb63e32... Don't use XP themes until they work (*)
  57bc513... Use g_object_ref/unref instead deprecated gdk_*_ref/unref f (*)
  b66583f... Substitute gtk_style_unref for g_object_unref in documentat (*)
  df9e1c3... Substitute gtk_widget_ref/unref with g_object_ref/unref (*)
  588bec9... Move documentation from templates to inline comments: GtkAb (*)
  df53e6a... Add ability to set a tooltip's image from a GIcon (*)
  d21700f... Bug 319607 â?? Add a throbber (activity widget) to GTK+ (*)
  6e3792a... Update POTFILES.in for spinner widgets (*)
  a480cae... Capitalise a11y description for GtkSpinner (*)
  2cd44fa... Fix doc build (*)
  aa663e0... Fix "active" property not being notified (*)
  d1ee8e2... Documentation and stylistic fixups (*)
  9112194... Add GtkSpinner to the widget gallery (*)
  e9a240c... Add GtkSpinner::animation-duration style property (*)
  b466b5e... Updated Russian translation (*)
  6f44b00... Fix property links in GtkSpinner (*)
  7fd79f4... Fix GtkSpinner using style before it's set (*)
  ff76366... Move documentation from templates to inline comments: GtkAc (*)
  bd2dd7d... Move documentation from templates to inline comments: GtkAc (*)
  fbae115... Move documentation from templates to inline comments: GtkAc (*)
  df5ee2f... Move documentation to inline comments: GtkToolShell (*)
  edcf788... Completing translation for Punjabi (*)
  3c18cc3... Updated Swedish translation (*)
  ef3361c... gtk-demo: Remove C99-ism from list_store example (*)
  ab36b8b... Updated Slovenian translation (*)
  7d6a0f3... Updated Slovenian translation (*)
  10a53ff... Notify the "active" property of the spinner only when neede (*)
  009f160... Do not assign the parent class twice (*)
  3c9a34d... move GtkFileSystemModel private stuff out of the private he (*)
  18b56b9... Implement new GtkFileSystemModel (*)
  0ccb2f2... Creating the model no longer fails (*)
  d6f3d0e... Simplify gtk_file_chooser_default_unselect_file() (*)
  a5390ad... Consolidate tree models for different browse modes (*)
  30c1a1e... Replace the cell data computations (*)
  3e385ff... Clean up code to use the model directly (*)
  105e6fb... Use the GtkTreeSortable of the filesystem model (*)
  4a1ff32... Load icons on-demand (*)
  cd337e2... Only query the absolutely necessary attributes (*)
  10e8d6a... Make the filesystem model filter API use a GtkFileFilter (*)
  affa8c8... Add a constructor to filesystem model that does not monitor (*)
  390a391... Don't count the "enter directory name" line as a selected f (*)
  5a31dfd... Convert search to use a GtkFileSystemModel (*)
  53a00e3... Convert recent files to a GtkFileSystemModel (*)
  d68bca1... Use the faster accessor function in the sort functions (*)
  682a3c8... Enable the size column in recent files/search (*)
  6bdaaea... Remove unused error argument from show_and_select_files() (*)
  836c3ab... Improve show_and_select_files() function (*)
  dfe20ea... g_error() as soon as we catch an invalid column type (*)
  5110415... Compute the node size only once to avoid the scary macro (*)
  3232c46... Start with a file array with a resonable preallocated size (*)
  86c32c2... Complete the documentation string for _gtk_file_system_mode (*)
  d5d9601... Fix and tighten an assertion (*)
  d2d997a... Clarify an argument to g_file_enumerate_children_async() (*)
  88bb934... Clarify the arguments to g_file_monitor_directory() (*)
  93588c6... Clarify the comments that some fields in GtkFileSystemModel (*)
  2e0382c... Make _gtk_file_system_model_add_file() static (*)
  3001618... Make _gtk_file_system_model_remove_file() static (*)
  3f7c144... Remove the dir_thaw_source while disposing the model (*)
  3b86973... Clarify the code flow in gtk_file_system_model_got_files() (*)
  ccee7ef... Show an error dialog when we can't read the folder's conten (*)
  6820dee... Clarify the arguments to g_file_query_info_async() (*)
  385fa71... Comment on how the file_lookup hash table gets rebuilt on d (*)
  688917c... When removing a file, also remove it from the file_lookup h (*)
  ad2e6ff... When updating a file, handle the case where the old file in (*)
  908911d... Factory out functions to emit row_inserted, row_changed, ro (*)
  6166fcc... Fix thinko in node_should_be_visible() (*)
  04c7801... Remove obsolete code to use a cached mime-type (*)
  d0468ee... Big comment on how GtkFileSystemModel works (*)
  14cc3e1... Clarify array indexes vs. row numbers (*)
  8bf24cd... Clarify a couple of spots with comments (*)
  7ecc87e... Nothing to do for ref/unref_node (*)
  5ea265c... Clarify variable names in gtk_file_system_model_sort() (*)
  112d243... Free some missing fields in ::finalize() (*)
  55a04b1... Make the code match the docs in _gtk_file_system_model_clea (*)
  9efa64f... Remove obsolete comment (*)
  fb1a72f... s/get_is_visible/iter_is_visible for clarity (*)
  7e9fbd1... In set_filter(), handle the case where the new filter is th (*)
  6e3a6ba... Make get_selected_file() return a ref'ed file (*)
  0144521... Fix typo in a comment (*)
  90647c1... Comment that the column order needs to be kept in sync acro (*)
  35028b9... Factor out function to set a fixed size for the icon cell r (*)
  442484a... Don't leak a treepath if the treeview is not populated yet (*)
  2f3367f... Make copy_attribute() a function instead of a macro (*)
  4c24231... Clarify the arguments of g_file_query_info_async() (*)
  c39e8af... Put the list of column types in a macro (*)
  1d28314... Fix a g_strdup_printf() (*)
  02d9646... Oops, it's gsize, not GSize (*)
  f0e2d7d... Fix thinkos in which fields get used (*)
  34f6b95... Use G_BEGIN/END_DECLS in gtkcellrendererspinner.h (*)
  6d62e4f... Fix build on Windows (*)
  8e6dbff... Deprecate GtkInputDialog (*)
  0660343... Undefine GTK_DISABLE_DEPRECATED in testinput to keep it com (*)
  185ed29... Updated Spanish translation (*)
  2f796df... Updated Greek translation (*)
  1dbfcf4... Fix a problem in GtkImage size allocation (*)
  9f11bb0... Don't omit GTK_ICON_SIZE_DIALOG (*)
  b92f882... Correct function names in debugging output (*)
  d8de422... Remove unused variables and static functions (*)
  f545bd2... More meaningful debugging output in gdk_win32_window_get_ro (*)
  be5c06d... Delete unused leftover static function (*)
  77590e9... Add missing newline to debugging output (*)
  0698ddd... Delete a couple of leftover commented-out lines (*)
  ab13c00... Use correct size for root window with multiple monitors (*)
  52ef2f2... Correct a small oversight (*)
  cf8c4a6... A small correction of previous commit (*)
  d3155bb... Remove some unnused variables (*)
  232fca6... Fix compilation warning (*)
  33f53e1... Fix a compilation warning (*)
  8e70bc9... Fix a compilation warning (*)
  670e141... Fix some compilation warning (*)
  13ff557... Fix some compilation warning (*)
  6977376... Fix a compilation warning (*)
  6f67463... Fix a compilation warning (*)
  f5df4e0... Added accesor for GTK_VIEWPORT (widget)->bin_window (*)
  7c68233... Deprecate GtkCurve and GtkGammaCurve (*)
  272e0b5... Deprecated GtkNotebook tab packing (*)
  0f33ad4... Added editing_canceled property to GtkCellEditable (*)
  48f1b89... bgo#563010 - Fix clearing the selection in GtkFileChooserBu (*)
  d5f1b79... Fix compilation warnings: use G_GSIZE_FORMAT instead %i (*)
  d020cb4... Remove unused function (*)
  c43a3ac... Fix a compilation warning: use NULL instead "" (*)
  8c34831... Don't allow to include this new header individually (*)
  34b4b4d... Add single-include guard and reduce includes to what's need (*)
  98ea183... Use G_STRLOC instead __FILE__ and __LINE__ (*)
  d3dbd54... Minor fixes (*)
  af6f5c1... Add translators comments for tab labels (closes 599118) (*)
  852d4f4... Cast to fix compilation warning (*)
  8e945e0... Cast to gchar* to fix a compilation warning (*)
  861c34b... Use correct type text/uri-list for the dropped files select (*)
  42ac226... Bug 598881 - Unimplemented GdkWindowImplIface methods crash (*)
  13d968a... Bug 581150 - GtkIconView tries to paint items with invalid (*)
  04d7d81... Fix for position bug (*)
  e213554... Cast to gchar* to fix a compilation warning (*)
  3c510f0... Use standard mac shortcuts (*)
  4b22b46... GdkPixbuf loader for QTIF format (*)
  4c26d99... Update compose sequences (*)
  16482f2... Fixes for the compose-parse.py script (*)
  d3e6cff... Fix issues with symbolic colors in rc file parsing (*)
  ca20b04... Move screen initialization to gdkscreen-quartz.c (*)
  ce3c861... Setup monitor rects during screen initialization and re-use (*)
  73b55ae... Register and handle a display reconfiguration callback (*)
  d47772f... Create a proper subclass of GdkScreen: GdkScreenQuartz (*)
  12dc617... Move screen resolution setup to GdkScreenQuartz initializer (*)
  63e2f54... Emit monitors-changed signal when appropriate (*)
  e36872d... Use screen when emitting signal, not _gdk_screen (*)
  aa25e4a... Update documentation for ::monitors-changed to mention OS X (*)
  d26dd10... Be consistent with X11: emit monitors-changed first, then s (*)
  8846012... Rework coordinate transformation to be based on root window (*)
  959a943... Support arbitrary screen layouts (*)
  9353067... Update size of root window after display reconfiguration (*)
  221883d... Remove unused variable (fix compiler warning) (*)
  a4d932c... Fixup get_nsscreen_for_x() (*)
  fa8fa48... Update position of toplevels after display reconfiguration (*)
  a338c7e... Update copyright (*)
  567b232... Cast to gchar* to fix a compilation warning (*)
  6b5912a... Show correct print preview (*)
  a667ee8... Use G_STRFUNC instead __FUNCTION__ (*)
  c368c6e... Use G_STRLOC instead __LINE__ (*)
  42aebf5... Use G_STRFUNC instead __FUNCTION__ (*)
  1206150... Use G_STRFUNC and G_STRLOC instead __FUNCTION__ and __FILE_ (*)
  aaa4599... Updated Romanian translation (*)
  92a68f4... gtk_init_with_args() arguments should be const gchar* (*)
  d0f2cd7... Use G_STRLOC instead __FILE__ and __LINE__ (*)
  57af1cd... Only set the accesible label if it is non-empty (*)
  9f2c5e3... Take printer margins into account on Windows (*)
  50e784c... Rotate number-up layout according to orientation when print (*)
  33ec0ec... Don't assign a GtkPageOrientation to a boolean value (*)
  f4d5ed5... Allow removing all closures with gtk_accel_group_disconnect (*)
  4f0b0d0... Don't use structure fields of GtkAccelMap in GtkSocket (*)
  b2e629f... Updated Spanish translation (*)
  87c0397... Don't use deprecated button signal functions in Gail (*)
  6271cb9... Don't use deprecated button signal functions in clist and c (*)
  da8dde4... Deprecate functions according to deprecated GtkButton signa (*)
  4ff709c... Use standard mac shortcuts: add gtk/gtkrc.key.mac (*)
  c229306... Merge branch 'master' into toolpalette

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]