summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add some missing symbols.Matthias Clasen2007-05-237-16/+37
* missing #include <ctype.h>.Yevgen Muntyan2007-05-238-17/+14
* translate coordinates from the window they were received on to the eventKristian Rietveld2007-05-232-2/+28
* Don't create new pango fontmaps. Use the default pangocairo fontmap andBehdad Esfahbod2007-05-231-11/+14
* revert last change.Michael Natterer2007-05-211-1/+1
* removed redundant check.Tim Janik2007-05-211-1/+1
* Make it work better with multiple monitors.Tor Lillqvist2007-05-211-3/+3
* Add the GtkVolumeButton widget, a button that pops up a scale when clickedBastien Nocera2007-05-195-7/+247
* reviewed by: Matthias Clasen <mclasen@redhat.com>Bastien Nocera2007-05-195-0/+1355
* Deprecate gtk_notebook_[gs]et_group_id in favour of new functionsMatthias Clasen2007-05-193-17/+95
* Warn and refuse to add actions with duplicate names. (#150877, TommiMatthias Clasen2007-05-191-0/+30
* Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling inMatthias Clasen2007-05-193-2/+104
* Fix the buildMatthias Clasen2007-05-191-1/+1
* Add a toggle-cursor-visibility keybinding signal, and bind F7 to it.Matthias Clasen2007-05-181-3/+22
* Add a function to look up an icon from a list of icon names. (#396901,Matthias Clasen2007-05-183-53/+145
* Reset the state on dispose.Emmanuele Bassi2007-05-181-1/+3
* Mark string for translation. (#439437)Emmanuele Bassi2007-05-181-15/+7
* Fix a typoMatthias Clasen2007-05-181-3/+2
* remove c++ style comment.Carlos Garnacho2007-05-181-1/+0
* Make combobox menu popdown keybindable (#433593)Carlos Garnacho2007-05-181-24/+50
* Allow widgets up in the hierarchy to run their DnD handlers if the targetCarlos Garnacho2007-05-181-14/+16
* Refactor GtkFileChooserDialog sizing.Carlos Garnacho2007-05-185-212/+124
* Do not unset the brand new current page if there was none set previously.Carlos Garnacho2007-05-181-18/+7
* Add ATK names to the Up, Down, and Root buttons. Keep the focus fromMatthias Clasen2007-05-161-1/+76
* Unset priv->platform_data and priv->free_platform_data to preventTorsten Schoenfeld2007-05-151-0/+3
* remove dangling semicolon, fixes the segfault ebassi was seeing earlierKristian Rietveld2007-05-141-1/+1
* Functions: gtk_about_dialog_get/set_name() were deprecated in favour ofTristan Van Berkom2007-05-142-4/+48
* Add check for GNU extensions to ftw()/nftw().Emmanuele Bassi2007-05-141-8/+23
* Convert the GtkTreeIter inside the sorting functions for the search andEmmanuele Bassi2007-05-141-20/+47
* Document scrollbars-within-bevel as 2.12 addition. (#438131, MartMatthias Clasen2007-05-141-0/+7
* Fix size requisition for wide vertical separators. (#438113, BenjaminMatthias Clasen2007-05-141-2/+2
* Include <ftw.h> and use nftw() and all the symbols defined in <ftw.h>Emmanuele Bassi2007-05-131-6/+14
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-2/+231
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-112-104/+267
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-112-43/+303
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-51/+117
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-20/+49
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-112-41/+795
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-58/+122
* Add key binding for the Search shortcut; default to MOD1+S.Emmanuele Bassi2007-05-111-101/+244
* call gdk_event_request_motions(event) so selecting works with XInputMichael Natterer2007-05-111-0/+2
* Fall back to GtkSearchEngineSimple only if gthread has already beenEmmanuele Bassi2007-05-111-2/+4
* Unparent the old image before overwriting priv->image. (#437281, JochenMatthias Clasen2007-05-101-1/+4
* Correct a confusing warning. (#437284, Björn Lindqvist)Matthias Clasen2007-05-101-1/+1
* Assume Posix nftw behaviourMatthias Clasen2007-05-101-5/+3
* Refactored arrow border size, visible area, and sensitive area calculationsCody Russell2007-05-091-133/+184
* Disable key bindings during rubber banding, make pressing Esc stop rubberKristian Rietveld2007-05-092-0/+48
* Return GTK_STOCK_DIRECTORY for entries with MIME typeEmmanuele Bassi2007-05-091-2/+7
* Make GTK_JUSTIFY_FILL work, using pango_layout_set_justify() that worksBehdad Esfahbod2007-05-042-12/+13
* Remove spurious g_free() call.Emmanuele Bassi2007-05-031-2/+0