2009-01-13 |
Francesco Montorsi | check for wxInputStream::Read errors |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347 |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | do not return true when no data is read by the stream... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | use IsOk() instead of Ok(); fix crash when loading... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | guard against NULL parents |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
tree | commitdiff |
2009-01-08 |
Paul Cornett | revert slop from previous commit |
tree | commitdiff |
2009-01-08 |
Robert Roebling | use wxRound(x), not int(x+0.5) |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-08 |
Jouk Jansen | my previous commit patched the wrong file |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Update allocation of all child widgets after scrolling |
tree | commitdiff |
2009-01-08 |
Jouk Jansen | Insert missing include file |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Override mouse wheel scrolling steps from GTK and make... |
tree | commitdiff |
2009-01-07 |
Paul Cornett | build fix for GTK+ 2.12 and earlier |
tree | commitdiff |
2009-01-07 |
Paul Cornett | do minimal invalidations to get border to redraw properly |
tree | commitdiff |
2009-01-04 |
Paul Cornett | build fix for GTK+ versions prior to 2.14 |
tree | commitdiff |
2009-01-04 |
Paul Cornett | native implementation of DoGetPixel() |
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-30 |
Vadim Zeitlin | removed not doing anything and not compiling code from... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | implement wxEventLoop::DispatchTimeout() for wxGTK... |
tree | commitdiff |
2008-12-25 |
Robert Roebling | Avoid redraw artifacts from the border after resizing |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | handle correctly never/always shown scrollbars in GetCl... |
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-23 |
Robert Roebling | Don't allow concurrent requests, check return message... |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Added pseudo-asynchronous clipboard implemenation to... |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-14 |
Paul Cornett | don't call size_request to get best size of a non-nativ... |
tree | commitdiff |
2008-12-13 |
Paul Cornett | fix build, remove unused parameter from wxGetGdkWindowF... |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-12 |
Francesco Montorsi | extend the range of glib versions for which the GTK... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-12-11 |
Paul Cornett | fix SetStyle tag removing, broken in r45186 |
tree | commitdiff |
2008-12-08 |
Robert Roebling | Ticket #10245, UTF-8 font face name of GTK 2 font... |
tree | commitdiff |
2008-12-08 |
Paul Cornett | restore clearing of clipped mask, turns out it is needed |
tree | commitdiff |
2008-12-07 |
Paul Cornett | make sure timer events will trigger idle processing... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | restore sorting functionality broken by r57161 |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | compilation fix after r57161 |
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-07 |
Paul Cornett | remove redundant clearing of clipped mask |
tree | commitdiff |
2008-12-07 |
Paul Cornett | fix bitmap position with RTL and non-default scale |
tree | commitdiff |
2008-12-05 |
Robert Roebling | Use gtk_text_buffer_select_range for selecting programm... |
tree | commitdiff |
2008-12-05 |
Paul Cornett | use simpler method to draw bitmap |
tree | commitdiff |
2008-12-02 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-01 |
Paul Cornett | fix for uninitialized alpha being used to create mask... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | return wxDefaultSize (as done in all other platforms... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-27 |
Paul Cornett | fix for shown TLW having m_isShown == false, #9909 |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix gcc 3.3 warning about possibly uninitialized (but... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | simplify wxPizza a bit by always drawing the border... |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix restoration of the old font size in DoGetTextExtent... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | there is no sqrt(int) in standard C++ (although glibc... |
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-31 |
Paul Cornett | make sure update UI handlers are called for accelerator... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Set cursor to <from> in wxTextCtrk::SetSelection |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Disable focus out events during menu popup |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
2008-10-18 |
Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize() |
tree | commitdiff |
2008-10-17 |
Paul Cornett | partial support for border metrics of non-TLW |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
tree | commitdiff |
2008-10-16 |
Paul Cornett | simplify code by using wxGTKPrivate::GetButtonWidget() |
tree | commitdiff |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
tree | commitdiff |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
tree | commitdiff |
2008-10-10 |
Paul Cornett | use correct background color when drawing borders |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Use g_signal_connect_after for wxRadioButton as well |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Blind guess fix for wxRB_SINGLE |
tree | commitdiff |
2008-10-08 |
Robert Roebling | Forgot to set GtkIter stamp in Select() and friends |
tree | commitdiff |
2008-10-07 |
Robert Roebling | GTK+ version guard |
tree | commitdiff |
2008-10-07 |
Robert Roebling | Don't set HINT_COMBO as wxPopupWindow is used for diffe... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Make keyboard input to controls in a wxPopupWindow... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Wrong order of calls |
tree | commitdiff |
2008-10-06 |
Francesco Montorsi | better error messages, when possible |
tree | commitdiff |
2008-10-03 |
Jouk Jansen | adding variable initialization to 0 |
tree | commitdiff |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl... |
tree | commitdiff |
2008-09-30 |
Václav Slavík | don't cache tray protocol availability result in wxTask... |
tree | commitdiff |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
tree | commitdiff |
next |