2009-03-14 |
Francesco Montorsi | implement the wxGTK selective yield with a different... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | fix crash caused by an wxMDIClientWindow's GTK signal... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Make all instances of HasEditorCtrl() const, not just... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Forgot to commit file for giving a GTK specific methid... |
tree | commitdiff |
2009-02-13 |
Bryan Petty | GTK compilo: looks like a header missed the r58850... |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
tree | commitdiff |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further attempts at getting the header buttons right |
tree | commitdiff |
2009-01-22 |
Robert Roebling | First and other header buttons look different |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Give GTK specific (but public) methods a Gtk prefix |
tree | commitdiff |
2009-01-20 |
Paul Cornett | build fixes and cleanup |
tree | commitdiff |
2009-01-19 |
Robert Roebling | New eventb based Drag interface for wxDataViewCtrl |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Julian Smart | Workaround for GTK+ sensitivity bug |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-08 |
Robert Roebling | use wxRound(x) instead of int( x+0.5 ) |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-04 |
Paul Cornett | remove Rescale(), it is no longer used |
tree | commitdiff |
2009-01-04 |
Paul Cornett | Complete rewrite of DoDrawBitmap() and DoBlit(). |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | implement wxEventLoop::DispatchTimeout() for wxGTK... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make Scroll() itself virtual too as existing code might... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads... |
tree | commitdiff |
2008-12-24 |
Paul Cornett | fix saving/restoring size when WM supports _NET_FRAME_E... |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Added experimental async clipboard format query |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | wxDataViewColumn doesn't need to have wxRTTI |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | removed accidentally left in in r57161 pure virtual... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
tree | commitdiff |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
tree | commitdiff |
2008-10-07 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2008-09-30 |
Václav Slavík | added wxTaskBarIcon::IsAvailable |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | small build fixes for PCH-less builds |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | fix build errors deriving from making wxColourData... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | make it possible to use stock ids for custom message... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | added support for custom labels in wxMessageBox for... |
tree | commitdiff |
2008-09-01 |
Robert Roebling | use gtk_block_event instead of m_block event field |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | fix another occurrence of g++ 3.3 problem with deprecat... |
tree | commitdiff |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
tree | commitdiff |
2008-08-29 |
Robert Roebling | Fix #9917: File save dialog does not honor file extensi... |
tree | commitdiff |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | don't terminate the event loop in EndModal() if it... |
tree | commitdiff |
2008-08-07 |
Paul Cornett | fix sizing of extra control |
tree | commitdiff |
2008-08-06 |
Paul Cornett | use "new" GtkToolbar API |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxRenderer::GetCheckBoxSize(); refactor wxGTK code... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | check that string passed to FromUTF8() is valid even... |
tree | commitdiff |
2008-07-02 |
Robert Roebling | Tried to make wxListBox::Update() work |
tree | commitdiff |
2008-06-17 |
Vadim Zeitlin | declare future-deprecated SetStyle(int) in wxPen/Brush... |
tree | commitdiff |
2008-06-16 |
Robert Roebling | Ticket #9592: gtk-choice-setcolumns.2.diff |
tree | commitdiff |
2008-06-12 |
Robert Roebling | #4479: wx.ComboBox needs a SetFont method |
tree | commitdiff |
2008-06-11 |
Paul Cornett | simplify menu item callbacks by passing in wxMenuItem... |
tree | commitdiff |
2008-06-10 |
Paul Cornett | wxMenuItem code cleanup, removing duplicate and unnecce... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-02 |
Robert Roebling | Separate label with wx mnemonics (&) and with gtk mnemo... |
tree | commitdiff |
2008-05-29 |
Paul Cornett | remove unused/unneeded menuitem cruft |
tree | commitdiff |
2008-05-29 |
Paul Cornett | remove obsolete file |
tree | commitdiff |
2008-05-29 |
Paul Cornett | mark long-deprecated ctor as such |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Native wxBitmapComboBox patch for GTK+ |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation code for multiple selection mode... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | Remove m_blockEvents and use Disable/Enable instead... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | add back wxChoice::DoGetBestSize() removed by the previ... |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
next |