projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tiny change to make g++ 3.3 compile the latest version
[wxWidgets.git]
/
src
/
gtk
/
2007-04-23
Vadim Zeitlin
tiny change to make g++ 3.3 compile the latest version
tree
|
commitdiff
2007-04-23
Vadim Zeitlin
use GetParentForModalDialog() in ShowModal() to ensure...
tree
|
commitdiff
2007-04-23
Paul Cornett
revert move events change, it blocks programmatic move...
tree
|
commitdiff
2007-04-23
Vadim Zeitlin
remove wxWindow::m_needParent and use GTKNeedsParent...
tree
|
commitdiff
2007-04-23
Paul Cornett
don't send move events for size changes
tree
|
commitdiff
2007-04-23
Paul Cornett
fix return type for "map_event" and "unmap_event" handlers
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
detect if there was an error in standard GTK+ options...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
update wxApp::argc/argv to remove the options parsed...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
added wxAppTraits::GetStandardCmdLineOptions() allowing...
tree
|
commitdiff
2007-04-22
Vadim Zeitlin
added wxDialog::GetParentForModalDialog() and use it...
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
added safe check for Pango version and use it to avoid...
tree
|
commitdiff
2007-04-21
Paul Cornett
remove redundant GTK_WIDGET casts
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
tree
|
commitdiff
2007-04-19
Paul Cornett
Reorganize idle system code.
tree
|
commitdiff
2007-04-19
Robert Roebling
Fix inplace editing of custom controls for
tree
|
commitdiff
2007-04-17
Robert Roebling
Implemented the same simple API for creating customized
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
reverted last change as using pango_version_check(...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
call gtk_file_chooser_set_current_folder even if the...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
removed superfluos semicolon
tree
|
commitdiff
2007-04-15
Vadim Zeitlin
Refactor all code common to X11 OpenGL implementations...
tree
|
commitdiff
2007-04-14
Robert Roebling
Text alignment is for GTK 2.10 and above only.
tree
|
commitdiff
2007-04-13
Robert Roebling
Correctly handle ENTER for cell activation.
tree
|
commitdiff
2007-04-12
Vadim Zeitlin
removed the code to manually send wxNavigationEvents...
tree
|
commitdiff
2007-04-12
Vadim Zeitlin
avoid code duplication by using helper functions
tree
|
commitdiff
2007-04-12
Vadim Zeitlin
modify the listbox item in place instead of deleting...
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
tree
|
commitdiff
2007-04-09
Vadim Zeitlin
truncate the static box label to fit the control size...
tree
|
commitdiff
2007-04-09
Vadim Zeitlin
don't use Pango hack for drawing underlined text when...
tree
|
commitdiff
2007-04-09
Vadim Zeitlin
don't return the next line text from GetLineText()...
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
tree
|
commitdiff
2007-04-08
Paul Cornett
Children need to be updated in size_allocate even if...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
don't try to access empty wxIconBundle in gtk_frame_rea...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
1. changed wxIconBundle to use m_refData and COW to...
tree
|
commitdiff
2007-04-07
Robert Roebling
Restore border around non-scrolling widgets. The
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
don't access the window after it had been deleted by...
tree
|
commitdiff
2007-04-05
Vadim Zeitlin
make wxControlContainer accept focus depending on wheth...
tree
|
commitdiff
2007-04-03
Vadim Zeitlin
removed unnecessary checks for m_clipboard/targetsWidge...
tree
|
commitdiff
2007-04-03
Paul Cornett
more checks for non-scrolling windows, some code duplic...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
avoid asserts when the cipboard is acquired by another...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
added support for ellipsization and markup in wxStaticT...
tree
|
commitdiff
2007-03-31
Robert Roebling
Don't create GtkScrolledWindow if neither wxHSCROLL
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
set string field of wxCommandEvent object generated...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
don't return wxFONTENCODING_DEFAULT from wxFont::GetEnc...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
added gtk.tlw.can-set-transparency system option (repla...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
don't remove the old tags of different kinds when setti...
tree
|
commitdiff
2007-03-31
Paul Cornett
don't clamp scroll position before updating GtkRange,
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
1. Moved m_usePrimary to wxClipboardBase as it's now...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
decouple primary selection handling from clipboard...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
simplified the code by using new wxClipboardSync class...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
no real changes, just fixed confusing (to both people...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
removed virtual GetSelectedBitmap() from the base wxDC...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
check that filename pointer is non-NULL before using...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
don't use C++ comments in C file
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
don't call gtk_label_set_line_wrap() from DoGetBestSize...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
fix PangoFontMetrics leak in GetCharHeight() (bug 1691180)
tree
|
commitdiff
2007-03-26
Vadim Zeitlin
make Ctrl-PageUp/Down work for changing notebook pages...
tree
|
commitdiff
2007-03-26
Vadim Zeitlin
added wxWindow::NavigateIn(); provide wxGTK implementat...
tree
|
commitdiff
2007-03-26
Vadim Zeitlin
use native TAB traversal for GTK+ 2
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
don't check whether the window is shown and enabled...
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
make wxNO_BORDER work with wxRadioBox (patch 1525406)
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
respect the current default style in SetValue() (modifi...
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
destroy m_impl even if an exception is thrown from...
tree
|
commitdiff
2007-03-21
Jouk Jansen
Committing in .
tree
|
commitdiff
2007-03-20
Václav Slavík
compilation fixes for !wxUSE_INTL case
tree
|
commitdiff
2007-03-20
Vadim Zeitlin
prevent GTK+ from changing locale when wxUSE_INTL=...
tree
|
commitdiff
2007-03-19
Vadim Zeitlin
fixed handling of accelerators using PageUp/Down keys...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
fixed all the other ports broken by controls labels...
tree
|
commitdiff
2007-03-12
Vadim Zeitlin
added wxAppTraits::SetLocale() and call it during wxApp...
tree
|
commitdiff
2007-03-11
Vadim Zeitlin
added support for wxTE_NO_VSCROLL (patch 1588605) and...
tree
|
commitdiff
2007-03-11
Vadim Zeitlin
set GtkRcStyle::text to fg colour too to allow changing...
tree
|
commitdiff
2007-03-10
Paul Cornett
source id type is unsigned; minor cleanup
tree
|
commitdiff
2007-03-10
Paul Cornett
use simpler color ctor
tree
|
commitdiff
2007-03-10
Paul Cornett
use simpler color ctor
tree
|
commitdiff
2007-03-09
Václav Slavík
Unicode compilation fix
tree
|
commitdiff
2007-03-09
Vadim Zeitlin
compilation fix for wxUSE_STL==1 build
tree
|
commitdiff
2007-03-09
Vadim Zeitlin
compilation fixes after wxGTK_CONV_BACK changes
tree
|
commitdiff
2007-03-08
Paul Cornett
minor cleanup
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
no changes, just removed TABs/trailing spaces
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
fix hang on startup in Unicode build if any standard...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
native wxHyperlinkCtrl implementation for GTK+ 2.10...
tree
|
commitdiff
2007-03-07
Paul Cornett
queue resize on child when its position changes
tree
|
commitdiff
2007-03-03
Paul Cornett
Don't assert on value change which shouldn't occur...
tree
|
commitdiff
2007-02-27
Vadim Zeitlin
Support encodings in wxGTK_CONV_BACK() in the same...
tree
|
commitdiff
2007-02-26
Vadim Zeitlin
call gtk_paint_focus() with NORMAL state, not SELECTED...
tree
|
commitdiff
2007-02-26
Vadim Zeitlin
interpret text invalid in the current encoding (typical...
tree
|
commitdiff
2007-02-23
Robert Roebling
[ 1665996 ] Fixes/extensions to wxDataViewCtrl
tree
|
commitdiff
2007-02-17
Robert Roebling
Most of FM's wxDataViewCtrl patch.
tree
|
commitdiff
2007-02-16
Vadim Zeitlin
suppress warning about casting -1 to guint
tree
|
commitdiff
2007-02-15
Vadim Zeitlin
return size without decorations from size_request GTK...
tree
|
commitdiff
2007-02-12
Robert Roebling
Hack to support iso8859 and other wrongly formated
tree
|
commitdiff
2007-02-11
Robert Roebling
Fix wxGTK wxListBox::Append() to return correct
tree
|
commitdiff
2007-02-11
Robert Roebling
pixbuf cursor support is for GTK 2.4.
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
added support for colour cursors in wxGTK (patch 1655576)
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
wxTopLevelWindow::GetClientSize() returns 0x0 when...
tree
|
commitdiff
2007-02-10
Vadim Zeitlin
make GetSize() return the size of the window including...
tree
|
commitdiff
2007-02-08
Mart Raudsepp
Do not declare GTypeInfo instances static. This is...
tree
|
commitdiff
2007-02-06
Robin Dunn
Reset g_lastMouseEvent after processing the mouse butto...
tree
|
commitdiff
2007-02-06
Robin Dunn
Added SetToolNormalBitmap and SetToolDisabledBitmap
tree
|
commitdiff
next