| Commit message (Expand) | Author | Age | Files | Lines |
* | The table menu patch! Turns GtkMenu into a table, so you can attach menu | Kristian Rietveld | 2003-09-10 | 1 | -0/+26 |
* | Only remove PropertyNotify events from the stream if they have been | Matthias Clasen | 2003-09-10 | 1 | -0/+7 |
* | Big TreeView DnD fixage, makes drops on empty models work, makes TreeStore | Kristian Rietveld | 2003-09-09 | 1 | -0/+34 |
* | Implement gtk_event_box_get/set_input_only() | Alexander Larsson | 2003-09-08 | 1 | -0/+8 |
* | Fixes from David Hampton <hampton@employees.org> via gtk-devel-list. | Kristian Rietveld | 2003-09-08 | 1 | -0/+12 |
* | Fix a C99ism. (#121640, Josh Beam) | Matthias Clasen | 2003-09-06 | 1 | -0/+19 |
* | Added Uzbek files | Pablo Saratxaga | 2003-09-06 | 1 | -0/+5 |
* | Make disconnect work for toolitems. | Matthias Clasen | 2003-09-06 | 1 | -0/+5 |
* | Disconnect from prev_action, not from action. (Fix by David Hampton) | Matthias Clasen | 2003-09-06 | 1 | -1/+6 |
* | //bugs.xfree86.org/show_bug.cgi?id=534) | Owen Taylor | 2003-09-05 | 1 | -0/+9 |
* | Test buttons and toggle buttons as proxies. | Matthias Clasen | 2003-09-04 | 1 | -0/+9 |
* | Test gtk_ui_manager_add_ui(). | Matthias Clasen | 2003-09-04 | 1 | -0/+10 |
* | Merge from stable. | Kristian Rietveld | 2003-09-04 | 1 | -0/+6 |
* | Use "position" instead of "pos". | Matthias Clasen | 2003-09-04 | 1 | -1/+9 |
* | Doc tweaks. | Matthias Clasen | 2003-09-04 | 1 | -0/+1 |
* | Un-prefix GtkUIManagerNodeType and GtkUIManagerNode to shorten the names | Matthias Clasen | 2003-09-04 | 1 | -1/+5 |
* | Various doc tweaks. | Matthias Clasen | 2003-09-04 | 1 | -0/+7 |
* | Merge from stable. | Kristian Rietveld | 2003-09-03 | 1 | -0/+9 |
* | Merge from stable. | Kristian Rietveld | 2003-09-03 | 1 | -0/+7 |
* | big patch from Kjartan Maraas to fix numerous typos. | Kristian Rietveld | 2003-09-03 | 1 | -0/+10 |
* | Correct compile line for threads example. | BST 2003 Tony Gale | 2003-09-03 | 1 | -0/+4 |
* | Don't call CloseHandle() on the HMODULE returned from GetModuleHandle(). | Tor Lillqvist | 2003-09-02 | 1 | -0/+11 |
* | Merge from stable. | Kristian Rietveld | 2003-09-02 | 1 | -0/+8 |
* | Doc addition. | Matthias Clasen | 2003-09-01 | 1 | -0/+2 |
* | Shorten the names of some static functions. | Matthias Clasen | 2003-09-01 | 1 | -0/+16 |
* | Fix bug where the background pixmap was being offset twice, once by the | Soeren Sandmann | 2003-09-01 | 1 | -0/+6 |
* | Make this public again, since it's occasionally useful. (#121128, Marco | Matthias Clasen | 2003-08-31 | 1 | -0/+9 |
* | connect to "delete_event" so the application will actually quit when you | Soeren Sandmann | 2003-08-31 | 1 | -0/+5 |
* | g_return_if_fail() if path is NULL. (gtk_ui_manager_get_node): Avoid a | Matthias Clasen | 2003-08-31 | 1 | -0/+9 |
* | Fix some typos in docs. | Matthias Clasen | 2003-08-31 | 1 | -0/+2 |
* | Add gtktoggleactionprivate.h | Matthias Clasen | 2003-08-31 | 1 | -1/+7 |
* | Additions. | Matthias Clasen | 2003-08-31 | 1 | -2/+3 |
* | Add some docs. | Matthias Clasen | 2003-08-30 | 1 | -0/+7 |
* | Connect to "destroy" on toolbar, rather than to "remove" on handlebox. | Matthias Clasen | 2003-08-30 | 1 | -13/+24 |
* | Put toolbars in handleboxes. | Matthias Clasen | 2003-08-29 | 1 | -1/+2 |
* | Put toolbars in handleboxes. | Matthias Clasen | 2003-08-29 | 1 | -0/+2 |
* | Add a boolean property, "add_tearoffs" with setter and getter. If it is | Matthias Clasen | 2003-08-29 | 1 | -4/+13 |
* | Actually group the actions together rather than putting each in its own | Matthias Clasen | 2003-08-29 | 1 | -0/+3 |
* | Set "draw_as_radio" on proxy menu items for radio actions. | Matthias Clasen | 2003-08-29 | 1 | -0/+3 |
* | Use g_strtod instead of strtod. | Matthias Clasen | 2003-08-29 | 1 | -0/+4 |
* | Fix use of uninitialized variable. | Soeren Sandmann | 2003-08-29 | 1 | -0/+9 |
* | Also support "draw_as_radio". | Matthias Clasen | 2003-08-29 | 1 | -0/+2 |
* | Install "draw_as_radio" as a separate property, not as an alias of | Matthias Clasen | 2003-08-29 | 1 | -0/+5 |
* | Only treat buttons as homogeneous when they are narrower than 13 time the | Soeren Sandmann | 2003-08-29 | 1 | -0/+26 |
* | Added "sq" to ALL_LINGUAS | Laurent Dhima | 2003-08-29 | 1 | -2/+6 |
* | Improve PointerHint docs. Explain is_hint field in GdkEventMotion. | Matthias Clasen | 2003-08-27 | 1 | -0/+3 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -0/+35 |
* | Focus the text view, so the tool bar won't have focus. | Anders Carlsson | 2003-08-27 | 1 | -0/+5 |
* | Fix variable declaration not at start of block. (#120371, Damien Carbery) | Owen Taylor | 2003-08-26 | 1 | -0/+5 |
* | My firstname is Frederic, not Federico :) | Frédéric Crozat | 2003-08-26 | 1 | -1/+1 |