| Commit message (Expand) | Author | Age | Files | Lines |
* | Trim whitespace in "visible-window" blurb. (#123910, Christian Rose) | Matthias Clasen | 2003-10-05 | 1 | -4/+4 |
* | focus arrow before pack_end items (#123851, Matthias Clasen) | Soeren Sandmann | 2003-10-04 | 1 | -2/+2 |
* | only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL. | Kristian Rietveld | 2003-10-03 | 2 | -20/+113 |
* | Added API doc comments. | Kristian Rietveld | 2003-10-02 | 2 | -0/+139 |
* | Doc tweaks- | Matthias Clasen | 2003-10-01 | 1 | -0/+4 |
* | Simplify with a macro. This bloats the compiled code, but at least it | Federico Mena Quintero | 2003-10-01 | 1 | -74/+26 |
* | implement the GtkCellLayout interface, drop packing/attribute/cell data | Kristian Rietveld | 2003-10-01 | 5 | -274/+466 |
* | Use enum values instead of plain numbers for the file lists's sort | Federico Mena Quintero | 2003-10-01 | 1 | -24/+107 |
* | Introduce a separate "hide_if_empty" property for empty menu handling. | Matthias Clasen | 2003-10-01 | 1 | -9/+24 |
* | Added fields for the shortcuts tree and its model. (create_file_list): | Federico Mena Quintero | 2003-10-01 | 2 | -19/+309 |
* | Fix signal doc comments to pacify gtk-doc. | Matthias Clasen | 2003-10-01 | 1 | -3/+8 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 16 | -35/+41 |
* | Add API doc comments. | Kristian Rietveld | 2003-09-30 | 2 | -3/+154 |
* | Add "Since: 2.4" to all API doc comments. | Kristian Rietveld | 2003-09-30 | 1 | -0/+22 |
* | Some API doc comment fixes. | Kristian Rietveld | 2003-09-30 | 2 | -8/+92 |
* | Test handling of empty menus. | Matthias Clasen | 2003-09-30 | 2 | -10/+138 |
* | set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back to | Kristian Rietveld | 2003-09-30 | 1 | -0/+2 |
* | actually show the child. | Kristian Rietveld | 2003-09-30 | 2 | -0/+2 |
* | The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because | Murray Cumming | 2003-09-30 | 4 | -4/+4 |
* | rename property tab_moves_focus to accepts_tab. (#122709 again). | Soeren Sandmann | 2003-09-27 | 2 | -33/+35 |
* | Document the fact that the newly created object does not come with a | Matthias Clasen | 2003-09-27 | 1 | -0/+2 |
* | Deprecate GtkItemFactory in favor of GtkUIManager. Just leave | Matthias Clasen | 2003-09-26 | 1 | -8/+7 |
* | Demonstrate the use of the connect-proxy signal. | Matthias Clasen | 2003-09-26 | 2 | -6/+55 |
* | Landing the new ComboBox. Note that only gtkcombobox.h and | Kristian Rietveld | 2003-09-26 | 10 | -0/+3768 |
* | Sync tooltips on toolitems. | Matthias Clasen | 2003-09-23 | 2 | -15/+51 |
* | Initially activate the JUSTIFY_RIGHT group member to test the fix for | Matthias Clasen | 2003-09-22 | 1 | -4/+5 |
* | Changes to make cross-process merging feasible: | Matthias Clasen | 2003-09-21 | 9 | -34/+254 |
* | Add new "tab moves focus" property (#122709) | Soeren Sandmann | 2003-09-21 | 2 | -7/+73 |
* | Don't use zip -r on the etc directory, to avoid including editor backup | Tor Lillqvist | 2003-09-20 | 4 | -44/+79 |
* | implement RTL flipping (#96632) | Soeren Sandmann | 2003-09-19 | 2 | -18/+69 |
* | Improve documentation. (#117306, Steve Chaplin) | Soeren Sandmann | 2003-09-19 | 1 | -0/+3 |
* | Call g_closure_unref() to unref a closure, not g_object_unref(). (#122637, | Matthias Clasen | 2003-09-18 | 1 | -2/+1 |
* | Install accelerators on actions, not on proxies, support accelerator-only | Matthias Clasen | 2003-09-17 | 4 | -56/+218 |
* | Robustness improvements. | Matthias Clasen | 2003-09-17 | 1 | -7/+11 |
* | Report unexpected character data as error from the GMarkup parser, | Matthias Clasen | 2003-09-17 | 1 | -7/+37 |
* | revert accidentally committed !redraw_on_allocate change. | Soeren Sandmann | 2003-09-17 | 1 | -38/+0 |
* | Apply egtk-format-protos. Doc tweaks. | Matthias Clasen | 2003-09-15 | 2 | -25/+27 |
* | New function which implements "smart" separators by iterating once over | Matthias Clasen | 2003-09-15 | 1 | -35/+148 |
* | Add value parameter to allow setting the currently selected group member | Matthias Clasen | 2003-09-15 | 2 | -72/+206 |
* | avoid crash when selecting a new filter and clicking a different directory | Bastien Nocera | 2003-09-15 | 1 | -1/+2 |
* | Name the arrow "gtk-toolbar-arrow" so themes can special-case it. | Soeren Sandmann | 2003-09-14 | 1 | -0/+39 |
* | sort the list of files. | Soeren Sandmann | 2003-09-14 | 1 | -17/+17 |
* | Unref the PangoFontMetrics. Patch from Steve Chaplin (#122257). | Soeren Sandmann | 2003-09-14 | 1 | -0/+2 |
* | Merge from stable. | Jonathan Blandford | 2003-09-12 | 1 | -1/+4 |
* | Add table menu tests. | Matthias Clasen | 2003-09-11 | 2 | -31/+98 |
* | Added an API point about needing a way to fetch the hpaned position so we | Federico Mena Quintero | 2003-09-11 | 2 | -16/+26 |
* | Connect to "row_activated" on the file list. (list_row_activated): New | Federico Mena Quintero | 2003-09-11 | 4 | -5/+65 |
* | The table menu patch! Turns GtkMenu into a table, so you can attach menu | Kristian Rietveld | 2003-09-10 | 2 | -101/+553 |
* | Only remove PropertyNotify events from the stream if they have been | Matthias Clasen | 2003-09-10 | 1 | -2/+3 |
* | Use the cell renderer's "text" and "weight" properties rather than | Federico Mena Quintero | 2003-09-10 | 1 | -18/+4 |