2009-10-05 |
Vadim Zeitlin | Added wxART_CLOSE art id. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Only show the default close button in wxInfoBar if... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Generate the button clicks in GTK version of wxInfoBar. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Add wxInfoBar::RemoveButton() method. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added native wxInfoBar implementation for wxGTK. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Add wxWindowGTK::GTKConnectWidget() helper. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Small code cleanup in wxWindowGTK::PostCreation(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added GTKShouldConnectSizeRequest() to prevent size_req... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | No real changes, just removed unnecessary SetInitialSiz... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Extract conversion from wx to GtkMessageType in a separ... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Partially implement wxTextCtrl::GetStyle() in wxGTK. |
tree | commitdiff |
2009-09-30 |
Paul Cornett | use proper signature for callback function |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fixed wxDataViewCtrl::Set{Foreground,Background}Colour... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10917: wxGTK wxFileDialog::SetDirectory and... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9127: patch to remove blank under wxFrame... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
tree | commitdiff |
2009-09-22 |
Julian Smart | Fixed wxBORDER_THEME breakage |
tree | commitdiff |
2009-09-22 |
Jouk Jansen | Update OpenVMS makefile |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Define wxSetDetectableAutoRepeat() for X11-based ports... |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | Fixed GtkBorder allocation (hopefully) |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-09-04 |
Vadim Zeitlin | Implement wxSTAY_ON_TOP for wxMessageDialog in wxGTK. |
tree | commitdiff |
2009-08-27 |
Paul Cornett | small fix to last commit, only disable updating decor... |
tree | commitdiff |
2009-08-27 |
Paul Cornett | avoid deferred show with Fluxbox, its support for _NET_... |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-20 |
Vadim Zeitlin | Rename wxRendererNative::DrawRadioButton() to DrawRadio... |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Cleanly separate GUI socket-related code from net library. |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Added wxFDIOHandler::IsOk() and use it with wxSocketImp... |
tree | commitdiff |
2009-07-28 |
Michael Wetherell | Fix SetToolTip(NULL) to unset the tooltip. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Clear targets in wxClipboard::Clear(). |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Dispatch pending events without waiting for idle time... |
tree | commitdiff |
2009-07-18 |
Jaakko Salli | Added wxGTK wxBitmapComboBox::DoGetBestSize() implement... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | don't call OnWriteWaiting() if we lost connection in... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | change wxSocketInputBasedManager::AddInput() to take... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | don't call release() on non-owned buffer in wchar_t... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | remove obsolete comment moved to wxBitmapButtonBase |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | set the initial size of bitmap buttons correctly again... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | check whether we show bitmaps at all in GTKUpdateBitmap... |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | set use-underline button property when setting its... |
tree | commitdiff |
2009-06-18 |
Robert Roebling | Further attempts to implement Clear() for the GTK control |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | make wxCollapsiblePane blend into its parent background... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap button... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement wxGTK wxBitmapButton in terms of wxButton |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for bitmaps for all states in wxGTK... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void... |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-11 |
Robert Roebling | GTK: In virtual list mode, map first row to 1, not... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | work around g++ 4.3 warning about possibly ambiguous... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846) |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix typo from previous commit |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
tree | commitdiff |
2009-05-15 |
Václav Slavík | simplified code now that utf8_str() always returns... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use... |
tree | commitdiff |
2009-05-01 |
Francesco Montorsi | don't place NULL pointers in the GDK window array in... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | allow windows which are placed inside wxStaticBoxes... |
tree | commitdiff |
2009-04-20 |
Francesco Montorsi | use WX_PIZZA(...) to deference pointers only when we... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | correct GTK+ version check added by r59603 |
tree | commitdiff |
2009-04-14 |
Francesco Montorsi | don't return whatever encoding was set in SetEncoding... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | implement wxNativeFontInfo::SetFamily for wxGTK with... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | no real change; just fix the argument name of the wxFon... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | compilation fix for r59932 |
tree | commitdiff |
2009-03-29 |
Václav Slavík | implemented CreateIconBundle() in GTK+ native art provider |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | update wxGTK font implementation removing useless funct... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't assert in Refresh() if window is not created... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Jaakko Salli | Fix wxGTK wxBitmapComboBox::SetValue() not working... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | the GOption hack is valid for Glib 2.20 too (it looks... |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | guard with compile-time checks the new GDK_* event... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
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-13 |
Francesco Montorsi | avoid GDK warnings about invalid windows when creating... |
tree | commitdiff |
2009-03-12 |
Vadim Zeitlin | compilation fix for ANSI build |
tree | commitdiff |
2009-03-11 |
Robert Roebling | Commit third algorithm for sorting and preserving old... |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Make a single for loop out of two |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Use sorting algo using wxQsort that includes the old... |
tree | commitdiff |
2009-03-09 |
Robert Roebling | Implement vetoing editing in wxDataViewTextRenderer... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | comment out wxPrintf/wxLogDebug calls; fix some indenta... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Initialise DC only when needed and deinitilise it prope... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | don't allow setting readonly combobox value to a string... |
tree | commitdiff |
next |