summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Enable "/" and "~" as bindings to activate the location entry again. FixesFederico Mena Quintero2006-08-171-14/+29
* revert a change that causes a11y regressions in OOoMatthias Clasen2006-08-171-1/+1
* Fix the ClientMessages we are sending to the notification area to be moreMatthias Clasen2006-08-171-3/+3
* Queue printing idles at a low priority. (#348289, Yevgen Muntyan)Matthias Clasen2006-08-171-2/+2
* Add some caveats to the documentation. (#348971)Matthias Clasen2006-08-171-1/+5
* Link with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.Tor Lillqvist2006-08-171-1/+1
* Remove leftover debuggingMatthias Clasen2006-08-171-1/+0
* Re-select the current printer to update per-printer ui. (#348245, DonMatthias Clasen2006-08-171-1/+17
* Handle the case where the filechooser button is destroyed quickly.Matthias Clasen2006-08-171-0/+8
* make sure the has-selection property is updated when the delection isPaolo Borelli2006-08-171-7/+11
* Add some docs to the row-deleted signal. (#349128, Benedikt Meurer)Matthias Clasen2006-08-161-0/+7
* Update background upon style-set and state-changed. (#348634, ThomasMatthias Clasen2006-08-161-1/+41
* Popup completion if paste is at the end (patch was already in 2.8.x).Matthias Clasen2006-08-161-3/+12
* take the cell spacing into account when calculating the available extraKristian Rietveld2006-08-161-1/+6
* Explain some quirks of this function. (#351112,Matthias Clasen2006-08-161-2/+7
* update the refs from children to parents for all nodes, since they may allKristian Rietveld2006-08-161-4/+1
* Add since tagsMatthias Clasen2006-08-162-1/+5
* Some more printing docsMatthias Clasen2006-08-152-4/+22
* Set CAN_DEFAULT on all buttons. (#168737, fix proposed by Benjamin Berg)Matthias Clasen2006-08-151-0/+2
* Export privately. Adjust all callers.Matthias Clasen2006-08-154-22/+19
* Actually use a higher priority than resizeMatthias Clasen2006-08-151-1/+1
* Don't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose):Matthias Clasen2006-08-151-22/+39
* Run the reset_styles idle at a priority higher than size negotiation.Matthias Clasen2006-08-151-1/+3
* Do better fallbacks if the icon theme does not have icons. (#345666,Matthias Clasen2006-08-151-9/+22
* Don't leak no_gr_exp_gc. (#350050, Chris Wilson)Matthias Clasen2006-08-151-3/+9
* Call evince with the --preview option. (#350139, Carlos Garcia Campos)Matthias Clasen2006-08-151-1/+1
* Fix a typo in the docs. (#349501, Carlos GUSLiBu)Matthias Clasen2006-08-151-1/+1
* Remove a leftover debug statement. (#350072, Iago Rubio)Matthias Clasen2006-08-151-4/+0
* Fix warning text. (#349277)Matthias Clasen2006-08-151-1/+1
* Remove. (gtk_notebook_motion_notify): Instead, update the arrow stateMatthias Clasen2006-08-151-38/+13
* Add a check on the filter argument, instead of blindly passing it toEmmanuele Bassi2006-08-142-12/+30
* Null the cell_view pointer if the internal cell view is removed. (#348828,Matthias Clasen2006-08-141-0/+3
* Don't leak in the non-editable case. (#350258, Colin Leroy)Matthias Clasen2006-08-141-1/+2
* Remove the idle source in ::finalize...Emmanuele Bassi2006-08-101-7/+8
* Implement get/set_track_motion.Richard Hult2006-08-081-8/+29
* need to disconnect from signals connected in gtk_drag_dest_set() here.Michael Natterer2006-08-071-11/+15
* Show non existing resources by default. (recent_meta_data_func): Do notEmmanuele Bassi2006-08-062-28/+27
* Only get the indicator-size and indicator-spacing style properties forMatthias Clasen2006-08-061-1/+4
* Be more careful when creating gcs, also emit change notification.Matthias Clasen2006-08-061-92/+126
* Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer, so that theMatthias Clasen2006-08-061-6/+8
* Add a missing initialization. (#348787, Leonardo Boshell)Matthias Clasen2006-08-061-0/+1
* (gtk_notebook_drag_motion): Don't accept drops onMatthias Clasen2006-08-061-0/+1
* Don't allow dragging a notebook tab to one of its children. (#348626,Matthias Clasen2006-08-061-1/+3
* Export gtk_entry_reset_im_context privately.Matthias Clasen2006-08-063-24/+25
* Create new PangoContexts and set them on the layout, to catch changes inMatthias Clasen2006-08-061-1/+13
* Add a missing initialization. (#349863, Benjamin Berg)Matthias Clasen2006-08-061-1/+1
* Protect against tree_view being NULL. (#348652, Patrick K. O'Brian, ChrisMatthias Clasen2006-08-061-1/+2
* Lazily populate the menu when creating it and after the manager emits theEmmanuele Bassi2006-08-031-104/+147
* reset scanner config to default values while checking if anMichael Natterer2006-08-031-16/+47
* removed the "widget &&" part from "widget && GTK_IS_FOO (widget)" checks.Michael Natterer2006-08-031-4/+4