]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-02-08  Vadim Zeitlinadded a page showing wxToolBars (part of patch 1358919)
2006-02-08  Vadim Zeitlinadded support for <bg> tag for toolbars in XRC
2006-02-08  Vadim Zeitlinadded support disabled tag for toolbar elements in XRC
2006-02-08  Vadim Zeitlinremoved a few more extra semicolons (patch 1425785)
2006-02-08  Vadim Zeitlincorrected description of font parameter of GetTextExtent()
2006-02-07  David Surovellfixed DoDrawRoundedRect to use corner rounding radius...
2006-02-07  Robin DunnRemove calls to dc.BeginDrawing and dc.EndDrawing
2006-02-07  David Surovellremoved deprecated wxDC.[Begin,End]Drawing calls
2006-02-07  Robin DunnreSWIGged
2006-02-07  Robin DunnreSWIGged
2006-02-07  Robin Dunnsome cleanup
2006-02-07  Robin DunnreSWIGged
2006-02-07  Robin DunnOops, DoLog and DoLogString are protected
2006-02-07  Robin DunnAdded feature flag
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-02-07  Vadim Zeitlinremoved old Win16 files
2006-02-07  Vadim Zeitlinalways send TB_AUTOSIZE in UpdateSize(), even if we...
2006-02-06  David Surovelltweaks and comments to previous commit
2006-02-06  Vadim Zeitlindeclare rich text control event types with correct...
2006-02-06  David Surovellfix gcc v3.3.3 compiler crash
2006-02-06  David Surovellfix compilation problem, pass 2
2006-02-06  Robin DunnFix compilation error
2006-02-06  Robin DunnShrinkMode --> FitToCurrentPage
2006-02-06  Michael WetherellCompile fix for --enable-stl
2006-02-06  Michael WetherellRemove richedit sample from configure
2006-02-06  Julian SmartAttempt at using inkedit control for wxTextCtrl, when...
2006-02-06  Julian SmartChanged function to SetFitToCurrentPage
2006-02-06  Julian SmartAdded wxSYS_TABLET_PRESENT to check for tablet capability
2006-02-06  Julian SmartTake into account Info.plist
2006-02-06  Julian Smartm_border and accessors not used
2006-02-06  Stefan Csomorguard against early redraws
2006-02-06  David Surovelladded protection against non-file drop targets receivin...
2006-02-06  Jamie GaddAdd check for wxGLCanvas to wxCheckWindowWndProc. Fixes...
2006-02-06  David Surovellcleanup - reformatting
2006-02-06  Kevin HockCheckValidator should not return false if no variable...
2006-02-06  Kevin Ollivierwx-config now provides all the needed flags, so lflags...
2006-02-05  Vadim Zeitlinnow we don't only show label mnemonics but they also...
2006-02-05  Vadim Zeitlinno changes; just some (very) minor cleanup
2006-02-05  Vadim Zeitlinuse XmNrecomputeSize instead of manually resizing the...
2006-02-05  Vadim Zeitlinuse GTKRemoveMnemonics instead of wxStripMenuCodes
2006-02-05  Vadim Zeitlinremoved GTKConvertMnemonics() which is not used in...
2006-02-05  Vadim Zeitlinhonour the mnemonics; don't use gtk_label_set_markup...
2006-02-05  Robin DunnFor consistency with the docs and with wxMSW the keycod...
2006-02-05  Robin DunnBeginDrawing/EndDrawing are deprecated, and never reall...
2006-02-05  Robin DunnAddSubPage --> InsertSubPage
2006-02-05  David Surovellcleanup - reformatting
2006-02-05  Włodzimierz... Missing break after error in daily build.
2006-02-05  David Surovellmoved ctor implementation into dot-cpp file; reformatted
2006-02-05  David Surovelladded ctor implementation from header + initialzation...
2006-02-05  Julian SmartRemoved richedit from index file
2006-02-05  Julian SmartRemoved obsolete files from richedit sample directory
2006-02-05  Julian SmartRemoved textedit sample from distribution script
2006-02-05  Julian SmartRemoved textedit from top-level sample makefiles
2006-02-05  Mart RaudseppRemove remark on wxTLW::Maximize that it only works...
2006-02-05  Vadim Zeitlinset USE_QA to 1 for VC builds only by default (real...
2006-02-05  Roger Gammansfix for [1357272] . Replace the fake year with unique...
2006-02-05  Roger Gammans Add flags to test dates struct which allow us to skip...
2006-02-05  Roger GammansFix for compiler error with gcc 3.3.5 and cppunit 1...
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddPut previous change under correct heading
2006-02-05  Jamie GaddMention wxDC::{Begin,End}Drawing deprecation.
2006-02-05  Vadim Zeitlinset USE_QA to 1 for consistency with the IDE builds...
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-05  David Surovellcorrect include file conditionalization, take 2
2006-02-05  David Surovellcleanup - reformatting
2006-02-05  David Surovellcleanup - reformatting
2006-02-05  Mart RaudseppGTK2: Revert one set_resizable back to set_policy for...
2006-02-04  Stefan Csomorusing common info.plist
2006-02-04  Stefan Csomorcommon Info.plist for XCode projects
2006-02-04  David Surovelladded appropriate WX_PRECOMP bracket for new include...
2006-02-04  Stefan Csomorsupport for default location added
2006-02-04  Stefan Csomorlinking commands on the individual window level, otherw...
2006-02-04  Stefan Csomordeactivate read-only implementation for unicodetextcont...
2006-02-04  Mart RaudseppI'm no fan of that focus ring being drawn inside the...
2006-02-04  Mart RaudseppOptimize (for size) the cross_xpm used for the X button...
2006-02-04  Mart RaudseppGTK2: gtk_widget_set_uposition -> gtk_window_move for...
2006-02-04  Mart RaudseppGTK2: gtk_widget_set_uposition -> gtk_window_move for...
2006-02-04  David Surovelladded missing include; minor reformatting
2006-02-04  Mart RaudseppGTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget...
2006-02-04  Mart RaudseppGTK2: gtk_widget_{push,pop}_visual don't do anything...
2006-02-04  Mart Raudseppgtk_signal_connect -> g_signal_connect in unix/mediactr...
2006-02-04  Mart RaudseppGTK2: gtk_entry_* -> gtk_editable_* where necessary
2006-02-04  Mart RaudseppGTK2: gtk_radio_button_group -> _set_group; A missed...
2006-02-03  Mart RaudseppGTK2: gtk_container_children -> gtk_container_get_children
2006-02-03  Mart RaudseppGTK2: gtk_check_menu_item_set_state -> _set_active...
2006-02-03  Mart RaudseppGTK2: gtk_notebook_set_page -> gtk_notebook_set_current...
2006-02-03  Mart RaudseppGTK2: gtk_progress_bar_update -> gtk_progress_bar_set_f...
2006-02-03  Mart RaudseppGTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_wi...
2006-02-03  Mart RaudseppGTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert...
2006-02-03  Robin DunnAllow Save Settings to save even when AutoSave is turne...
2006-02-03  Robin DunnDon't assume that msw.remap was 1, instead change it...
2006-02-03  Mart RaudseppGTK2: gtk_label_set -> gtk_label_set_text
2006-02-03  Mart RaudseppGTK2: gtk_toggle_button_set_state -> gtk_toggle_button_...
2006-02-03  Mart RaudseppGTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_rem...
2006-02-03  Mart RaudseppGTK2: gtk_window_set_policy -> gtk_window_set_resizable...
2006-02-03  Mart RaudseppGTK2: gtk_draw_* -> gtk_paint_*
2006-02-03  Mart RaudseppGTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
2006-02-03  Mart RaudseppGTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl...
2006-02-03  Mart RaudseppwxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED...
next