[gtk+/quartz-integration] (264 commits) ...Merge branch 'master' into quartz-integration



Summary of changes:

  3fff4bd... GtkRadioButton: Use "radio" style class instead of "check" (*)
  856cc65... Set "accepts-pdf" property to true only if supported by the (*)
  ebcd0ba... Set file GtkPrinter accepts_pdf/ps based on selected format (*)
  a493fad... Remove gtk_printer_new from gtkprintbackend.h (*)
  7537907... cups printbackend: create a pdf surface when appropriate (*)
  d1ecd28... cups: Someone can neither type, read compiler output and ru (*)
  36a1572... API: gdk: Remove gdk_set_pointer_hooks() (*)
  ff1ad99... API: gdk: Remove gdk_display_set_pointer_hooks() (*)
  d72d19d... API: gdk: Remove gdk_display_set_device_hooks() (*)
  c07f9c0... Some configure.ac cleanups (*)
  8d2104f... gdk: Move window_get_device_position function out of the de (*)
  2267602... gdk: Simplify code (*)
  6e18276... gdk: Move get_device_state out of the display hooks (*)
  6c39cad... gdk: Get rid of GdkDisplayDeviceHooks (*)
  ae7e5fc... gdk: Simplify code (*)
  cacee7e... configure.ac: Support multiple GDK backends in one build (*)
  9c002cf... Silence automake warnings (*)
  317f8ba... configure.ac: Consolidate gdk backend specific checks and c (*)
  d211c8a... gdk/x11: don't select RANDR events if the extension is miss (*)
  c7f39eb... add gtk_selection_data_get_data_with_length API which can b (*)
  b555be0... Make styleexamples work (*)
  b673e5b... Scale down print dialog size (*)
  6a11c59... Release GtkApplication earlier (*)
  55016f7... gtktexttag: Move public members to private header (*)
  86a7ae6... GtkColorButton: trivial doc and formatting fixes (*)
  411cda4... Keep an explicit dep on cairo in the gdk pc file (*)
  83058bf... Use AM_V_GEN in a few more places (*)
  d0a3846... gtkenums: add GTK_STATE_FLAG_NORMAL = 0 (*)
  badbef3... GtkWindow: remove unneeded call (*)
  804e8a0... Update GtkToolPalette to GtkStyleContext. (*)
  00a80c9... Update GtkAboutDialog to GtkStyleContext (*)
  7981869... Update GtkAssistant to GtkStyleContext (*)
  dd8887c... Compress all ::style-updated prior to ::realize (*)
  24db028... Update GtkTrayIcon to GtkStyleContext (*)
  a090de1... Make GtkToolButton use ::style-updated (*)
  f4cc2c6... GtkToolbar: remove deprecated call (*)
  cb21085... GtkSwitch: remove deprecated call. (*)
  ddd12f3... Make GtkSocket use GtkStyleContext (*)
  7327304... GtkSeparatorToolItem: remove unneeded call (*)
  81eb953... Make GtkRecentChooser use GtkStyleContext (*)
  665a94e... Make GtkPlug use GtkStyleContext (*)
  41389cb... Make GtkWin32EmbedWidget use GtkStyleContext (*)
  554e649... Make GtkTooltip use GtkStyleContext (*)
  99791d1... Make GtkCellView use GtkStateFlags (*)
  be0ebc9... Make GtkDialog use ::style-updated (*)
  c296d11... GtkToolItem: Remove unneeded call (*)
  6c21f3d... Remove unneeded/deprecated call from size requisition code (*)
  552c4c7... GtkExpander: remove unneeded call (*)
  c180edd... Make GtkDrawingArea use GtkStyleContext (*)
  55145e0... GtkEntry: Remove unneeded calls (*)
  e4c5098... GtkEntry: get font description from GtkStyleContext (*)
  e02cbf4... Make GtkEntryCompletion use GtkStyleContext (*)
  96d8f85... Make DnD code use GtkStyleContext for the highlight rectang (*)
  8e18c2c... Make GtkFileChooserButton use ::style-updated (*)
  14a5c0b... Make GtkFileChooser use GtkStyleContext (*)
  b062a58... Make GtkFixed use GtkStyleContext (*)
  7b3de2d... Make GtkHandleBox size request code use GtkStyleContext for (*)
  80e1153... GtkInvisible: Avoid chaining up in ::style-updated (*)
  166b709... Make GtkLinkButton use ::style-updated (*)
  9056045... Make GtkMessageDialog use GtkStyleContext (*)
  6169111... GtkMisc: Remove unneeded calls (*)
  7e2dea1... GtkNotebook: remove unneeded call (*)
  f9a5c14... Make GtkOffscreenWindow use GtkStyleContext (*)
  c3b5b35... GtkPaned: Remove unneeded call (*)
  7266d0f... Make GtkPathBar use ::style-updated (*)
  a975d62... Rename gtk-update-icon-cache and gtk-builder-convert back (*)
  72b69ae... Don't use page_size in GtkSpinButton (*)
  c874bba... GtkNotebook: fix reference to no-longer-exiting function in (*)
  98b140e... Don't use GtkNotebook:tab-pack in testnotebookdnd (*)
  08a99e9... Remove the deprecated GtkNotebook:tab-pack child property (*)
  03b37a2... Remove pack arguments from some internal functions (*)
  88501d5... Remove pack consideration from tab reordering (*)
  f838ecf... Remove pack consideration from tab dnd (*)
  a7bb193... Drop internal function to find page position (*)
  f9d6bc6... Drop pack consideration from gtk_notebook_search_page (*)
  4ea886a... Don't consider pack when allocating tabs (*)
  723fede... Remove pack consideration from tab drawing (*)
  32bfc98... Remove pack property altogether (*)
  8caf720... Merge branch 'master' into quartz-integration
  7352a16... Formatting fixes and whitespace cleanups (*)
  58cdd6d... Removed GtkMenuItem->show_submenu_indicator flag (*)
  b70589b... Reimplemented GtkCellView using an internal GtkCellArea. (*)
  9882008... Added gtk_cell_view_new_with_context(). (*)
  5e8e442... Fixing GtkCellView PROP_CELL_AREA_CONTEXT property id (*)
  f15a589... Added gtk_menu_item_set/get_reserve_indicator. (*)
  26c3f1a... Adding GtkTreeMenu class. (*)
  c690402... Fixed GtkMenuItem to reserve the actual arrow size and spac (*)
  963db86... Fixed GtkTreeMenu to not infinitely recurse when building s (*)
  aef55bb... Added submenus to tests/testtreemenu (*)
  1cacae9... Fixed trailing ';' on if statement in gtkmenuitem.c (*)
  53bdca9... Adding more "small" submenus to testtreemenu (*)
  6d8dfd5... Fixed GtkCellView to not clear the layout when disposing (*)
  9ffaae5... Added GtkTreeMenuHeaderFunc to decide if a submenu gets a l (*)
  88ec6a6... GtkCellView now watches the "row-changed" signal. (*)
  438b0f7... Connected to GtkTreeModel signals in GtkTreeMenu (*)
  b6b810b... Reduced code in GtkCellView by just implementing the GtkCel (*)
  3a56f88... Reduced code size in GtkTreeMenu by only implementing GtkCe (*)
  de59f05... Added gtk_tree_menu_set/get_tearoff to allow the root menu  (*)
  e628345... Fixed GtkCellView to call cell_view_set_model() and disconn (*)
  84a726c... Support grid mode in GtkTreeMenu (*)
  d48690c... Make GtkTreeMenu update menu item sensitivity when "apply-a (*)
  e1ecd34... Added "fit-model" and "draw-sensitive" properties to GtkCel (*)
  83c69f4... Implementing GtkComboBox using GtkTreeMenu ! (*)
  39cf157... Fixed GtkCellView to always allocate when in fit-model mode (*)
  4a5be7c... Getting closer to updating the treemenu view properly from  (*)
  caf1d57... Fixed inserting and deleting rows for submenus of GtkTreeMe (*)
  238bf5c... Oops one of my last commits disabled some tests, re-enablin (*)
  6ab29f5... Removing apis from GtkCellView (*)
  2e2eb78... Make GtkCellView orientable and only allocate the cell area (*)
  f101bf4... Added gtk_tree_menu_get_area(). (*)
  26a6965... Aligned prototypes in gtkcellview.h (*)
  bd1b4dd... Updated GtkCellView for new gtk_cell_area_context_allocate( (*)
  b32ee4f... Added orientation control to the treemenu test. (*)
  1193c30... Revert "Added gtk_tree_menu_get_area()." (*)
  ab3b75a... Adding a combo box to testtreemenu to show the GtkTreeMenu  (*)
  15ac4be... Fixed combo-refactor branch for recent switch to gtk_cell_a (*)
  b570954... Added aligned food menu test to testcombo.c (*)
  c8b63bf... Removed calls to gtk_cell_area_context_sum_*() since they w (*)
  f358dfb... Added new symbols for GtkTreeMenu and added GtkCellView api (*)
  7a673b2... Added all documentation for new GtkTreeMenu (*)
  e8503f6... Added GtkTreeMenu to gtk+ documentation and updated section (*)
  1f1e947... Added remaining missing gtk-doc statements for GtkCellView. (*)
  613545f... Fixed a broken gtk-doc statement in gtktreemenu.c (*)
  85609d1... Added clarification to the GtkCellView:cell-area-context do (*)
  0c9c031... Fixing GtkCellView to not strcmp() in buildable_custom_tag_ (*)
  f3de78a... Fixing GtkComboBox breakage after merge, completing hand-me (*)
  ee02ac5... Re-refactored GtkComboBox to not reorder the file. (*)
  0198131... Removed GtkComboBoxPrivate->minimum/natural_width members. (*)
  467fb0d... Fixed gtk_tree_menu_path_in_menu function which has been ma (*)
  b3ff60d... Fixed GtkComboBox to let the cell-layout implementation han (*)
  57857f1... Added new constructors gtk_combo_box_new_with_area and gtk_ (*)
  6ae724c... Added LISTMODE env var check to testcombo.c so that one can (*)
  7b2d6e5... Make GtkTreeMenu a private class: (*)
  80e427c... Fixed gtktreemenu for new gtkcellareabox api. (*)
  d681aa7... Fixed GtkComboBox to properly set tearoff state on delegate (*)
  4ff8939... Fixed conflicts after rebasing master into combo-refactor b (*)
  185744d... Mentioned that GtkTreeMenu is based on some GtkComboBox cod (*)
  f5f822b... Moved GtkMenuItem private functions to the private header. (*)
  68aa336... Removed TABs and trailing whitespace from GtkComboBox and G (*)
  06f6f7b... Move GtkEventBox docs inline (*)
  52e1722... GtkComboBox(Text): Add documentation about the entry (*)
  f130db4... gail: add/remove horizontal/vertical state based on orienta (*)
  0a069e1... Document DESKTOP_STARTUP_ID use (*)
  ee89c60... Some documentation improvements for gtk_init/gtk_parse_args (*)
  bf2a611... Mention gvfs in the gtk_show_uri() docs (*)
  336d355... Some documentation additions (*)
  e515bd4... Some more calendar doc additions (*)
  8bdb44f... Remove an outdated doc statement. (*)
  16877b4... Reduce includes of gtktypeutils.h to a minimum (*)
  b5c6904... Drop explicit includes of gdkkeysyms.h (*)
  7245ca8... gtkmenu: Use private pointer instead G_TYPE_INSTANCE_GET_PR (*)
  c009149... Move GtkDialog docs inline (*)
  deab5ff... Remove gtk_tree_menu_get_type from gtk3.types (*)
  72161a0... gtkmenuitem: Use private pointer instead G_TYPE_INSTANCE_GE (*)
  c770fdd... Move GtkDrawingArea docs inline (*)
  3e34818... Move GtkExpander docs inline (*)
  7e7d8c4... Remove deprecated gtk_quit_* API (*)
  1283368... Remove GtkArg, GtkCallbackMarshal and GtkFunction (*)
  98440ad... Remove gtktypeutils altogether (*)
  b123bc4... Move docs for gtkmain inline (*)
  e9cc9d5... Small doc cleanups for GtkCellLayout (*)
  82c9013... Add gtkcellrenderer.sgml to .gitignore (*)
  2690b8b... Move GtkEntryCompletion docs inline (*)
  cfc70ca... Fix introspection build when builddir != srcdir (*)
  a108b2b... Fix build when builddir != srcdir (*)
  c97652a... Decouple GdkWindowCache life-cycle from GdkX11DragContext (*)
  369b64b... Brush up configure output (*)
  c1773bf... Bump version to 2.99 (*)
  9ec7f51... Update NEWS for 2.99 (*)
  c4f0bbb... fix documentation  build (*)
  5c15024... Fix gdk/abicheck.sh temporarily (*)
  e608cc4... Update gtk symbol list (*)
  5253668... Merge branch 'master' into quartz-integration
  c43a31e... API: range: Remove update policy (*)
  beec484... toolpalette: Update adjustment usage for sealing (*)
  fdedc8e... colorsel: Update adjustment usage for sealing (*)
  c6697af... layout: Update adjustment usage for sealing (*)
  79cc672... toolitemgroup: Update adjustment usage for sealing (*)
  bb64831... tests: Update adjustment usage for sealing (*)
  e93eb20... treeview: Update adjustment usage for sealing (*)
  6ff585e... treeview: Update adjustment usage for sealing (*)
  f65fa81... treeview: Update adjustment usage for sealing (*)
  58fa980... textview: Update adjustment usage for sealing (*)
  7d94127... testutils: Update adjustment usage for sealing (*)
  2c9fad9... Update POTFILES (*)
  57de2c8... Try again to fix the doc build (*)
  1a8290f... Update POTFILES some more (*)
  9f13312... Fix file lists in the win32 backend (*)
  680b64d... Fix some parameter name mismatches in the docs (*)
  f377621... Fix libgail-util doc build (*)
  ebe9d07... Fix GtkCellArea:edit-widget to be of type GtkCellEditable (*)
  d7af47d... Fix doc about gtk_cell_layout_get_area() (*)
  3109441... Update gtk symbols list (*)
  67b8f22... Remove some dropped symbols from gtk3-sections.txt (*)
  3d12aca... [l10n] Updated Estonian translation (*)
  e41fb77... Add padding to text attribute structs (*)
  9a80100... Fixed get_size() for GtkCellRendererText to clip to the inp (*)
  7799fbf... Add GtkNumerableIcon (*)
  14a452a... More updates (*)
  76b50a7... spinbutton: Update adjustment usage for sealing (*)
  f5a3af9... scrolledwindow: Update adjustment usage for sealing (*)
  8ea3372... menu: Update adjustment usage for sealing (*)
  1af3a95... menu: Update adjustment usage for sealing (*)
  3f1a65d... iconview: Use set_[hv]adjustment_values() also when just ch (*)
  aa495f0... iconview: Use gtk_adjustment_configure() instead of g_objec (*)
  a317499... iconview: Update adjustment usage for sealing (*)
  2b4bb07... viewport: Rewrite adjustment modification code for sealing (*)
  7210e6e... viewport: Update adjustment usage for sealing (*)
  95e9f4c... range: Rewrite attachment setters to use sealed API (*)
  801ba1c... range: Update adjustment usage for sealing (*)
  a28be2c... gail: Update adjustment usage for sealing (*)
  c731e1c... demos: Update testpixbuf-scale demo for adjustment sealing (*)
  e4442c0... examples: Update dial adjustment usage for sealing (*)
  a41402c... combobox: Update adjustment usage for sealing (*)
  cd80f49... tests: Update adjustment usage for sealing (*)
  cc879a6... textview: Update adjustment usage for sealing (*)
  f79c6ba... scalebutton: Update adjustment usage for sealing (*)
  e62b39c... volumebutton: Update adjustment usage for sealing (*)
  d5f7b6c... gtk-demo: Undef GDK_DISABLE_DEPRECATED to make test compile (*)
  b533305... tests: Update prop-editor adjustment usage for sealing (*)
  3d3358b... testgtk: Rename "adj" variables to "adjustment" (*)
  e1cb1b8... testgtk: Update adjustment usage for sealing (*)
  96091a4... adjustment: Privateize sealed members (*)
  8136481... tests: Fix compile warnings for people who don't read gcc o (*)
  2e064b3... tests: Port testsocket example to not use deprecated APIs (*)
  53b67b9... Drop the G_SEAL definition from gdkconfig.h (*)
  f4cf52f... Translation: update Punjabi (*)
  2b3b393... Another NEWS update (*)
  072023e... Remove deprecated GtkSpinner style properties (*)
  8219ed3... Add gtk_tree_model_iter_previous() vfunc (*)
  6d483ed... Added GtkCellArea & GtkCellAreaContext to GtkIconView (*)
  951ea85... Initial messy commit of GtkIconView using GtkCellArea (noth (*)
  c77abe1... Committing working version of GtkIconView using GtkCellArea (*)
  e51592c... Experimenting with allocating the context a different heigh (*)
  2d5eadb... Alignments with variable row heights almost works perfectly (*)
  a160358... GtkIconView now uses a per-row GtkCellAreaContext to store  (*)
  01a35e4... Added gtk_icon_view_new_with_area() (*)
  d0f13ae... Fixed GtkIconView buildable custom tag end to let cell layo (*)
  6036c51... Removed gtk_icon_view_get_item_area() (*)
  60e5fcf... Made GtkIconView reset the context and invalidate all sizes (*)
  56580d1... Restored the old GtkIconView guess for wrap-width/width siz (*)
  b7c25c4... Fixed gtkiconview dispose cycle to not fire warnings. (*)
  bab0f5a... Fixed GtkIconView keynav (*)
  4d8c7c5... Ensure that GtkIconView items get redrawn when the focus ce (*)
  a601b43... Cosmetic changes (*)
  8b4b62f... Allow GtkWindow to be parented if gtk_widget_set_parent_win (*)
  6299f61... Added docs to gtk_widget_set_parent_window. (*)
  addcc64... Slightly less special casing in GtkWindow for gtk_widget_is (*)
  69b1bfb... Added tests/testtoplevelembed. (*)
  fdba9f2... Fixed issues with "hierarchy-changed" signal. (*)
  2dfa855... Moved location of unsetting parent window inside gtk_widget (*)
  387d745... Added buttons to notebook tabs in testtoplevelembed (*)
  aa787c9... Fixed focus handling on embedded windows. (*)
  93c8058... Fixed GtkWindow/GtkWidget to properly emit hierarchy change (*)
  53980ac... Fixed GtkFileChooserDefault to handle cases of being in an  (*)
  72675f1... Changes to testtoplevelembed (*)
  b8c8f2c... Fixed conflict while rebasing master. (*)
  a28295a... Dont show the GtkWindow when removing it from a parent and  (*)
  44a9b1c... Fixed statement in gtkwindow.c when toplevelness changes. (*)
  39d0a8a... Update NEWS some more (*)
  f2cde4c... Move the GtkApplication example to the right place (*)
  80a11b7... Documentation polishing (*)
  7b88b29... Add appchooser docs (*)
  ca111a6... Merge branch 'master' into quartz-integration

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]