| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc updates | Matthias Clasen | 2005-12-20 | 1 | -1/+1 |
* | Don't leak list[0]. (#323629, Markku Vire) | Matthias Clasen | 2005-12-09 | 1 | -3/+1 |
* | Plug a leak | Matthias Clasen | 2005-11-15 | 1 | -0/+2 |
* | Only set the text if it is not NULL. (#319930, Thomas Klausner) | Matthias Clasen | 2005-10-27 | 1 | -6/+6 |
* | Free mult_atoms here. (#317039, Paolo Borelli) | Matthias Clasen | 2005-09-28 | 1 | -0/+2 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -13/+13 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+5 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -3/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Add functions which look for text, image or uri targets in an array of | Matthias Clasen | 2005-08-30 | 1 | -43/+117 |
* | Add gtk_window_[sg]et_deletable. Add | Matthias Clasen | 2005-08-30 | 1 | -0/+47 |
* | Don't leak the format names. (#307190, Morten Welinder) | Matthias Clasen | 2005-06-12 | 1 | -2/+7 |
* | use a less aggressive PNG compression level (bug #305340). | Sven Neumann | 2005-05-26 | 1 | -4/+7 |
* | Make sure png comes first, otherwise dnd may use bmp by default, loosing | Matthias Clasen | 2005-05-25 | 1 | -0/+15 |
* | Fix the build | Matthias Clasen | 2005-05-02 | 1 | -1/+1 |
* | Doc fixups | Matthias Clasen | 2005-05-02 | 1 | -6/+6 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -0/+19 |
* | Move documentation inline, document if add_target functions append or | Matthias Clasen | 2005-04-01 | 1 | -59/+135 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | Make the clipboard image API more robust (#162357, Torsten Schoenfeld): | Matthias Clasen | 2004-12-28 | 1 | -18/+18 |
* | Reduce the clipboard timeout from 300 seconds to 30 seconds. (#155428, | Matthias Clasen | 2004-11-16 | 1 | -1/+1 |
* | Add api for image transfer via copy-and-paste (#156408) | Matthias Clasen | 2004-10-31 | 1 | -1/+52 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Use the new file DND api. | Matthias Clasen | 2004-10-22 | 1 | -0/+118 |
* | Document how to use info with text/image targets. | Matthias Clasen | 2004-10-22 | 1 | -13/+15 |
* | Add convenience api for image dnd (#150165): | Matthias Clasen | 2004-10-21 | 1 | -0/+145 |
* | Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalid | Matthias Clasen | 2004-09-17 | 1 | -8/+13 |
* | initialize path so we don't potentially use an undefined pointer. | Manish Singh | 2004-08-26 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Support text/plain selection target (#55117, Owen Taylor) | Matthias Clasen | 2004-07-17 | 1 | -22/+223 |
* | Make sure this gets defined for all backends, so linux-fb has a chance of | Matthias Clasen | 2004-06-22 | 1 | -4/+4 |
* | Remove leftover debug code. | Matthias Clasen | 2004-06-02 | 1 | -5/+0 |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 1 | -0/+2 |
* | Disable debug logging again. | Matthias Clasen | 2004-05-04 | 1 | -1/+1 |
* | Make the chunk size for incremental transfers depend on the maximal | Matthias Clasen | 2004-05-03 | 1 | -11/+29 |
* | u2004-05-03 Matthias Clasen <mclasen@redhat.com> | Matthias Clasen | 2004-05-03 | 1 | -4/+3 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Call g_convert(), not g_convert() with fallback, since Emacs is happier if | Owen Taylor | 2004-02-25 | 1 | -36/+57 |
* | Assign xtype using gdk_x11_atom_to_xatom_for_display () when type != | Manish Singh | 2004-02-12 | 1 | -1/+1 |
* | nul-terminate the target atoms. (#132656, Christian Persch) | Owen Taylor | 2004-01-29 | 1 | -2/+5 |
* | Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument | Matthias Clasen | 2003-12-17 | 1 | -2/+2 |
* | Comprehensively zero all unused parts of client messages (Mainly Motif DND | Owen Taylor | 2003-05-20 | 1 | -14/+47 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -2/+2 |
* | Deprecate. (#85683) | Matthias Clasen | 2003-01-31 | 1 | -4/+5 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Always look up and create the Motif drag window as a child of the root | Owen Taylor | 2002-12-04 | 1 | -4/+12 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+4 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -2/+2 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -14/+13 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -6/+7 |