specify the file name in IO errors messages; also make Do{Open,Save}Document() use...
[wxWidgets.git] / src / gtk /
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-22  Vadim Zeitlinposition the insertion point to the start, not end...
2008-09-21  Václav SlavíkGet rid of gs_cairo; if wxGtkPrint* classes are used...
2008-09-21  Václav Slavíkroute all Cairo calls in GTK printing code through...
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-09-19  Vadim Zeitlinset selection point to end in wxTextEntryBase::SetValue...
2008-09-15  Jouk JansenUpdate OpenVMS compile support
2008-09-14  Vadim Zeitlinmake ellipses drawn with transparent pen more wxGC...
2008-09-12  Vadim Zeitlinadd wxCANCEL_DEFAULT support
2008-09-11  Jouk Jansenrename variable which was redefined inside a loop
2008-09-09  Václav Slavíkremoved superfluous font size scaling in wxGtkPrinterDC...
2008-09-06  Vadim Zeitlinadd wxGTK_CONVs to fix STL and ANSI builds
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-09-05  Paul Cornettfix memory leak
2008-09-05  Vadim Zeitlinremoved unnceessary gtk_window_set_transient_for()...
2008-09-05  Paul Cornettfix for infinite loop when wxBeginBusyCursor is called...
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-28  Paul Cornettuse 8 bits for alpha, nothing needs 16 bit alpha here
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-26  Paul Cornettuncomment line accidentally left commented out in last...
2008-08-26  Paul Cornettfix for GTK assertion `info->icon_pixmap == NULL' faile...
2008-08-25  Vadim Zeitlinadd parentheses for && inside || to fix g++ 4.3 warning
2008-08-21  Vadim Zeitlinuse Pango to draw rotated text if possible (this suppor...
2008-08-21  Robert RoeblingTicket #9858 gtk wxDC::DrawText() - draw text backgroun...
2008-08-19  Paul Cornettremove text field from page data, add much more useful...
2008-08-18  Vadim Zeitlindon't terminate the event loop in EndModal() if it...
2008-08-15  Paul Cornettfix for page change not working after veto, #3808
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-10  Paul Cornettdon't modify position for default border if button...
2008-08-10  Paul Cornettadd control items from child inserter, so that correct...
2008-08-10  Paul Cornettsome code cleanup
2008-08-10  Paul Cornettset extra widget from child inserter, so that correct...
2008-08-10  Paul Cornettfix previous commit to respect minimum width
2008-08-07  Paul Cornettallow dialog to be resized smaller with extra control
2008-08-07  Paul Cornettfix sizing of extra control
2008-08-06  Paul Cornettuse "new" GtkToolbar API
2008-08-04  Julian SmartAllow small widths if setting initial strings.
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Robert RoeblingSupport NOR logical function
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-28  Paul Cornettfix Gtk-WARNING "... no property named `row-ending...
2008-07-21  Václav SlavíkFixed detection of Meta key state so that NumLock isn...
2008-07-21  Vadim Zeitlindon't call gtk_selection_data_set_text() with non-UTF...
2008-07-21  Vadim ZeitlinwxDF_UNICODETEXT shouldn't be supported at all in ANSI...
2008-07-21  Vadim Zeitlinno changes, just fixed a typo in comment
2008-07-21  Vadim Zeitlinuse #if wxUSE_UNICODE instead of #ifdefs (which totally...
2008-07-21  Vadim Zeitlindon't show warning to the user if session manager detec...
2008-07-20  Vadim Zeitlinfix generation of events for an initially empty wxDirPi...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-07-07  Paul Cornettgtk-universal build fixes
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work, typo corrected
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-06-27  Robert Roeblinggtk wxStaticText and wxALIGN_CENTER_VERTICAL
2008-06-23  Vadim ZeitlinwxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-21  Vadim Zeitlinassert if ShowModal() is called after a previous Show...
2008-06-21  Robert RoeblingUse wxMenuBase:SendEvent() to emit event, shoudl also...
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-14  Vadim Zeitlinfix ANSI mode build
2008-06-12  Robert Roebling#4479: wx.ComboBox needs a SetFont method
2008-06-12  Vadim Zeitlinpropagate style changes correctly to buttons with image...
2008-06-11  Paul Cornettsimplify menu item callbacks by passing in wxMenuItem...
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-10  Paul CornettwxMenuItem code cleanup, removing duplicate and unnecce...
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-03  Robert RoeblingRemove old GTK 1.2 code
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-06-01  Paul Cornettfix tool referencing, remove dropdown element in DoDele...
2008-05-30  Julian SmartTypo correction
2008-05-30  Julian SmartDon't update UI if hidden
2008-05-29  Paul Cornettremove unused/unneeded menuitem cruft
2008-05-29  Paul Cornettmark long-deprecated ctor as such
2008-05-28  Paul Cornettfix leak introduced by r53753
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-26  Paul Cornettfix removing menu item, ticket 3387
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-24  Robert RoeblingDon't use font encoding in Unicode mode
2008-05-23  Robert RoeblingSimplify SetValue() with empty string
2008-05-23  Robert RoeblingInvocation of default button by <ENTER> was impossible...
2008-05-23  Robert RoeblingUpdate selection cache when inserting items, too
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-23  Robert RoeblingDisable events upon item deletion (just in case) and...
2008-05-22  Robert RoeblingForgot client data
2008-05-22  Robert RoeblingMake events match better with MSW
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-21  Paul Cornettbutton text uses fg color, not text color
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-20  Paul Cornettget wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
2008-05-20  Paul Cornettremove unused files
next