| Commit message (Expand) | Author | Age | Files | Lines |
* | //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 |
* | Use gssize for length, not gsize. | Matthias Clasen | 2003-08-26 | 1 | -3/+21 |
* | Since we add one to the layout's reported width to account for the cursor, | Owen Taylor | 2003-08-26 | 1 | -0/+12 |
* | Rename GtkMenuMerge to GtkUIManager. | Matthias Clasen | 2003-08-25 | 1 | -0/+16 |
* | Don't include page->menu_label - causes various problems, including | Owen Taylor | 2003-08-25 | 1 | -0/+6 |
* | Merge from stable. | Kristian Rietveld | 2003-08-25 | 1 | -0/+25 |
* | Send the focus on to the parent when there was no focus widget before and | Owen Taylor | 2003-08-25 | 1 | -0/+29 |
* | Fix up CapsLock and NumLock handling for non-XKB. Add a special case hack | Owen Taylor | 2003-08-25 | 1 | -0/+7 |
* | Remove C99isms. (Morten Welinder) | Matthias Clasen | 2003-08-25 | 1 | -0/+3 |
* | Hooks for translation of label and tooltip in GtkActionGroupEntries. | Matthias Clasen | 2003-08-24 | 1 | -1/+7 |