| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused variable. | Manish Singh | 2005-07-13 | 1 | -0/+4 |
* | new function. (#160879, Stefan Kost). | Kristian Rietveld | 2005-07-13 | 1 | -0/+5 |
* | paint a flat box on the area the treeview got allocated extra vertically | Kristian Rietveld | 2005-07-13 | 1 | -0/+10 |
* | Fix an unintentional case of width-for-height... (#310133, Luis Villa) | Matthias Clasen | 2005-07-13 | 1 | -0/+5 |
* | let's take the MIN of width and max_width here, not width and max_width != | Kristian Rietveld | 2005-07-13 | 1 | -0/+6 |
* | Don't keep the caches for unthemed directories in a separate list, instead | Matthias Clasen | 2005-07-13 | 1 | -0/+6 |
* | Check the cairo version | Matthias Clasen | 2005-07-13 | 1 | -0/+4 |
* | Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust on | Robert Ögren | 2005-07-13 | 1 | -0/+16 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-13 | 1 | -0/+4 |
* | when !separator, don't add the focus_line_width to width/height (happens | Kristian Rietveld | 2005-07-13 | 1 | -0/+10 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-13 | 1 | -0/+35 |
* | Add a warning about unreffing icon themes. (#310163, Rodney Dawes) | Matthias Clasen | 2005-07-13 | 1 | -0/+6 |
* | quit maintaining the iter on every iteration, only get the iter when we | Kristian Rietveld | 2005-07-12 | 1 | -0/+9 |
* | Fix the same confusion here, too. | Matthias Clasen | 2005-07-12 | 1 | -0/+2 |
* | Fix cairo_content_t <-> cairo_format_t confusion. (#310086, Carlos | Matthias Clasen | 2005-07-12 | 1 | -0/+4 |
* | Follow the Nautilus change and rename "Filesystem" to "File System", | Matthias Clasen | 2005-07-12 | 1 | -0/+7 |
* | Rename this demo. | Matthias Clasen | 2005-07-12 | 1 | -0/+5 |
* | Accept dashes in demo titles. | Matthias Clasen | 2005-07-12 | 1 | -0/+4 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-12 | 1 | -0/+7 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-12 | 1 | -0/+6 |
* | Add Copyright/License information. | Matthias Clasen | 2005-07-12 | 1 | -0/+21 |
* | Add copyright and license information | Matthias Clasen | 2005-07-12 | 1 | -0/+4 |
* | Remove the runtime warning about the invisible property, add a warning | Matthias Clasen | 2005-07-11 | 1 | -0/+5 |
* | Don't ever go unconditionally to the buffer ends; that doesn't work if the | Matthias Clasen | 2005-07-11 | 1 | -0/+6 |
* | add binding entry for ctrl + backspace (move focus to parent without | Kristian Rietveld | 2005-07-11 | 1 | -0/+8 |
* | Make gdk_window_present() move the window to the current desktop, instead | Matthias Clasen | 2005-07-11 | 1 | -0/+14 |
* | When dragging text, use a drag icon showing the (ellipsized) text that is | Matthias Clasen | 2005-07-11 | 1 | -0/+19 |
* | Make double-clicking between words select whitespace. (#309860, Mike | Matthias Clasen | 2005-07-11 | 1 | -0/+4 |
* | Documentation improvements. (#309946, Torsten Schoenfeld) | Matthias Clasen | 2005-07-11 | 1 | -0/+5 |
* | remove unneeded check for negative window_y. | Kristian Rietveld | 2005-07-10 | 1 | -0/+5 |
* | also move to the next match when ctrl+g is pressed. (#156657, Matt T. | Kristian Rietveld | 2005-07-10 | 1 | -0/+5 |
* | rework function to make page up/down behave the same as in GtkTextView. | Kristian Rietveld | 2005-07-10 | 1 | -0/+6 |
* | Fix #305737, patch from Tomislav Jonjic. This makes the | Kristian Rietveld | 2005-07-09 | 1 | -0/+12 |
* | when open_all is TRUE, traverse the newly built tree to emit row_expanded | Kristian Rietveld | 2005-07-09 | 1 | -0/+7 |
* | Drop build/* from AC_CONFIG_FILES. | Tor Lillqvist | 2005-07-09 | 1 | -1/+4 |
* | Look for windres on Win32. | Tor Lillqvist | 2005-07-09 | 1 | -0/+16 |
* | Bump version | Matthias Clasen | 2005-07-08 | 1 | -0/+2 |
* | Fixes #165034, reported by Jorn Baayen. | Kristian Rietveld | 2005-07-08 | 1 | -0/+16 |
* | 2.7.2GTK_2_7_2 | Matthias Clasen | 2005-07-08 | 1 | -0/+8 |
* | Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher) | Matthias Clasen | 2005-07-08 | 1 | -0/+5 |
* | Use g_get_host_name(). | Tor Lillqvist | 2005-07-08 | 1 | -0/+4 |
* | Add -DHPPEX -DSHMLINK to CFLAGS for HP-UX. (#162979, Paul Cornett) | Matthias Clasen | 2005-07-08 | 1 | -0/+3 |
* | Add some additional docs on precision here too. (#309238, Steve Chaplin) | Matthias Clasen | 2005-07-08 | 1 | -0/+4 |
* | Don't generate events on destroyed windows. | Matthias Clasen | 2005-07-07 | 1 | -0/+3 |
* | Implement Drag-and-Drop to the file list. (#145121, Sven Neumann) | Matthias Clasen | 2005-07-07 | 1 | -0/+9 |
* | Fix #157787, reported by Jonathan Blandford: | Matthias Clasen | 2005-07-07 | 1 | -0/+15 |
* | change_orientation() should return void, remove unused variable in | Manish Singh | 2005-07-07 | 1 | -0/+5 |
* | Don't create the GdkPixbuf until we know that we have something to put in | Tor Lillqvist | 2005-07-06 | 1 | -0/+6 |
* | Add some additional docs on precision. (#309238, Steve Chaplin) | Matthias Clasen | 2005-07-06 | 1 | -0/+3 |
* | Fix includes | Matthias Clasen | 2005-07-06 | 1 | -0/+4 |